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

Added Swisstopo map template

This commit is contained in:
Martin Tůma 2018-08-05 09:26:42 +02:00
parent 22d0f8dc1b
commit 9b1e931bdb

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1" type="WMS">
<name>Swisstopo</name>
<url>https://wms.swisstopo.admin.ch</url>
<layer>ch.swisstopo.pixelkarte-farbe</layer>
<crs>EPSG:21781</crs>
<authorization username="insert-your-username-here" password="insert-your-password-here"/>
</map>