mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 11:45:53 +01:00
15 lines
600 B
XML
15 lines
600 B
XML
<?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>
|