1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2025-06-29 12:39:16 +02:00

Use the latest (1.3) schema in all map definitions

+ fixed broken schema validity on some maps
This commit is contained in:
2019-03-24 22:11:43 +01:00
parent 29d515f934
commit 4612265a57
54 changed files with 56 additions and 56 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.1">
<map xmlns="http://www.gpxsee.org/map/1.3">
<name>OSM Switzerland Swiss Style</name>
<url>https://tile.osm.ch/osm-swiss-style/$z/$x/$y.png</url>
<zoom min="6"/>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.1">
<map xmlns="http://www.gpxsee.org/map/1.3">
<name>OSM Switzerland</name>
<url>https://tile.osm.ch/switzerland/$z/$x/$y.png</url>
<zoom min="6"/>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.0" type="WMS">
<map xmlns="http://www.gpxsee.org/map/1.3" type="WMS">
<name>Swisstopo Aerial</name>
<url>https://wms.swisstopo.admin.ch</url>
<copyright>Federal Topographical Office</copyright>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.0" type="WMS">
<map xmlns="http://www.gpxsee.org/map/1.3" type="WMS">
<name>Swisstopo</name>
<url>https://wms.swisstopo.admin.ch</url>
<copyright>Federal Topographical Office</copyright>