mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-23 19:25:55 +01:00
Added WebVektor map
This commit is contained in:
parent
82a961d044
commit
2b81f49c3c
15
World/Europe/DE/WebVektor.xml
Normal file
15
World/Europe/DE/WebVektor.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user