1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-02-19 17:40:49 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
ef0b12888c Added Bayern Topo and Web maps 2024-03-27 08:13:36 +01:00
7d3155ff95 Switched Bayern DOP map to WMTS 2024-03-27 08:12:46 +01:00
3 changed files with 20 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
<name>Bayern DOP</name>
<url>https://geoservices.bayern.de/wms/v2/ogc_dop80_oa.cgi</url>
<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_dop80c</layer>
<crs>EPSG:25833</crs>
<layer>by_dop</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 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>