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

Updated info and documentation according to the changes in 7.2.

This commit is contained in:
Martin Tůma 2019-01-29 01:12:36 +01:00
parent 9b2a2442c5
commit f83eba4bdf
2 changed files with 40 additions and 20 deletions

View File

@ -36,7 +36,8 @@
<div id="content">
<h2 id="data">Data files</h2>
<p>GPXSee opens GPX, TCX, FIT, KML, IGC, NMEA, OziExplorer (PLT, RTE, WPT) and
<p>GPXSee opens GPX, TCX, FIT, KML, IGC, NMEA, SLF, LOC, GeoJSON,
OziExplorer (PLT, RTE, WPT) and
<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.
Generally, GPXSee supports three kinds of data objects:</p>
@ -104,10 +105,10 @@
<p>Supported map projections are Mercator (including Web Mercator),
Transverse Mercator (including UTM), Lambert Conformal Conic, Albers Equal Area,
Lambert Azimuthal Equal Area, Křovák's and Latitude/Longitude (2D geographic).
Additionally, the Swiss and Hungarian Oblique Mercator projections are aupported
using LCC1 approximation. For list of supported datums and projected coordinate
systems see the
Lambert Azimuthal Equal Area, Polar Stereographic, Křovák's and Latitude/Longitude
(2D geographic). Additionally, the Swiss and Hungarian Oblique Mercator projections
are aupported using LCC1 approximation. For list of supported datums and projected
coordinate systems see the
<a href="https://github.com/tumic0/GPXSee/blob/master/pkg/csv/gcs.csv">GCS.csv</a>
and <a href="https://github.com/tumic0/GPXSee/blob/master/pkg/csv/pcs.csv">PCS.csv</a>
configuration files (can be modified or overridden by user files like the map
@ -271,12 +272,25 @@
<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>
<h2 id="dem">DEM files</h2>
<p>Digital Elevation Model (DEM) files can be used as elevation source
instead of the recorded GPS data. The format of the DEM data is the SRTM HGT
file format (SRTM3 and SRTM1 are both supported). The DEM files must be extracted
in the <code>DEM</code> directory in one of the configuration paths for GPXSee
to use them.</p>
<p>The <a href="https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/">SRTM data</a> is
provided for example by the <abbr title="U.S. Geological Survey">USGS</abbr>.</p>
<div id="footnote">
<p id="legacyPaths"><i>[1] The user paths have changed in GPXSee 7.</i></p>
<p id="pbf"><i>[2] To display PBF(MVT) tiles/MBTiles, <a href="https://github.com/tumic0/QtPBFImagePlugin">
QtPBFImagePlugin</a> is required (part of the official Windows &amp;
OS&nbsp;X builds).</i></p>
</div>
</div>
<div id="sidebar">
@ -285,6 +299,7 @@
<h5><a href="#online">Online maps</a></h5>
<h5><a href="#offline">Offline maps</a></h5>
<h4><a href="#poi">POI files</a></h4>
<h4><a href="#dem">DEM files</a></h4>
</div>
<div class="cl">&nbsp;</div>

View File

@ -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 &amp; 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&amp;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>