mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Documented vector tile attribute
This commit is contained in:
parent
044d88b9b1
commit
6bf10dd99b
14
doc.html
14
doc.html
@ -143,6 +143,20 @@
|
|||||||
<url>https://a.osm.rrze.fau.de/osmhd/$z/$x/$y.png</url>
|
<url>https://a.osm.rrze.fau.de/osmhd/$z/$x/$y.png</url>
|
||||||
<tile pixelRatio="2">
|
<tile pixelRatio="2">
|
||||||
</map>
|
</map>
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>In case of vector tile images (PBF), set the type attribute of
|
||||||
|
the <i>tile</i> tag to "vector". This will adjust the pixel ratio
|
||||||
|
of the tile to the pixel ratio of the display device.</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<map xmlns="http://www.gpxsee.org/map/1.3">
|
||||||
|
<name>MapTiler</name>
|
||||||
|
<url>https://maps.tilehosting.com/data/v3/$z/$x/$y.pbf?key=apikey</url>
|
||||||
|
<tile type="vector"/>
|
||||||
|
<zoom max="14"/>
|
||||||
|
</map>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>The map URL can be also a local file URL (<i>file:</i> scheme).</p>
|
<p>The map URL can be also a local file URL (<i>file:</i> scheme).</p>
|
||||||
|
@ -153,7 +153,7 @@
|
|||||||
<p class="date">Dec 8 2018</p>
|
<p class="date">Dec 8 2018</p>
|
||||||
<h4>Version 7.0</h4>
|
<h4>Version 7.0</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added support for PBF vector maps (requires <a href="https://github.com/tumic0/QtPBFImagePlugin">QtPbfImagePlugin</a>).</li>
|
<li>Added support for PBF vector maps (using <a href="https://github.com/tumic0/QtPBFImagePlugin">QtPbfImagePlugin</a>).</li>
|
||||||
<li>Changed user data/config paths locations.</li>
|
<li>Changed user data/config paths locations.</li>
|
||||||
<li>Added Turkish localization.</li>
|
<li>Added Turkish localization.</li>
|
||||||
<li>Minor bug fixes (WMTS, graphs)</li>
|
<li>Minor bug fixes (WMTS, graphs)</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user