mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-16 11:54:23 +02:00
Updated info and documentation according to the changes in 7.2.
This commit is contained in:
35
index.html
35
index.html
@ -82,21 +82,24 @@
|
||||
|
||||
<h2>What is GPXSee?</h2>
|
||||
<p>GPXSee is a GPS log file viewer and analyzer that supports
|
||||
GPX, TCX, KML, FIT, IGC, NMEA, SLF, LOC and OziExplorer files.</p>
|
||||
all common GPS log file formats.</p>
|
||||
|
||||
<h3>Key features</h3>
|
||||
<ul>
|
||||
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS).</li>
|
||||
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, GeoTIFF images, MBTiles).</li>
|
||||
<li>Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts graphs.</li>
|
||||
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA, SLF, LOC, GeoJSON,
|
||||
OziExplorer (PLT, RTE, WPT) and Garmin CSV files.</li>
|
||||
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
|
||||
WMS, TMS).</li>
|
||||
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin
|
||||
JNX maps, GeoTIFF images, MBTiles).</li>
|
||||
<li>Elevation, speed, heart rate, cadence, power, temperature
|
||||
and gear ratio/shifts graphs.</li>
|
||||
<li>Support for multiple tracks in one view.</li>
|
||||
<li>Support for POI files.</li>
|
||||
<li>Print/export to PDF.</li>
|
||||
<li>Full-screen mode.</li>
|
||||
<li>HiDPI/Retina displays & maps support.</li>
|
||||
<li>Native GUI (Qt) for Windows, Mac OS X and Linux.</li>
|
||||
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA, SLF, LOC, OziExplorer (PLT, RTE, WPT)
|
||||
and Garmin CSV files.</li>
|
||||
<li><b>Free software</b> (GPLv3 open-source license).</li>
|
||||
</ul>
|
||||
|
||||
@ -149,6 +152,17 @@
|
||||
<div id="sidebar">
|
||||
<div class="latest-news">
|
||||
<h3>Releases</h3>
|
||||
<div class="news-item">
|
||||
<p class="date">Jan 28 2018</p>
|
||||
<h4>Version 7.2</h4>
|
||||
<ul>
|
||||
<li>Added support for DEM data (SRTM HGT files).</li>
|
||||
<li>Improved look&feel in dark styles.</li>
|
||||
<li>Added support for polar stereographic projections + Antarctica map.</li>
|
||||
<li>Added support for GeoJSON files.</li>
|
||||
<li>Added Spanish localization.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">Jan 1 2019</p>
|
||||
<h4>Version 7.1</h4>
|
||||
@ -183,15 +197,6 @@
|
||||
<li>Fixed Norwegian localization language code.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">Oct 7 2018</p>
|
||||
<h4>Version 6.1</h4>
|
||||
<ul>
|
||||
<li>Fixed broken tiles rendering on OSM/TMS map borders (broken in 5.18).</li>
|
||||
<li>Fixed "enable HTTP2" configuration handling.</li>
|
||||
<li>Added Norwegian localization.</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>
|
||||
|
Reference in New Issue
Block a user