1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-12-04 16:39:09 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
2b81f49c3c Added WebVektor map 2023-05-05 19:20:11 +02:00
82a961d044 Added missing style info 2023-05-05 19:19:48 +02:00
2 changed files with 21 additions and 0 deletions

View File

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This map requires a style for the Esri tile scheme like
https://github.com/tumic0/QtPBFImagePlugin-styles/tree/master/Esri/street
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>Esri OpenStreetMap v2</name>
<url>https://basemaps.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/tile/$z/$y/$x.pbf</url>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This map requires a style for the WebVektor tile scheme like
https://github.com/tumic0/QtPBFImagePlugin-styles/tree/master/WebVektor/Farbe
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>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>
</map>