1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-04-21 04:39:10 +02:00

Compare commits

..

No commits in common. "2b81f49c3cc519f7565d6ffd3fbd1dca8babd10e" and "dc20cd2364bdaadf6e103b20a072490b94083e6d" have entirely different histories.

2 changed files with 0 additions and 21 deletions

View File

@ -1,10 +1,4 @@
<?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

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