1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Added version 8.1 info

This commit is contained in:
Martin Tůma 2021-01-02 12:21:44 +01:00
parent a9963734f2
commit bdd14b96c0
3 changed files with 19 additions and 16 deletions

View File

@ -29,6 +29,9 @@ input, textarea, select {
textarea {
overflow:hidden;
}
sup {
line-height: 0;
}
.cl {
display:block;
height:0;

View File

@ -292,9 +292,9 @@
<h2 id="dem">DEM files</h2>
<p>Digital Elevation Model (DEM) files can be used as elevation source
instead of the recorded GPS data. The format of the DEM data is the SRTM HGT
file format (SRTM3 and SRTM1 are both supported). The DEM files must be extracted
in the <code>DEM</code> directory in one of the configuration paths for GPXSee
to use them.</p>
file format (SRTM3 and SRTM1 are both supported). The DEM files must be
put<sup><a href="#unzip">3</a></sup> in the <code>DEM</code> directory in one
of the configuration paths for GPXSee to use them.</p>
<p>The <a href="https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/">SRTM data</a> is
provided for example by the <abbr title="U.S. Geological Survey">USGS</abbr>.</p>
@ -302,9 +302,9 @@
<div id="footnote">
<p id="legacyPaths"><i>[1] The user paths have changed in GPXSee 7.</i></p>
<p id="pbf"><i>[2] To display PBF(MVT) tiles/MBTiles, <a href="https://github.com/tumic0/QtPBFImagePlugin">
QtPBFImagePlugin</a> is required (part of the official Windows &amp;
OS&nbsp;X builds).</i></p>
<p id="pbf"><i>[2] To display PBF(MVT) tiles, <a href="https://github.com/tumic0/QtPBFImagePlugin">
QtPBFImagePlugin</a> is required (included in the Windows and OS&nbsp;X builds).</i></p>
<p id="pbf"><i>[3] For versions older than 8.1, you have to unzip them too.</i></p>
</div>
</div>

View File

@ -175,6 +175,16 @@
<div id="sidebar">
<div class="latest-news">
<h3>Releases</h3>
<div class="news-item">
<p class="date">Jan 2 2021</p>
<h4>Version 8.1</h4>
<ul>
<li>Fixed digital zoom on OS X.</li>
<li>Fixed Qt6 Release build.</li>
<li>Added support for ZIPed DEM files.</li>
<li>Minor fixes.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Dec 29 2020</p>
<h4>Version 8.0</h4>
@ -217,16 +227,6 @@
<li>Added workaround for broken FIT files produced by gpsbabel.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Oct 27 2020</p>
<h4>Version 7.35</h4>
<ul>
<li>IMG format compatability, performance and layout improvements.</li>
<li>Fixed CRS entries parsing (WMS, WMTS).</li>
<li>Various minor bug fixes.</li>
<li>Windows only: HiDPI aware installer.</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>