1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-11-24 11:45:53 +01:00

Compare commits

..

No commits in common. "de9cef15b0b49c9c6c05367dc790efe7bc0df5ef" and "ef0b12888ca32a49d7680936e436830ab8f8eb11" have entirely different histories.

5 changed files with 4 additions and 14 deletions

View File

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

View File

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

View File

@ -1,14 +0,0 @@
<?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>