Skip to content

Commit

Permalink
Merge pull request #6 from lennisthemenace/grg-mapping-overlays
Browse files Browse the repository at this point in the history
Add Map sources as GRG overlays
  • Loading branch information
joshuafuller authored May 24, 2021
2 parents c6f0f22 + d088ae3 commit b9839c4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions GRG/Cycle Routes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Cycle</name>
<minZoom>0</minZoom>
<maxZoom>18</maxZoom>
<tileType>png</tileType>
<url>https://tile.waymarkedtrails.org/cycling/{$z}/{$x}/{$y}.png</url>
<tileUpdate>None</tileUpdate>
<backgroundColor>#000000</backgroundColor>
<ignoreErrors>false</ignoreErrors>
<serverParts></serverParts>
</customMapSource>
12 changes: 12 additions & 0 deletions GRG/Hillshading.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
<name>Hillshading</name>
<minZoom>0</minZoom>
<maxZoom>16</maxZoom>
<tileType>png</tileType>
<url>https://a.tiles.wmflabs.org/hillshading/{$z}/{$x}/{$y}.png</url>
<tileUpdate>None</tileUpdate>
<backgroundColor>#000000</backgroundColor>
<ignoreErrors>false</ignoreErrors>
<serverParts></serverParts>
</customMapSource>

0 comments on commit b9839c4

Please sign in to comment.