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

Added Swisstopo aerial images map

This commit is contained in:
Martin Tůma 2018-09-26 20:08:27 +02:00
parent fb9fa27231
commit 1864a93624

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1" 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>