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:
parent
80af348295
commit
9321b041a5
13
doc.html
13
doc.html
@ -333,6 +333,18 @@
|
||||
<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>
|
||||
|
||||
<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">
|
||||
<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="h4l"><a href="#poi">POI 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 class="cl"> </div>
|
||||
|
19
index.html
19
index.html
@ -184,6 +184,15 @@
|
||||
<div id="sidebar">
|
||||
<div class="latest-news">
|
||||
<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">
|
||||
<p class="date">Aug 22 2021</p>
|
||||
<h3>Version 9.5</h3>
|
||||
@ -218,16 +227,6 @@
|
||||
<li>Fixed SML and CSV parser issues.</li>
|
||||
</ul>
|
||||
</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 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