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

Version 9.6 info

This commit is contained in:
Martin Tůma 2021-09-05 18:16:32 +02:00
parent 80af348295
commit 9321b041a5
2 changed files with 22 additions and 10 deletions

View File

@ -333,6 +333,18 @@
<p>The DEM files must have the expected filename format of <code>NXXEYYY.hgt</code> <p>The DEM files must have the expected filename format of <code>NXXEYYY.hgt</code>
or <code>NXXEYYY.hgt.zip</code> for GPXSee to use them.</p> or <code>NXXEYYY.hgt.zip</code> for GPXSee to use them.</p>
<h3 id="dem_downloads">DEM downloads</h3>
<p>Since GPXSee 9.6 you can download the required DEM files for the area covered
by the loaded data from the GPXSee GUI. You must however set a valid DEM data
server URL in the preferences for the downloads to work. The URL is specified
as a template where the NYY/SYY and EXXX/WXXX coordinates strings are replaced by
<code>$lat</code> and <code>$lon</code>:</p>
<pre>https://bailu.ch/dem3/$lat/$lat$lon.hgt.zip</pre>
<p>(The downloaded files are automatically renamed, if the file name is not in
the required format.)</p>
<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>
@ -365,6 +377,7 @@
<div class="h5l"><a href="#styles">Map styles</a></div> <div class="h5l"><a href="#styles">Map styles</a></div>
<div class="h4l"><a href="#poi">POI files</a></div> <div class="h4l"><a href="#poi">POI files</a></div>
<div class="h4l"><a href="#dem">DEM files</a></div> <div class="h4l"><a href="#dem">DEM files</a></div>
<div class="h5l"><a href="#dem_downloads">DEM downloads</a></div>
</div> </div>
</div> </div>
<div class="cl">&nbsp;</div> <div class="cl">&nbsp;</div>

View File

@ -184,6 +184,15 @@
<div id="sidebar"> <div id="sidebar">
<div class="latest-news"> <div class="latest-news">
<h2>Releases</h2> <h2>Releases</h2>
<div class="news-item">
<p class="date">Sep 5 2021</p>
<h3>Version 9.6</h3>
<ul>
<li>Added support for downloading DEM files.</li>
<li>Fixed map tiles/files download timeout handling.</li>
<li>Various GUI polishing (mostly macOS).</li>
</ul>
</div>
<div class="news-item"> <div class="news-item">
<p class="date">Aug 22 2021</p> <p class="date">Aug 22 2021</p>
<h3>Version 9.5</h3> <h3>Version 9.5</h3>
@ -218,16 +227,6 @@
<li>Fixed SML and CSV parser issues.</li> <li>Fixed SML and CSV parser issues.</li>
</ul> </ul>
</div> </div>
<div class="news-item">
<p class="date">May 29 2021</p>
<h3>Version 9.1</h3>
<ul>
<li>Added support for TomTom OV2 and ITN files.</li>
<li>Various waypoint properties enhancements.</li>
<li>Mapsforge maps rendering fixes/improvements.</li>
<li>Some more minor fixes.</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>