mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Added version 7.16 info
This commit is contained in:
parent
7c6c2b1b61
commit
99cb8600f9
8
doc.html
8
doc.html
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<h2 id="data">Data files</h2>
|
<h2 id="data">Data files</h2>
|
||||||
<p>GPXSee opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SLF, LOC, GeoJSON,
|
<p>GPXSee opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SLF, LOC, GeoJSON,
|
||||||
OziExplorer (PLT, RTE, WPT),
|
OziExplorer (PLT, RTE, WPT), Garmin GPI,
|
||||||
<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>
|
||||||
and geotagged JPEG files, however not all format features are supported
|
and geotagged JPEG files, however not all format features are supported
|
||||||
for all formats. Generally, GPXSee supports four kinds of data objects:</p>
|
for all formats. Generally, GPXSee supports four kinds of data objects:</p>
|
||||||
@ -275,9 +275,9 @@
|
|||||||
|
|
||||||
<h2 id="poi">POI files</h2>
|
<h2 id="poi">POI files</h2>
|
||||||
<p>All of the supported formats with waypoints capability - GPX, KML, TCX, NMEA,
|
<p>All of the supported formats with waypoints capability - GPX, KML, TCX, NMEA,
|
||||||
CUP, WPT, LOC, GeoJSON and Garmin CSV - can be loaded either as data files or as
|
CUP, WPT, LOC, GeoJSON and Garmin GPI & CSV - can be loaded either as data
|
||||||
POI files. When a file is opened as a POI file, only waypoints reasonable near
|
files or as POI files. When a file is opened as a POI file, only waypoints reasonable
|
||||||
the tracks/waypoints of the loaded data files are displayed.</p>
|
near the tracks/waypoints of the loaded data files are displayed.</p>
|
||||||
|
|
||||||
<p>To make GPXSee load a POI file automatically on startup, add the file to the
|
<p>To make GPXSee load a POI file automatically on startup, add the file to the
|
||||||
<code>POI</code> directory in one of the configuration paths.</p>
|
<code>POI</code> directory in one of the configuration paths.</p>
|
||||||
|
20
index.html
20
index.html
@ -87,7 +87,8 @@
|
|||||||
<h3>Key features</h3>
|
<h3>Key features</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SLF, LOC, GeoJSON,
|
<li>Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SLF, LOC, GeoJSON,
|
||||||
OziExplorer (PLT, RTE, WPT), Garmin CSV and geotagged JPEG files.</li>
|
OziExplorer (PLT, RTE, WPT), Garmin GPI & CSV and
|
||||||
|
geotagged JPEG files.</li>
|
||||||
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
|
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
|
||||||
WMS, TMS, QuadTiles).</li>
|
WMS, TMS, QuadTiles).</li>
|
||||||
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG &
|
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG &
|
||||||
@ -156,6 +157,15 @@
|
|||||||
<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">Oct 28 2019</p>
|
||||||
|
<h4>Version 7.16</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Added support for Garmin GPI files.</li>
|
||||||
|
<li>Hyperlink + copy&paste enabled tool tips.</li>
|
||||||
|
<li>Various minor bug fixes in data loading.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div class="news-item">
|
<div class="news-item">
|
||||||
<p class="date">Oct 5 2019</p>
|
<p class="date">Oct 5 2019</p>
|
||||||
<h4>Version 7.15</h4>
|
<h4>Version 7.15</h4>
|
||||||
@ -191,14 +201,6 @@
|
|||||||
<li>Fixed lat/lon reference parsing in big endian EXIF entries.</li>
|
<li>Fixed lat/lon reference parsing in big endian EXIF entries.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="news-item">
|
|
||||||
<p class="date">Jul 18 2019</p>
|
|
||||||
<h4>Version 7.11</h4>
|
|
||||||
<ul>
|
|
||||||
<li>Improved IMG maps loading performance and memory footprint.</li>
|
|
||||||
<li>Improved road shields layout on IMG maps.</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