mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Extended vector tiles info.
This commit is contained in:
parent
6bf10dd99b
commit
7c81d32913
@ -240,6 +240,15 @@ h1.logo a span {
|
|||||||
text-align:right;
|
text-align:right;
|
||||||
margin-right:20px;
|
margin-right:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footnote {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footnote p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.latest-news .news-item h4 {
|
.latest-news .news-item h4 {
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
16
doc.html
16
doc.html
@ -145,9 +145,10 @@
|
|||||||
</map>
|
</map>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>In case of vector tile images (PBF), set the type attribute of
|
<p>In case of vector tile images (PBF<sup><a href="#pbf">2</a></sup>),
|
||||||
the <i>tile</i> tag to "vector". This will adjust the pixel ratio
|
set the type attribute of the <i>tile</i> tag to "vector". This will
|
||||||
of the tile to the pixel ratio of the display device.</p>
|
adjust the pixel ratio of the tile to the pixel ratio of the display
|
||||||
|
device.</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
@ -244,8 +245,8 @@
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h3 id="offline">Offline maps</h3>
|
<h3 id="offline">Offline maps</h3>
|
||||||
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, MBTiles (raster only)
|
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, MBTiles and GeoTIFF
|
||||||
and GeoTIFF images are supported by GPXSee.</p>
|
images are supported by GPXSee.</p>
|
||||||
|
|
||||||
<p>Supported map projections are Mercator (including Web Mercator), Transverse Mercator
|
<p>Supported map projections are Mercator (including Web Mercator), Transverse Mercator
|
||||||
(including UTM), Lambert Conformal Conic, Albers Equal Area, Lambert Azimuthal Equal Area,
|
(including UTM), Lambert Conformal Conic, Albers Equal Area, Lambert Azimuthal Equal Area,
|
||||||
@ -270,7 +271,12 @@
|
|||||||
<p>To make GPXSee load a POI file automatically on startup, add the file to the
|
<p>To make GPXSee load a POI file automatically on startup, add the file to the
|
||||||
<code>POI</code> directory in one of the configuration paths.</p>
|
<code>POI</code> directory in one of the configuration paths.</p>
|
||||||
|
|
||||||
|
<div id="footnote">
|
||||||
<p id="legacyPaths"><i>[1] The user paths have changed in GPXSee 7.</i></p>
|
<p id="legacyPaths"><i>[1] The user paths have changed in GPXSee 7.</i></p>
|
||||||
|
<p id="pbf"><i>[2] To display PBF tiles/MBTiles, <a href="https://github.com/tumic0/QtPBFImagePlugin">
|
||||||
|
QtPBFImagePlugin</a> is required (part of the official Windows &
|
||||||
|
OS X builds).</i></p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
|
Loading…
Reference in New Issue
Block a user