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

Compare commits

...

2 Commits

Author SHA1 Message Date
de80c4d700 Added VersaTiles map 2024-06-15 06:40:57 +02:00
4034ab02f2 Removed obsolete comments 2024-06-15 06:40:26 +02:00
7 changed files with 15 additions and 4 deletions

View File

@ -50,6 +50,7 @@ can use it in GPXSee.</small></p>
<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>
</tr><tr>
<td><a href="maps/VersaTiles.xml" download><img src="tiles/VersaTiles.png" alt="Map Preview" width="256" height="256"/></a><br/>VersaTiles</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>
<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>

View File

@ -2,7 +2,6 @@
<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>

View File

@ -2,7 +2,6 @@
<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>

View File

@ -8,7 +8,6 @@
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>Mapbox Vector Tiles</name>
<url>https://c.tiles.mapbox.com/v4/mapbox.mapbox-streets-v7/$z/$x/$y.vector.pbf?access_token=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="18"/>
<copyright>© Mapbox, © OpenStreetMaps</copyright>

14
maps/VersaTiles.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This map requires a style for the VersaTiles tile scheme like
https://github.com/tumic0/QtPBFImagePlugin-styles/tree/master/VersaTiles/colorful
The default OpenMapTiles tile scheme style included in QtPBFImagePlugin
won't display the map properly!
-->
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>VersaTiles</name>
<url>https://tiles.versatiles.org/tiles/osm/$z/$x/$y</url>
<tile type="vector" size="512"/>
<zoom max="14"/>
<copyright>© OpenStreetMap contributors</copyright>
</map>

View File

@ -8,7 +8,6 @@
<map xmlns="http://www.gpxsee.org/map/1.4">
<name>WebVektor</name>
<url>https://sgx.geodatenzentrum.de/gdz_basemapde_vektor/tiles/v1/bm_web_de_3857/$z/$x/$y.pbf</url>
<!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
<tile type="vector" size="512"/>
<zoom max="15"/>
<copyright>© 2023 basemap.de / BKG | Datenquellen: © GeoBasis-DE</copyright>

BIN
tiles/VersaTiles.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB