mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added version 5.15 info.
This commit is contained in:
parent
e01e0c0574
commit
1452b22c90
3
doc.html
3
doc.html
@ -36,7 +36,7 @@
|
|||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
<h2 id="data">Data files</h2>
|
<h2 id="data">Data files</h2>
|
||||||
<p>GPXSee opens GPX, TCX, FIT, KML, IGC, NMEA and
|
<p>GPXSee opens GPX, TCX, FIT, KML, IGC, NMEA, OziExplorer (PLT, RTE, WPT) and
|
||||||
<a href="http://www.poi-factory.com/garmin-csv-file-format">Garmin CSV</a>
|
<a href="http://www.poi-factory.com/garmin-csv-file-format">Garmin CSV</a>
|
||||||
files, however not all format features are supported for all formats.
|
files, however not all format features are supported for all formats.
|
||||||
Generally, GPXSee supports three kinds of data objects:</p>
|
Generally, GPXSee supports three kinds of data objects:</p>
|
||||||
@ -60,6 +60,7 @@
|
|||||||
<li>Cadence</li>
|
<li>Cadence</li>
|
||||||
<li>Power</li>
|
<li>Power</li>
|
||||||
<li>Temperature</li>
|
<li>Temperature</li>
|
||||||
|
<li>Gear ratio/shifts (Shimano Di2)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
24
index.html
24
index.html
@ -54,7 +54,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<div class="left-side"> <img src="css/images/formats.png" alt="" /> </div>
|
<div class="left-side"> <img src="css/images/formats.png" alt="" /> </div>
|
||||||
<div class="right-side">
|
<div class="right-side">
|
||||||
<p>GPXSee supports all main GPS log file formats, namely GPX, TCX, KML, FIT, IGC and NMEA.</p>
|
<p>GPXSee supports all main GPS log file formats, namely GPX, TCX, KML, FIT, IGC, NMEA and OziExplorer.</p>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a>
|
<a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a>
|
||||||
<a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a>
|
<a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a>
|
||||||
@ -88,7 +88,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>User-definable online maps (OSM/Google tiles, WMTS, WMS).</li>
|
<li>User-definable online maps (OSM/Google tiles, WMTS, WMS).</li>
|
||||||
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, GeoTIFF images).</li>
|
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, GeoTIFF images).</li>
|
||||||
<li>Elevation, speed, heart rate, cadence, power and temperature graphs.</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 multiple tracks in one view.</li>
|
||||||
<li>Support for POI files.</li>
|
<li>Support for POI files.</li>
|
||||||
<li>Print/export to PDF.</li>
|
<li>Print/export to PDF.</li>
|
||||||
@ -142,6 +142,16 @@
|
|||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<div class="latest-news">
|
<div class="latest-news">
|
||||||
<h3>Releases</h3>
|
<h3>Releases</h3>
|
||||||
|
<div class="news-item">
|
||||||
|
<p class="date">Jul 3 2018</p>
|
||||||
|
<h4>Version 5.15</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Added gear ratio/shifts graphs (Shimano Di2).</li>
|
||||||
|
<li>Fixed FIT parser crash.</li>
|
||||||
|
<li>Added support for obscure Bryton Rider FIT files.</li>
|
||||||
|
<li>Some more minor bugfixes.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div class="news-item">
|
<div class="news-item">
|
||||||
<p class="date">Jun 23 2018</p>
|
<p class="date">Jun 23 2018</p>
|
||||||
<h4>Version 5.14</h4>
|
<h4>Version 5.14</h4>
|
||||||
@ -180,16 +190,6 @@
|
|||||||
<li>Fixed broken time-based graphs for files with duplicit timestamps.</li>
|
<li>Fixed broken time-based graphs for files with duplicit timestamps.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="news-item">
|
|
||||||
<p class="date">May 9 2018</p>
|
|
||||||
<h4>Version 5.10</h4>
|
|
||||||
<ul>
|
|
||||||
<li>Improved track loading performance.</li>
|
|
||||||
<li>Improved network/server error handling.</li>
|
|
||||||
<li>Added missing EST97 GCS/PCS.</li>
|
|
||||||
<li>Several minor bugfixes and improvements.</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user