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:
parent
a9963734f2
commit
bdd14b96c0
@ -29,6 +29,9 @@ input, textarea, select {
|
|||||||
textarea {
|
textarea {
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
sup {
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
.cl {
|
.cl {
|
||||||
display:block;
|
display:block;
|
||||||
height:0;
|
height:0;
|
||||||
|
12
doc.html
12
doc.html
@ -292,9 +292,9 @@
|
|||||||
<h2 id="dem">DEM files</h2>
|
<h2 id="dem">DEM files</h2>
|
||||||
<p>Digital Elevation Model (DEM) files can be used as elevation source
|
<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
|
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
|
file format (SRTM3 and SRTM1 are both supported). The DEM files must be
|
||||||
in the <code>DEM</code> directory in one of the configuration paths for GPXSee
|
put<sup><a href="#unzip">3</a></sup> in the <code>DEM</code> directory in one
|
||||||
to use them.</p>
|
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
|
<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>
|
provided for example by the <abbr title="U.S. Geological Survey">USGS</abbr>.</p>
|
||||||
@ -302,9 +302,9 @@
|
|||||||
|
|
||||||
<div id="footnote">
|
<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(MVT) tiles/MBTiles, <a href="https://github.com/tumic0/QtPBFImagePlugin">
|
<p id="pbf"><i>[2] To display PBF(MVT) tiles, <a href="https://github.com/tumic0/QtPBFImagePlugin">
|
||||||
QtPBFImagePlugin</a> is required (part of the official Windows &
|
QtPBFImagePlugin</a> is required (included in the Windows and OS X builds).</i></p>
|
||||||
OS 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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
20
index.html
20
index.html
@ -175,6 +175,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">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">
|
<div class="news-item">
|
||||||
<p class="date">Dec 29 2020</p>
|
<p class="date">Dec 29 2020</p>
|
||||||
<h4>Version 8.0</h4>
|
<h4>Version 8.0</h4>
|
||||||
@ -217,16 +227,6 @@
|
|||||||
<li>Added workaround for broken FIT files produced by gpsbabel.</li>
|
<li>Added workaround for broken FIT files produced by gpsbabel.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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>
|
||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user