1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-31 10:54:24 +02:00

Use the latest schema version (1.3)

+ schema validity fixes
This commit is contained in:
2019-03-24 22:18:32 +01:00
parent d0438b3ee8
commit 62eb5a09ae
6 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.0">
<map xmlns="http://www.gpxsee.org/map/1.3">
<name>USGS Imagery</name>
<url>https://basemap.nationalmap.gov/ArcGIS/rest/services/USGSImageryOnly/MapServer/tile/$z/$y/$x</url>
<copyright>Map services and data available from U.S. Geological Survey, National Geospatial Program.</copyright>
<zoom min="2" max="15"/>
<bounds bottom="0" top="74"/>
<copyright>Map services and data available from U.S. Geological Survey, National Geospatial Program.</copyright>
</map>