1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Version 10.2 info

+ sponsor button
This commit is contained in:
Martin Tůma 2022-01-21 01:49:34 +01:00
parent be9c3e284f
commit e08bab879e
3 changed files with 34 additions and 15 deletions

View File

@ -262,6 +262,13 @@ h1.logo a span {
margin-left:20px; margin-left:20px;
font-size:12px; font-size:12px;
} }
.sponsor h2 {
font-size:18px;
color:#000;
font-weight:normal;
margin-bottom:21px;
margin-top:21px;
}
.footer { .footer {
font-size:10px; font-size:10px;
padding-top:15px; padding-top:15px;

View File

@ -348,15 +348,20 @@
<h3 id="dem_downloads">DEM downloads</h3> <h3 id="dem_downloads">DEM downloads</h3>
<p>Since GPXSee 9.6 you can download the required DEM files for the area covered <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 by the loaded data from the GPXSee GUI. The URL is specified as a template where
server URL in the preferences for the downloads to work. The URL is specified the NYY/SYY and EXXX/WXXX coordinates strings are replaced by
as a template where the NYY/SYY and EXXX/WXXX coordinates strings are replaced by
<code>$lat</code> and <code>$lon</code>:</p> <code>$lat</code> and <code>$lon</code>:</p>
<pre>https://bailu.ch/dem3/$lat/$lat$lon.hgt.zip</pre> <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 <p>The downloaded files are automatically renamed, if the file name is not in
the required format.)</p> 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>
<h2 id="positioning">Positioning</h2> <h2 id="positioning">Positioning</h2>

View File

@ -148,7 +148,7 @@
<h2 id="maps">GPXSee maps</h2> <h2 id="maps">GPXSee maps</h2>
<ul> <ul>
<li><a href="https://tumic0.github.io/GPXSee-maps/">GPXSee online maps</a></li> <li><a href="https://maps.gpxsee.org">GPXSee online maps</a></li>
</ul> </ul>
<p>GPXSee supports most tile server based online maps out there, but the <p>GPXSee supports most tile server based online maps out there, but the
@ -186,6 +186,17 @@
<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">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"> <div class="news-item">
<p class="date">Jan 2 2022</p> <p class="date">Jan 2 2022</p>
<h3>Version 10.1</h3> <h3>Version 10.1</h3>
@ -223,19 +234,15 @@
using MSVC 2019. Windows 32b builds are no more provided.</li> using MSVC 2019. Windows 32b builds are no more provided.</li>
</ul> </ul>
</div> </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>
<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>
</div> </div>
<div class="sponsor">
<h2>Support GPXSee</h2>
<iframe src="https://github.com/sponsors/tumic0/button" title="Sponsor tumic0" height="35" width="116" style="border: 0;"></iframe>
<p>Help defraying the costs of GPXSee developement.</p>
</div>
</div> </div>
<div class="cl">&nbsp;</div> <div class="cl">&nbsp;</div>
</div> </div>