-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed Bing Maps that were not working. Renamed and reorganized Google Maps Renamed Overlays
- Loading branch information
1 parent
247f673
commit 740325f
Showing
13 changed files
with
63 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<customMapSource> | ||
<name>Google Road Only (Overlay)</name> | ||
<minZoom>0</minZoom> | ||
<maxZoom>20</maxZoom> | ||
<tileType>jpg</tileType> | ||
<tileUpdate>None</tileUpdate> | ||
<url>http://mt1.google.com/vt/lyrs=h&x={$x}&y={$y}&z={$z}</url> | ||
<backgroundColor>#000000</backgroundColor> | ||
</customMapSource> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<customMapSource> | ||
<name>Google Terrain (Overlay)</name> | ||
<minZoom>0</minZoom> | ||
<maxZoom>20</maxZoom> | ||
<tileType>jpg</tileType> | ||
<tileUpdate>None</tileUpdate> | ||
<url>http://mt1.google.com/vt/lyrs=p&x={$x}&y={$y}&z={$z}</url> | ||
<backgroundColor>#000000</backgroundColor> | ||
</customMapSource> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
GRG/Cycle Routes.xml → ...aymarkedtrails Cycle Routes (Overlay).xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<customMapSource> | ||
<name>Google Hybrid</name> | ||
<minZoom>0</minZoom> | ||
<maxZoom>20</maxZoom> | ||
<tileType>jpg</tileType> | ||
<tileUpdate>None</tileUpdate> | ||
<url>http://mt1.google.com/vt/lyrs=y&x={$x}&y={$y}&z={$z}</url> | ||
<backgroundColor>#000000</backgroundColor> | ||
</customMapSource> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<customMapSource> | ||
<name>Google Roadmap Alt</name> | ||
<minZoom>0</minZoom> | ||
<maxZoom>20</maxZoom> | ||
<tileType>jpg</tileType> | ||
<tileUpdate>None</tileUpdate> | ||
<url>http://mt1.google.com/vt/lyrs=r&x={$x}&y={$y}&z={$z}</url> | ||
<backgroundColor>#000000</backgroundColor> | ||
</customMapSource> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<customMapSource> | ||
<name>GoogleRoadmap Standard</name> | ||
<minZoom>0</minZoom> | ||
<maxZoom>20</maxZoom> | ||
<tileType>jpg</tileType> | ||
<tileUpdate>None</tileUpdate> | ||
<url>http://mt1.google.com/vt/lyrs=m&x={$x}&y={$y}&z={$z}</url> | ||
<backgroundColor>#000000</backgroundColor> | ||
</customMapSource> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<customMapSource> | ||
<name>Google Satellite Only</name> | ||
<minZoom>0</minZoom> | ||
<maxZoom>20</maxZoom> | ||
<tileType>jpg</tileType> | ||
<tileUpdate>None</tileUpdate> | ||
<url>http://mt1.google.com/vt/lyrs=s&x={$x}&y={$y}&z={$z}</url> | ||
<backgroundColor>#000000</backgroundColor> | ||
</customMapSource> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.