mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-17 04:14:24 +02:00
Updated info and documentation according to the changes in 7.2.
This commit is contained in:
25
doc.html
25
doc.html
@ -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 &
|
||||
OS 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"> </div>
|
||||
|
||||
|
Reference in New Issue
Block a user