1
0
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:
2018-08-18 22:28:25 +02:00
parent af9c4ffbfa
commit a76e4c5806
5 changed files with 130 additions and 2 deletions

View File

@ -127,6 +127,10 @@
default zoom range is <0, 19> and the default bounds are
&lt;-85.0511,&nbsp;85.0511&gt; and &lt;-180,&nbsp;180&gt;.</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