mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-10 09:14:28 +02:00
Added map version 1.1 xsd & documentation
This commit is contained in:
6
doc.html
6
doc.html
@ -127,6 +127,10 @@
|
||||
default zoom range is <0, 19> and the default bounds are
|
||||
<-85.0511, 85.0511> and <-180, 180>.</p>
|
||||
|
||||
<p>Since version 5.17, GPXSee supports HiDPI map tiles. To specify, that a map
|
||||
uses HiDPI tiles, use the <i>tilePixelRatio</i> tag. For the most common 512x512px
|
||||
tiles (that shall be rendered as 256x256px) tiles, set the value to 2.</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
|
||||
@ -173,6 +177,8 @@
|
||||
<p>Finally, one can define additional dimensions like <code>Time</code> using
|
||||
the <i>dimension</i> element. Use a separate entry for every additional dimension.</p>
|
||||
|
||||
<p>HiDPI WMTS tiles are supported too.</p>
|
||||
|
||||
<h4 id="WMS">WMS</h4>
|
||||
<p>WMS maps are distinguished by setting the <i>type</i> attribute of the
|
||||
<i>map</i> element to <code>WMS</code>. WMS map definitions are very similar to
|
||||
|
Reference in New Issue
Block a user