mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2025-06-29 04:29:16 +02:00
Swisstopo maps update
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
|
||||
<name>Swisstopo Aerial</name>
|
||||
<url>https://wms.swisstopo.admin.ch</url>
|
||||
<copyright>Federal Topographical Office</copyright>
|
||||
<layer>ch.swisstopo.images-swissimage</layer>
|
||||
<crs>EPSG:21781</crs>
|
||||
<authorization username="insert-your-username-here" password="insert-your-password-here"/>
|
||||
</map>
|
14
maps/Swisstopo-Landeskarte.xml
Normal file
14
maps/Swisstopo-Landeskarte.xml
Normal 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>
|
14
maps/Swisstopo-Swissimage.xml
Normal file
14
maps/Swisstopo-Swissimage.xml
Normal 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>
|
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
|
||||
<name>Swisstopo</name>
|
||||
<url>https://wms.swisstopo.admin.ch</url>
|
||||
<copyright>Federal Topographical Office</copyright>
|
||||
<layer>ch.swisstopo.pixelkarte-farbe</layer>
|
||||
<crs>EPSG:21781</crs>
|
||||
<authorization username="insert-your-username-here" password="insert-your-password-here"/>
|
||||
</map>
|
Reference in New Issue
Block a user