1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Added version 7.0 info

This commit is contained in:
Martin Tůma 2018-12-08 18:07:04 +01:00
parent e6c81b80c7
commit 044d88b9b1
2 changed files with 26 additions and 23 deletions

View File

@ -83,15 +83,19 @@
</table> </table>
<p>User specific map directories that - when present - override the global map <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"> <table class="config-files">
<tr> <tr>
<td class="os">Windows:</td> <td class="os">Windows:</td>
<td class="file">%HOMEPATH%\GPXSee\maps</td> <td class="file">%APPDATA%\GPXSee\maps</td>
</tr><tr> </tr><tr>
<td class="os">OS X, Linux:</td> <td class="os">Linux:</td>
<td class="file">$HOME/.gpxsee/maps</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> </tr>
</table> </table>
@ -102,7 +106,7 @@
<h3 id="online">Online maps</h3> <h3 id="online">Online maps</h3>
<p>The mapsource definition file format is based on XML and is fairly simple. <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 XSD file</a>. The paragraphs below are a "human-readable" summary of the XSD
syntax/semantics divided by map type.</p> syntax/semantics divided by map type.</p>
@ -127,16 +131,17 @@
default zoom range is &lt;0,&nbsp;19&gt; and the default bounds are default zoom range is &lt;0,&nbsp;19&gt; and the default bounds are
&lt;-85.0511,&nbsp;85.0511&gt; and &lt;-180,&nbsp;180&gt;.</p> &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 <p>GPXSee supports HiDPI map tiles. To specify that a map uses HiDPI tiles
uses HiDPI tiles use the <i>tilePixelRatio</i> tag. For the most common 512x512px use the pixelRatio attribute of the <i>tile</i> tag. For the most common
tiles (that shall be rendered as 256x256px tiles), set the value to 2.</p> 512x512px tiles (that shall be rendered as 256x256px tiles), set the value
to 2.</p>
<pre> <pre>
&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;map xmlns="http://www.gpxsee.org/map/1.1"&gt; &lt;map xmlns="http://www.gpxsee.org/map/1.3"&gt;
&lt;name&gt;OSM - HiDPI&lt;/name&gt; &lt;name&gt;OSM - HiDPI&lt;/name&gt;
&lt;url&gt;https://a.osm.rrze.fau.de/osmhd/$z/$x/$y.png&lt;/url&gt; &lt;url&gt;https://a.osm.rrze.fau.de/osmhd/$z/$x/$y.png&lt;/url&gt;
&lt;tilePixelRatio&gt;2&lt;/tilePixelRatio&gt; &lt;tile pixelRatio="2"&gt;
&lt;/map&gt; &lt;/map&gt;
</pre> </pre>
@ -251,6 +256,7 @@
<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>
<p id="legacyPaths"><i>[1] The user paths have changed in GPXSee 7.</i></p>
</div> </div>
<div id="sidebar"> <div id="sidebar">

View File

@ -149,6 +149,16 @@
<div id="sidebar"> <div id="sidebar">
<div class="latest-news"> <div class="latest-news">
<h3>Releases</h3> <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"> <div class="news-item">
<p class="date">Oct 13 2018</p> <p class="date">Oct 13 2018</p>
<h4>Version 6.3</h4> <h4>Version 6.3</h4>
@ -184,19 +194,6 @@
<li>Minor bugfixes (localization, WMTS, date-line crossing).</li> <li>Minor bugfixes (localization, WMTS, date-line crossing).</li>
</ul> </ul>
</div> </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>
<div id="changelog-link"> <div id="changelog-link">
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a> <a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>