Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Removed Bing Maps that were not working.
Renamed and reorganized Google Maps
Renamed Overlays
  • Loading branch information
joshuafuller committed May 28, 2021
1 parent 247f673 commit 740325f
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 43 deletions.
10 changes: 0 additions & 10 deletions Bing/Bing_Maps.xml

This file was deleted.

10 changes: 10 additions & 0 deletions GRG/Google Road Only (Overlay).xml
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&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
10 changes: 10 additions & 0 deletions GRG/Google Terrain (Overlay).xml
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&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
2 changes: 1 addition & 1 deletion USDA/FSTopo.xml → GRG/USDA FSTopo (Overlay).xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>FSTopo</name>
<name>USDA FSTopo (Overlay)</name>
<minZoom>0</minZoom>
<maxZoom>17</maxZoom>
<tileType>png</tileType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Hillshading</name>
<name>WMFLabs Hillshading (Overlay)</name>
<minZoom>0</minZoom>
<maxZoom>16</maxZoom>
<tileType>png</tileType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Cycle</name>
<name>Waymarkedtrails Cycle Routes (Overlay)</name>
<minZoom>0</minZoom>
<maxZoom>18</maxZoom>
<tileType>png</tileType>
Expand Down
10 changes: 10 additions & 0 deletions Google/Google Hybrid.xml
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&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
10 changes: 10 additions & 0 deletions Google/Google Roadmap Alt.xml
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&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
10 changes: 10 additions & 0 deletions Google/Google Roadmap Standard.xml
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&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
10 changes: 10 additions & 0 deletions Google/Google Satellite Only.xml
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&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
<backgroundColor>#000000</backgroundColor>
</customMapSource>
10 changes: 0 additions & 10 deletions Google/Google_Hybrid.xml

This file was deleted.

10 changes: 0 additions & 10 deletions Google/Google_Street.xml

This file was deleted.

10 changes: 0 additions & 10 deletions Google/Google_Terrain.xml

This file was deleted.

0 comments on commit 740325f

Please sign in to comment.