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

Added Bayern Topo and Web maps

This commit is contained in:
Martin Tůma 2024-03-27 08:13:36 +01:00
parent 7d3155ff95
commit ef0b12888c
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
<name>Bayern Topo</name>
<url type="REST">https://geoservices.bayern.de/od/wmts/geobasis/v1/1.0.0/WMTSCapabilities.xml</url>
<copyright>Landesamt für Digitalisierung, Breitband und Vermessung</copyright>
<layer>by_amtl_karte</layer>
<set>bvv_gk4</set>
</map>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
<name>Bayern Web</name>
<url type="REST">https://geoservices.bayern.de/od/wmts/geobasis/v1/1.0.0/WMTSCapabilities.xml</url>
<copyright>Landesamt für Digitalisierung, Breitband und Vermessung</copyright>
<layer>by_webkarte</layer>
<set>bvv_gk4</set>
</map>