1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-03-01 22:10:48 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
d7711433c1 MapTiler maps split 2023-12-17 15:41:19 +01:00
159e63abe3
MapTiler max zoom is (now) 15 2023-12-17 15:08:04 +01:00
6 changed files with 23 additions and 4 deletions

View File

@ -33,7 +33,7 @@ can use it in GPXSee.</small></p>
<td><a href="maps/here-vector.tpl" download><img src="tiles/here-vector.png" alt="Map Preview" width="256" height="256"/></a><br/>HERE Vector Tiles <small>[TPL]</small></td>
<td><a href="maps/HikeBikeMap.xml" download><img src="tiles/HikeBikeMap.png" alt="Map Preview" width="256" height="256"/></a><br/>HikeBikeMap</td>
<td><a href="maps/Inkatlas-Outdoor.xml" download><img src="tiles/Inkatlas-Outdoor.png" alt="Map Preview" width="256" height="256"/></a><br/>Inkatlas Outdoor Map</td>
<td><a href="maps/MapTiler.tpl" download><img src="tiles/MapTiler.png" alt="Map Preview" width="256" height="256"/></a><br/>MapTiler <small>[TPL]</small></td>
<td><a href="maps/MapTiler-MapTiler.tpl" download><img src="tiles/MapTiler-MapTiler.png" alt="Map Preview" width="256" height="256"/></a><br/>MapTiler Planet <small>[TPL]</small></td>
</tr><tr>
<td><a href="maps/Mapbox.tpl" download><img src="tiles/Mapbox.png" alt="Map Preview" width="256" height="256"/></a><br/>Mapbox Vector Tiles <small>[TPL]</small></td>
<td><a href="maps/OpenStreetMap.xml" download><img src="tiles/OpenStreetMap.png" alt="Map Preview" width="256" height="256"/></a><br/>Open Street Map</td>
@ -41,15 +41,16 @@ can use it in GPXSee.</small></p>
<td><a href="maps/OpenStreetMap-HiDPI.xml" download><img src="tiles/OpenStreetMap-HiDPI.png" alt="Map Preview" width="256" height="256"/></a><br/>Open Street Map - HiDPI</td>
</tr><tr>
<td><a href="maps/OpenTopoMap.xml" download><img src="tiles/OpenTopoMap.png" alt="Map Preview" width="256" height="256"/></a><br/>Open Topo Map</td>
<td><a href="maps/MapTiler-OpenMapTiles.tpl" download><img src="tiles/MapTiler-OpenMapTiles.png" alt="Map Preview" width="256" height="256"/></a><br/>OpenMapTiles Planet <small>[TPL]</small></td>
<td><a href="maps/Thunderforest-Landscape.tpl" download><img src="tiles/Thunderforest-Landscape.png" alt="Map Preview" width="256" height="256"/></a><br/>Thunderforest - Landscape <small>[TPL]</small></td>
<td><a href="maps/Thunderforest-Neighbourhood.tpl" download><img src="tiles/Thunderforest-Neighbourhood.png" alt="Map Preview" width="256" height="256"/></a><br/>Thunderforest - Neighbourhood <small>[TPL]</small></td>
<td><a href="maps/Thunderforest-OpenCycleMap.tpl" download><img src="tiles/Thunderforest-OpenCycleMap.png" alt="Map Preview" width="256" height="256"/></a><br/>Thunderforest - OpenCycleMap <small>[TPL]</small></td>
</tr><tr>
<td><a href="maps/Thunderforest-OpenCycleMap.tpl" download><img src="tiles/Thunderforest-OpenCycleMap.png" alt="Map Preview" width="256" height="256"/></a><br/>Thunderforest - OpenCycleMap <small>[TPL]</small></td>
<td><a href="maps/Thunderforest-Outdoors.tpl" download><img src="tiles/Thunderforest-Outdoors.png" alt="Map Preview" width="256" height="256"/></a><br/>Thunderforest - Outdoors <small>[TPL]</small></td>
<td><a href="maps/Thunderforest-Transport.tpl" download><img src="tiles/Thunderforest-Transport.png" alt="Map Preview" width="256" height="256"/></a><br/>Thunderforest - Transport <small>[TPL]</small></td>
<td><a href="maps/unesco.xml" download><img src="tiles/unesco.png" alt="Map Preview" width="256" height="256"/></a><br/>UNESCO</td>
<td><a href="maps/marshruty.ru.xml" download><img src="tiles/marshruty.ru.jpg" alt="Map Preview" width="256" height="256"/></a><br/>marshruty.ru</td>
</tr><tr>
<td><a href="maps/marshruty.ru.xml" download><img src="tiles/marshruty.ru.jpg" alt="Map Preview" width="256" height="256"/></a><br/>marshruty.ru</td>
<td><a href="maps/openAIP.xml" download><img src="tiles/openAIP.png" alt="Map Preview" width="256" height="256"/></a><br/>openAIP</td>
<td><a href="maps/OPNVKarte.xml" download><img src="tiles/OPNVKarte.png" alt="Map Preview" width="256" height="256"/></a><br/>ÖPNVKarte</td>
</tr>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>MapTiler Planet</name>
<url>https://api.maptiler.com/tiles/v3/$z/$x/$y.pbf?key=insert-your-apikey-here</url>
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
<tile type="vector" size="512"/>
<zoom max="15"/>
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
</map>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>OpenMapTiles Planet</name>
<url>https://api.maptiler.com/tiles/v3-openmaptiles/$z/$x/$y.pbf?key=insert-your-apikey-here</url>
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
<tile type="vector" size="512"/>
<zoom max="14"/>
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
</map>

View File

@ -4,6 +4,6 @@
<url>https://api.maptiler.com/tiles/v3/$z/$x/$y.pbf?key=insert-your-apikey-here</url>
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
<tile type="vector" size="512"/>
<zoom max="14"/>
<zoom max="15"/>
<copyright>© MapTiler © OpenStreetMap contributors</copyright>
</map>

View File

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB