mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Updated info and documentation according to the changes in 7.2.
This commit is contained in:
parent
9b2a2442c5
commit
f83eba4bdf
25
doc.html
25
doc.html
@ -36,7 +36,8 @@
|
|||||||
<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, 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>
|
<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>
|
||||||
@ -104,10 +105,10 @@
|
|||||||
|
|
||||||
<p>Supported map projections are Mercator (including Web Mercator),
|
<p>Supported map projections are Mercator (including Web Mercator),
|
||||||
Transverse Mercator (including UTM), Lambert Conformal Conic, Albers Equal Area,
|
Transverse Mercator (including UTM), Lambert Conformal Conic, Albers Equal Area,
|
||||||
Lambert Azimuthal Equal Area, Křovák's and Latitude/Longitude (2D geographic).
|
Lambert Azimuthal Equal Area, Polar Stereographic, Křovák's and Latitude/Longitude
|
||||||
Additionally, the Swiss and Hungarian Oblique Mercator projections are aupported
|
(2D geographic). Additionally, the Swiss and Hungarian Oblique Mercator projections
|
||||||
using LCC1 approximation. For list of supported datums and projected coordinate
|
are aupported using LCC1 approximation. For list of supported datums and projected
|
||||||
systems see the
|
coordinate systems see the
|
||||||
<a href="https://github.com/tumic0/GPXSee/blob/master/pkg/csv/gcs.csv">GCS.csv</a>
|
<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>
|
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
|
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
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
<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">
|
<div id="footnote">
|
||||||
<p id="legacyPaths"><i>[1] The user paths have changed in GPXSee 7.</i></p>
|
<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">
|
<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 &
|
QtPBFImagePlugin</a> is required (part of the official Windows &
|
||||||
OS X builds).</i></p>
|
OS X builds).</i></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
@ -285,6 +299,7 @@
|
|||||||
<h5><a href="#online">Online maps</a></h5>
|
<h5><a href="#online">Online maps</a></h5>
|
||||||
<h5><a href="#offline">Offline maps</a></h5>
|
<h5><a href="#offline">Offline maps</a></h5>
|
||||||
<h4><a href="#poi">POI files</a></h4>
|
<h4><a href="#poi">POI files</a></h4>
|
||||||
|
<h4><a href="#dem">DEM files</a></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="cl"> </div>
|
<div class="cl"> </div>
|
||||||
|
|
||||||
|
35
index.html
35
index.html
@ -82,21 +82,24 @@
|
|||||||
|
|
||||||
<h2>What is GPXSee?</h2>
|
<h2>What is GPXSee?</h2>
|
||||||
<p>GPXSee is a GPS log file viewer and analyzer that supports
|
<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>
|
<h3>Key features</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS).</li>
|
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA, SLF, LOC, GeoJSON,
|
||||||
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, GeoTIFF images, MBTiles).</li>
|
OziExplorer (PLT, RTE, WPT) and Garmin CSV files.</li>
|
||||||
<li>Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts graphs.</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 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>
|
||||||
<li>Full-screen mode.</li>
|
<li>Full-screen mode.</li>
|
||||||
<li>HiDPI/Retina displays & maps support.</li>
|
<li>HiDPI/Retina displays & maps support.</li>
|
||||||
<li>Native GUI (Qt) for Windows, Mac OS X and Linux.</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>
|
<li><b>Free software</b> (GPLv3 open-source license).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -149,6 +152,17 @@
|
|||||||
<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">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">
|
<div class="news-item">
|
||||||
<p class="date">Jan 1 2019</p>
|
<p class="date">Jan 1 2019</p>
|
||||||
<h4>Version 7.1</h4>
|
<h4>Version 7.1</h4>
|
||||||
@ -183,15 +197,6 @@
|
|||||||
<li>Fixed Norwegian localization language code.</li>
|
<li>Fixed Norwegian localization language code.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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>
|
||||||
<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