From a0aa0b1cb005dedfaeca1d5163d8910015bde7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 30 May 2019 01:11:01 +0200 Subject: [PATCH] Added version 7.8 info + map v1.4 xsd --- doc.html | 19 +++++--- index.html | 23 +++++---- map/1.4/index.html | 26 ++++++++++ map/1.4/map.xsd | 115 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 164 insertions(+), 19 deletions(-) create mode 100644 map/1.4/index.html create mode 100644 map/1.4/map.xsd diff --git a/doc.html b/doc.html index dd8ef5dd..cef1f54a 100644 --- a/doc.html +++ b/doc.html @@ -117,7 +117,7 @@

Online maps

Online maps are represented by map source definition XML files. For the formal - map source file syntax see the map source + map source file syntax see the map source XSD file. The paragraphs below are a "human-readable" summary of the XSD syntax/semantics divided by map type.

@@ -130,7 +130,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<map xmlns="http://www.gpxsee.org/map/1.3" type="OSM">
+<map xmlns="http://www.gpxsee.org/map/1.4" type="OSM">
   <name>USGS Imagery</name>
   <url>https://navigator.er.usgs.gov/tiles/aerial_Imagery.cgi/$z/$x/$y</url>
   <zoom min="2" max="15"/>
@@ -149,7 +149,7 @@
 
 
 <?xml version="1.0" encoding="UTF-8"?>
-<map xmlns="http://www.gpxsee.org/map/1.3">
+<map xmlns="http://www.gpxsee.org/map/1.4">
   <name>OSM - HiDPI</name>
   <url>https://a.osm.rrze.fau.de/osmhd/$z/$x/$y.png</url>
   <tile pixelRatio="2">
@@ -163,7 +163,7 @@
 
 
 <?xml version="1.0" encoding="UTF-8"?>
-<map xmlns="http://www.gpxsee.org/map/1.3">
+<map xmlns="http://www.gpxsee.org/map/1.4">
   <name>MapTiler</name>
   <url>https://maps.tilehosting.com/data/v3/$z/$x/$y.pbf?key=apikey</url>
   <tile type="vector"/>
@@ -179,6 +179,11 @@
           of OSM maps, the only difference is that TMS maps must have the map
           type attribute set to TMS.

+

QuadTiles

+

QuadTiles (BING) maps - another variation of the OSM/Google tiles maps - are also + supported by GPXSee. Use QuadTiles as the map type + attribute and $quadkey as the quadkey placeholder in the URL.

+

WMTS

WMTS maps are distinguished by setting the type attribute of the map element to WMTS. Both the KVP and REST access methods @@ -193,7 +198,7 @@

 <?xml version="1.0" encoding="UTF-8"?>
-<map xmlns="http://www.gpxsee.org/map/1.3" type="WMTS">
+<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
   <name>CUZK</name>
   <url>http://geoportal.cuzk.cz/WMTS_ZM_900913/WMTService.aspx</url>
   <layer>zm</layer>
@@ -207,7 +212,7 @@
 
 
 <?xml version="1.0" encoding="UTF-8"?>
-<map xmlns="http://www.gpxsee.org/map/1.3" type="WMTS">
+<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
   <name>Wien - Ortho</name>
   <url type="REST">http://maps1.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml</url>
   <layer>lb</layer>
@@ -245,7 +250,7 @@
 
 
 <?xml version="1.0" encoding="UTF-8"?>
-<map xmlns="http://www.gpxsee.org/map/1.3" type="WMS">
+<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
   <name>Katastr nemovitostí</name>
   <url>http://services.cuzk.cz/wms/wms.asp</url>
   <layer>polygony_parcel,polygony_budov,polygony_k_u</layer>
diff --git a/index.html b/index.html
index ece3e0d0..cb7455c0 100644
--- a/index.html
+++ b/index.html
@@ -153,6 +153,17 @@