mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added HiDPI map example
This commit is contained in:
parent
1c5021ed9c
commit
e6c2047e3c
11
doc.html
11
doc.html
@ -131,6 +131,17 @@
|
|||||||
uses HiDPI tiles use the <i>tilePixelRatio</i> tag. For the most common 512x512px
|
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>
|
tiles (that shall be rendered as 256x256px tiles), set the value to 2.</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<map xmlns="http://www.gpxsee.org/map/1.1">
|
||||||
|
<name>OSM - HiDPI</name>
|
||||||
|
<url>https://a.osm.rrze.fau.de/osmhd/$z/$x/$y.png</url>
|
||||||
|
<tilePixelRatio>2</tilePixelRatio>
|
||||||
|
</map>
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
|
||||||
<h4 id="WMTS">WMTS</h4>
|
<h4 id="WMTS">WMTS</h4>
|
||||||
<p>WMTS maps are distinguished by setting the <i>type</i> attribute of the
|
<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
|
<i>map</i> element to <code>WMTS</code>. Both the KVP and REST access methods
|
||||||
|
Loading…
Reference in New Issue
Block a user