1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-10-05 22:33:22 +02:00

Added Swisstopo WMTS maps

This commit is contained in:
Martin Tůma 2021-03-20 23:41:14 +01:00
parent 690e64fa2b
commit a31c18a90f
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Swisstopo uses yet another nonstandard CRS urn format. Support for this format
was added in GPXSee 8.9, the map will not work with older versions of GPXSee.
-->
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
<name>Swisstopo - Landeskarte</name>
<url type="REST">https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml</url>
<copyright>Bundesamt für Landestopografie swisstopo</copyright>
<layer>ch.swisstopo.pixelkarte-farbe</layer>
<style>ch.swisstopo.pixelkarte-farbe</style>
<set>3857_19</set>
<dimension id="Time">current</dimension>
</map>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Swisstopo uses yet another nonstandard CRS urn format. Support for this format
was added in GPXSee 8.9, the map will not work with older versions of GPXSee.
-->
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
<name>Swisstopo - Swissimage</name>
<url type="REST">https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml</url>
<copyright>Bundesamt für Landestopografie swisstopo</copyright>
<layer>ch.swisstopo.swissimage</layer>
<style>ch.swisstopo.swissimage</style>
<set>3857_21</set>
<dimension id="Time">current</dimension>
</map>