1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-10-06 06:43:23 +02:00

Added Thunderforest maps

This commit is contained in:
Nikolay Korotkiy 2018-04-13 15:33:07 +03:00
parent 03c69205ef
commit be9e88a0d9
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1">
<name>Landscape</name>
<url>http://a.tile.thunderforest.com/landscape/$z/$x/$y.png?apikey=insert-your-apikey-here</url>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © Thunderforest (CC-BY-SA 2.0)</copyright>
</map>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1">
<name>OpenCycleMap</name>
<url>http://a.tile.thunderforest.com/cycle/$z/$x/$y.png?apikey=insert-your-apikey-here</url>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © Thunderforest (CC-BY-SA 2.0)</copyright>
</map>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1">
<name>Outdoors</name>
<url>http://a.tile.thunderforest.com/outdoors/$z/$x/$y.png?apikey=insert-your-apikey-here</url>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © Thunderforest (CC-BY-SA 2.0)</copyright>
</map>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1">
<name>Transport</name>
<url>http://a.tile.thunderforest.com/transport/$z/$x/$y.png?apikey=insert-your-apikey-here</url>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © Thunderforest (CC-BY-SA 2.0)</copyright>
</map>