mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-15 11:24:24 +02:00
Added version 7.8 info
+ map v1.4 xsd
This commit is contained in:
19
doc.html
19
doc.html
@ -117,7 +117,7 @@
|
||||
<h3 id="online">Online maps</h3>
|
||||
|
||||
<p>Online maps are represented by map source definition XML files. For the formal
|
||||
map source file syntax see the <a href="map/1.3/map.xsd">map source
|
||||
map source file syntax see the <a href="map/1.4/map.xsd">map source
|
||||
XSD file</a>. The paragraphs below are a "human-readable" summary of the XSD
|
||||
syntax/semantics divided by map type.</p>
|
||||
|
||||
@ -130,7 +130,7 @@
|
||||
|
||||
<pre>
|
||||
<?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 @@
|
||||
|
||||
<pre>
|
||||
<?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 @@
|
||||
|
||||
<pre>
|
||||
<?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 <i>map</i>
|
||||
<i>type</i> attribute set to <code>TMS</code>.</p>
|
||||
|
||||
<h4 id="QuadTiles">QuadTiles</h4>
|
||||
<p>QuadTiles (BING) maps - another variation of the OSM/Google tiles maps - are also
|
||||
supported by GPXSee. Use <code>QuadTiles</code> as the <i>map</i> <i>type</i>
|
||||
attribute and <code>$quadkey</code> as the quadkey placeholder in the URL.</p>
|
||||
|
||||
<h4 id="WMTS">WMTS</h4>
|
||||
<p>WMTS maps are distinguished by setting the <i>type</i> attribute of the
|
||||
<i>map</i> element to <code>WMTS</code>. Both the KVP and REST access methods
|
||||
@ -193,7 +198,7 @@
|
||||
|
||||
<pre>
|
||||
<?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 @@
|
||||
|
||||
<pre>
|
||||
<?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 @@
|
||||
|
||||
<pre>
|
||||
<?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>
|
||||
|
Reference in New Issue
Block a user