1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Version 7.12 info

This commit is contained in:
Martin Tůma 2019-08-18 00:11:05 +02:00
parent efad105655
commit 3ade7e37bb
2 changed files with 14 additions and 15 deletions

View File

@ -36,7 +36,7 @@
<div id="content">
<h2 id="data">Data files</h2>
<p>GPXSee opens GPX, TCX, FIT, KML, IGC, NMEA, SLF, LOC, GeoJSON,
<p>GPXSee opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SLF, LOC, GeoJSON,
OziExplorer (PLT, RTE, WPT),
<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
@ -275,9 +275,9 @@
<h2 id="poi">POI files</h2>
<p>All of the supported formats with waypoints capability - GPX, KML, TCX, NMEA,
WPT, LOC, GeoJSON and Garmin CSV - can be loaded either as data files or as POI
files. When a file is opened as a POI file, only waypoints reasonable near the
tracks/waypoints of the loaded data files are displayed.</p>
CUP, WPT, LOC, GeoJSON and Garmin CSV - can be loaded either as data files or as
POI files. When a file is opened as a POI file, only waypoints reasonable 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
<code>POI</code> directory in one of the configuration paths.</p>

View File

@ -86,7 +86,7 @@
<h3>Key features</h3>
<ul>
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA, 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>
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
WMS, TMS, QuadTiles).</li>
@ -156,6 +156,15 @@
<div id="sidebar">
<div class="latest-news">
<h3>Releases</h3>
<div class="news-item">
<p class="date">Aug 17 2019</p>
<h4>Version 7.12</h4>
<ul>
<li>Added support for SeeYou CUP files.</li>
<li>Added support for Geographic 2D projection in vector maps.</li>
<li>Fixed lat/lon reference parsing in big endian EXIF entries.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Jul 18 2019</p>
<h4>Version 7.11</h4>
@ -190,16 +199,6 @@
<li>Fixed broken WMS scale denominators to zoom levels transition.</li>
</ul>
</div>
<div class="news-item">
<p class="date">May 16 2019</p>
<h4>Version 7.7</h4>
<ul>
<li>Fixed build &amp; display issues with Qt &lt; 5.4.</li>
<li>Added support for vector maps projection setting.</li>
<li>Added support for user defined TYP files for Garmin IMG maps.</li>
<li>Removed obsolete "Always show the map" setting.</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>