mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added version 7.0 info
This commit is contained in:
parent
e6c81b80c7
commit
044d88b9b1
26
doc.html
26
doc.html
@ -83,15 +83,19 @@
|
||||
</table>
|
||||
|
||||
<p>User specific map directories that - when present - override the global map
|
||||
directory are also supported. The paths are as follows:</p>
|
||||
directory are also supported. The paths are as
|
||||
follows<sup><a href="#legacyPaths">1</a></sup>:</p>
|
||||
|
||||
<table class="config-files">
|
||||
<tr>
|
||||
<td class="os">Windows:</td>
|
||||
<td class="file">%HOMEPATH%\GPXSee\maps</td>
|
||||
<td class="file">%APPDATA%\GPXSee\maps</td>
|
||||
</tr><tr>
|
||||
<td class="os">OS X, Linux:</td>
|
||||
<td class="file">$HOME/.gpxsee/maps</td>
|
||||
<td class="os">Linux:</td>
|
||||
<td class="file">~/.local/share/gpxsee/maps</td>
|
||||
</tr><tr>
|
||||
<td class="os">OS X:</td>
|
||||
<td class="file">~/Library/Application Support/GPXSee/maps</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -102,7 +106,7 @@
|
||||
<h3 id="online">Online maps</h3>
|
||||
|
||||
<p>The mapsource definition file format is based on XML and is fairly simple.
|
||||
For the formal map source file syntax see the <a href="map/1.2/map.xsd">mapsource
|
||||
For the formal map source file syntax see the <a href="map/1.3/map.xsd">mapsource
|
||||
XSD file</a>. The paragraphs below are a "human-readable" summary of the XSD
|
||||
syntax/semantics divided by map type.</p>
|
||||
|
||||
@ -127,16 +131,17 @@
|
||||
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>
|
||||
<p>GPXSee supports HiDPI map tiles. To specify that a map uses HiDPI tiles
|
||||
use the pixelRatio attribute of the <i>tile</i> tag. For the most common
|
||||
512x512px 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">
|
||||
<map xmlns="http://www.gpxsee.org/map/1.3">
|
||||
<name>OSM - HiDPI</name>
|
||||
<url>https://a.osm.rrze.fau.de/osmhd/$z/$x/$y.png</url>
|
||||
<tilePixelRatio>2</tilePixelRatio>
|
||||
<tile pixelRatio="2">
|
||||
</map>
|
||||
</pre>
|
||||
|
||||
@ -251,6 +256,7 @@
|
||||
<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>
|
||||
|
||||
<p id="legacyPaths"><i>[1] The user paths have changed in GPXSee 7.</i></p>
|
||||
</div>
|
||||
|
||||
<div id="sidebar">
|
||||
|
23
index.html
23
index.html
@ -149,6 +149,16 @@
|
||||
<div id="sidebar">
|
||||
<div class="latest-news">
|
||||
<h3>Releases</h3>
|
||||
<div class="news-item">
|
||||
<p class="date">Dec 8 2018</p>
|
||||
<h4>Version 7.0</h4>
|
||||
<ul>
|
||||
<li>Added support for PBF vector maps (requires <a href="https://github.com/tumic0/QtPBFImagePlugin">QtPbfImagePlugin</a>).</li>
|
||||
<li>Changed user data/config paths locations.</li>
|
||||
<li>Added Turkish localization.</li>
|
||||
<li>Minor bug fixes (WMTS, graphs)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">Oct 13 2018</p>
|
||||
<h4>Version 6.3</h4>
|
||||
@ -184,19 +194,6 @@
|
||||
<li>Minor bugfixes (localization, WMTS, date-line crossing).</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">Sep 15 2018</p>
|
||||
<h4>Version 5.18</h4>
|
||||
<ul>
|
||||
<li>Made the HiDPI display mode (of non-HiDPI maps) configurable.</li>
|
||||
<li>Long path segments now displayed using great circle paths.</li>
|
||||
<li>Fixed IGC parser (new date header format support).</li>
|
||||
<li>Fixed broken zoom level 0 handling.</li>
|
||||
<li>Fixed POI search algorithm.</li>
|
||||
<li>Fixed Garmin CSV parser (wrong coordinates order).</li>
|
||||
<li>Some more minor bugfixes.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="changelog-link">
|
||||
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>
|
||||
|
Loading…
Reference in New Issue
Block a user