mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Compare commits
No commits in common. "2ed6a61aa9961558ffa9c45a809021c21355e99e" and "be9c3e284f3dc85246c9a558b848a0a679f8a0b2" have entirely different histories.
2ed6a61aa9
...
be9c3e284f
@ -262,13 +262,6 @@ h1.logo a span {
|
||||
margin-left:20px;
|
||||
font-size:12px;
|
||||
}
|
||||
.sponsor h2 {
|
||||
font-size:18px;
|
||||
color:#000;
|
||||
font-weight:normal;
|
||||
margin-bottom:21px;
|
||||
margin-top:21px;
|
||||
}
|
||||
.footer {
|
||||
font-size:10px;
|
||||
padding-top:15px;
|
||||
|
15
doc.html
15
doc.html
@ -348,20 +348,15 @@
|
||||
|
||||
<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. The URL is specified as a template where
|
||||
the NYY/SYY and EXXX/WXXX coordinates strings are replaced by
|
||||
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>
|
||||
|
||||
<p>Since version 10.2, there is a default DEM tiles download source hosted
|
||||
by the GPXSee project predefined in the preferences. The data is the
|
||||
<a href="http://viewfinderpanoramas.org/dem3.html">DEM3 data</a> originaly
|
||||
provided by Jonathan de Ferranti and repacked by the
|
||||
<a href="https://bailu.ch/aat/">AAT</a> project.</p>
|
||||
<p>(The downloaded files are automatically renamed, if the file name is not in
|
||||
the required format.)</p>
|
||||
|
||||
|
||||
<h2 id="positioning">Positioning</h2>
|
||||
|
27
index.html
27
index.html
@ -148,7 +148,7 @@
|
||||
<h2 id="maps">GPXSee maps</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://maps.gpxsee.org">GPXSee online maps</a></li>
|
||||
<li><a href="https://tumic0.github.io/GPXSee-maps/">GPXSee online maps</a></li>
|
||||
</ul>
|
||||
|
||||
<p>GPXSee supports most tile server based online maps out there, but the
|
||||
@ -186,17 +186,6 @@
|
||||
<div id="sidebar">
|
||||
<div class="latest-news">
|
||||
<h2>Releases</h2>
|
||||
<div class="news-item">
|
||||
<p class="date">Jan 21 2022</p>
|
||||
<h3>Version 10.2</h3>
|
||||
<ul>
|
||||
<li>Improved/fixed TwoNav data files parser.</li>
|
||||
<li>Prefer GPS locations when the positioning plugin provides
|
||||
multiple position sources.</li>
|
||||
<li>Added a default DEM tiles download source.</li>
|
||||
<li>Multiple minor fixes and enhancements.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">Jan 2 2022</p>
|
||||
<h3>Version 10.1</h3>
|
||||
@ -234,15 +223,19 @@
|
||||
using MSVC 2019. Windows 32b builds are no more provided.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">Oct 25 2021</p>
|
||||
<h3>Version 9.10</h3>
|
||||
<ul>
|
||||
<li>Added waypoint icons highlighting.</li>
|
||||
<li>Various GPI parser fixes/improvements (icons related).</li>
|
||||
<li>Added support for East Asian encodings in Garmin formats.</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>
|
||||
</div>
|
||||
<div class="sponsor">
|
||||
<h2>Support GPXSee</h2>
|
||||
<iframe src="https://github.com/sponsors/tumic0/button" title="Sponsor GPXSee" height="35" width="116" style="border: 0;"></iframe>
|
||||
<p>Help defraying the costs of GPXSee developement.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cl"> </div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user