mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Version 11.0 info
This commit is contained in:
parent
9c1ba81cfb
commit
592d357364
37
doc.html
37
doc.html
@ -50,11 +50,14 @@
|
|||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td class="os">OS X:</td>
|
<td class="os">OS X:</td>
|
||||||
<td class="file">/Applications/GPXSee.app/Contents/Resources/</td>
|
<td class="file">/Applications/GPXSee.app/Contents/Resources/</td>
|
||||||
</tr>
|
</tr><tr>
|
||||||
|
<td class="os">Android<sup><a href="#androidGlobalConfig">1</a></sup>:</td>
|
||||||
|
<td class="file">assets://</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>User specific directories that - when present - override the global
|
<p>User specific directories that - when present - override the global
|
||||||
directory have the following paths<sup><a href="#legacyPaths">1</a></sup>:</p>
|
directory have the following paths:</p>
|
||||||
|
|
||||||
<table class="config-files">
|
<table class="config-files">
|
||||||
<tr>
|
<tr>
|
||||||
@ -66,13 +69,16 @@
|
|||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td class="os">OS X:</td>
|
<td class="os">OS X:</td>
|
||||||
<td class="file">~/Library/Application Support/GPXSee/</td>
|
<td class="file">~/Library/Application Support/GPXSee/</td>
|
||||||
|
</tr><tr>
|
||||||
|
<td class="os">Android:</td>
|
||||||
|
<td class="file">/storage/emulated/0/Android/data/org.gpxsee.gpxsee/files/</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>The expanded user specific paths, including the actual configuration
|
<p>The expanded user specific paths, including the actual configuration
|
||||||
directories, are also accesible from the GPXSee "Help" menu.</p>
|
directories, are also accesible from the GPXSee "Help" menu.</p>
|
||||||
|
|
||||||
|
|
||||||
<h2 id="data">Data files</h2>
|
<h2 id="data">Data files</h2>
|
||||||
<p>GPXSee opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML,
|
<p>GPXSee opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML,
|
||||||
LOC, GeoJSON, OziExplorer (PLT, RTE, WPT), Garmin GPI,
|
LOC, GeoJSON, OziExplorer (PLT, RTE, WPT), Garmin GPI,
|
||||||
@ -102,14 +108,14 @@
|
|||||||
<li>Temperature</li>
|
<li>Temperature</li>
|
||||||
<li>Gear ratio/shifts (Shimano Di2, SRAM eTap)</li>
|
<li>Gear ratio/shifts (Shimano Di2, SRAM eTap)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3 id="filtering">Data filtering</h3>
|
<h3 id="filtering">Data filtering</h3>
|
||||||
<p>Outlier elimination and data smoothing is implemented and enabled by default.
|
<p>Outlier elimination and data smoothing is implemented and enabled by default.
|
||||||
In most cases this improves the representation of the recorded data but in some
|
In most cases this improves the representation of the recorded data but in some
|
||||||
special cases you may get much worse results than without it. A typical example
|
special cases you may get much worse results than without it. A typical example
|
||||||
of such data are ski mountaineering tracks or in general tracks that are composed
|
of such data are ski mountaineering tracks or in general tracks that are composed
|
||||||
of parts with very different speed profiles.</p>
|
of parts with very different speed profiles.</p>
|
||||||
|
|
||||||
<p>If you get unexpected results, try to disable the outlier elimination in
|
<p>If you get unexpected results, try to disable the outlier elimination in
|
||||||
the preferences.</p>
|
the preferences.</p>
|
||||||
|
|
||||||
@ -118,7 +124,7 @@
|
|||||||
can be shown with an icon corresponding to the name. The icons are searched
|
can be shown with an icon corresponding to the name. The icons are searched
|
||||||
in the global/user <code>symbols</code> directory and the icon is selected when
|
in the global/user <code>symbols</code> directory and the icon is selected when
|
||||||
the image basename (without extension) matches the symbol name.</p>
|
the image basename (without extension) matches the symbol name.</p>
|
||||||
|
|
||||||
|
|
||||||
<h2 id="maps">Maps</h2>
|
<h2 id="maps">Maps</h2>
|
||||||
<p>Two kinds of maps are supported by GPXSee - online maps and offline maps.
|
<p>Two kinds of maps are supported by GPXSee - online maps and offline maps.
|
||||||
@ -299,11 +305,11 @@
|
|||||||
|
|
||||||
<h4 id="JNXKML">JNX & KMZ maps</h4>
|
<h4 id="JNXKML">JNX & KMZ maps</h4>
|
||||||
<p>JNX & KMZ maps do not contain any info about the projection of their
|
<p>JNX & KMZ maps do not contain any info about the projection of their
|
||||||
tile images, so it has to be provided externaly<sup><a href="#garmin">4</a></sup>.
|
tile images, so it has to be provided externaly<sup><a href="#garmin">3</a></sup>.
|
||||||
Generally, only two projections are used for JNX/KMZ maps - EPSG:4326 and
|
Generally, only two projections are used for JNX/KMZ maps - EPSG:4326 and
|
||||||
EPSG:3857. If you see <a href="img/wrong_proj.png">background color stripes</a>
|
EPSG:3857. If you see <a href="img/wrong_proj.png">background color stripes</a>
|
||||||
in your JNX/KMZ map, you have to switch to the propper input projection
|
in your JNX/KMZ map, you have to switch to the propper input projection
|
||||||
in the preferences.</p>
|
in the preferences.</p>
|
||||||
|
|
||||||
<h4 id="worldfiles">World Files</h4>
|
<h4 id="worldfiles">World Files</h4>
|
||||||
<p>World-File georeferenced images require the projection info to be provided
|
<p>World-File georeferenced images require the projection info to be provided
|
||||||
@ -340,8 +346,8 @@
|
|||||||
<p>Digital Elevation Model (DEM) files can be used as elevation source
|
<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
|
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
|
file format (SRTM3 and SRTM1 are both supported). The DEM files must be
|
||||||
put<sup><a href="#unzip">3</a></sup> in the <code>DEM</code> directory in one
|
put in the <code>DEM</code> directory in one of the configuration paths for GPXSee
|
||||||
of the configuration paths for GPXSee to use them.</p>
|
to use them.</p>
|
||||||
|
|
||||||
<p>The DEM files must have the expected filename format of <code>NXXEYYY.hgt</code>
|
<p>The DEM files must have the expected filename format of <code>NXXEYYY.hgt</code>
|
||||||
or <code>NXXEYYY.hgt.zip</code> for GPXSee to use them.</p>
|
or <code>NXXEYYY.hgt.zip</code> for GPXSee to use them.</p>
|
||||||
@ -356,7 +362,7 @@
|
|||||||
|
|
||||||
<p>The downloaded files are automatically renamed, if the file name is not in
|
<p>The downloaded files are automatically renamed, if the file name is not in
|
||||||
the required format.</p>
|
the required format.</p>
|
||||||
|
|
||||||
<p>Since version 10.2, there is a default DEM tiles download source hosted
|
<p>Since version 10.2, there is a default DEM tiles download source hosted
|
||||||
by the GPXSee project predefined in the preferences. The data is the
|
by the GPXSee project predefined in the preferences. The data is the
|
||||||
<a href="http://viewfinderpanoramas.org/dem3.html">DEM3 data</a> originaly
|
<a href="http://viewfinderpanoramas.org/dem3.html">DEM3 data</a> originaly
|
||||||
@ -395,12 +401,11 @@
|
|||||||
is compiled by default.</p>
|
is compiled by default.</p>
|
||||||
|
|
||||||
<div id="footnote">
|
<div id="footnote">
|
||||||
<p id="legacyPaths"><i>[1] The user paths have changed in GPXSee 7.</i></p>
|
<p id="androidGlobalConfig"><i>[1] The Android global configuration is part of the APK
|
||||||
|
and is not accessible on an unrooted phone.</i></p>
|
||||||
<p id="pbf"><i>[2] To display PBF(MVT) tiles, <a href="https://github.com/tumic0/QtPBFImagePlugin">
|
<p id="pbf"><i>[2] To display PBF(MVT) tiles, <a href="https://github.com/tumic0/QtPBFImagePlugin">
|
||||||
QtPBFImagePlugin</a> is required (included in the Windows and OS X builds).</i></p>
|
QtPBFImagePlugin</a> is required (included in the Windows and OS X builds).</i></p>
|
||||||
<p id="unzip"><i>[3] For GPXSee versions older than 8.1, you have to unzip them
|
<p id="garmin"><i>[3] Some tools like Garmin software "solve" this by
|
||||||
too.</i></p>
|
|
||||||
<p id="garmin"><i>[4] Some tools like Garmin software "solve" this by
|
|
||||||
rescaling the images, but this introduces a small, but still visible distortion
|
rescaling the images, but this introduces a small, but still visible distortion
|
||||||
to the map.</i></p>
|
to the map.</i></p>
|
||||||
</div>
|
</div>
|
||||||
|
26
index.html
26
index.html
@ -105,7 +105,7 @@
|
|||||||
<li>Full-screen mode.</li>
|
<li>Full-screen mode.</li>
|
||||||
<li>HiDPI/Retina displays and maps support.</li>
|
<li>HiDPI/Retina displays and maps support.</li>
|
||||||
<li>Real-time GPS position.</li>
|
<li>Real-time GPS position.</li>
|
||||||
<li>Native GUI (Qt) for Windows, Mac OS X and Linux.</li>
|
<li>Availible for Windows, macOS, Linux and Android.</li>
|
||||||
<li><b>Free software</b> (GPLv3 open-source license).</li>
|
<li><b>Free software</b> (GPLv3 open-source license).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -121,6 +121,7 @@
|
|||||||
<li><a href="https://sourceforge.net/projects/gpxsee/files/Mac%20OS%20X/">Mac OS X bundle</a></li>
|
<li><a href="https://sourceforge.net/projects/gpxsee/files/Mac%20OS%20X/">Mac OS X bundle</a></li>
|
||||||
<li><a href="https://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&package=gpxsee">
|
<li><a href="https://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&package=gpxsee">
|
||||||
Linux repos/packages</a></li>
|
Linux repos/packages</a></li>
|
||||||
|
<li><a href="https://play.google.com/store/apps/details?id=org.gpxsee.gpxsee">Android APKs</a>
|
||||||
<li><a href="https://github.com/tumic0/GPXSee">Sources</a></li>
|
<li><a href="https://github.com/tumic0/GPXSee">Sources</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -130,11 +131,11 @@
|
|||||||
page. Most Linux distributions (Archlinux, Fedora, Gentoo, openSUSE, ...)
|
page. Most Linux distributions (Archlinux, Fedora, Gentoo, openSUSE, ...)
|
||||||
as well as BSD distributions (FreeBSD, NetBSD, OpenBSD) also provide
|
as well as BSD distributions (FreeBSD, NetBSD, OpenBSD) also provide
|
||||||
GPXSee in their official repositories, however not always in the latest
|
GPXSee in their official repositories, however not always in the latest
|
||||||
version.</p>
|
version. On OS X you can also use the MacPorts or Homebrew packaging systems
|
||||||
|
|
||||||
<p>On OS X you can also use the MacPorts or Homebrew packaging systems
|
|
||||||
to install GPXSee.</p>
|
to install GPXSee.</p>
|
||||||
|
|
||||||
|
<p>On Android, you can install GPXSee from the Google Play app store.</p>
|
||||||
|
|
||||||
<p><i>The official Windows & OS X installers are always signed using
|
<p><i>The official Windows & OS X installers are always signed using
|
||||||
<a href="https://github.com/tumic0/GPXSee/tree/master/cert">certificates</a>
|
<a href="https://github.com/tumic0/GPXSee/tree/master/cert">certificates</a>
|
||||||
available at the GitHub project page. As the certificates are non-commercial
|
available at the GitHub project page. As the certificates are non-commercial
|
||||||
@ -191,6 +192,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="latest-news">
|
<div class="latest-news">
|
||||||
<h2>Releases</h2>
|
<h2>Releases</h2>
|
||||||
|
<div class="news-item">
|
||||||
|
<p class="date">May 30 2022</p>
|
||||||
|
<h3>Version 11.0</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Added Android build.</li>
|
||||||
|
<li>Various map provider fixes (Mapsforge, IMG, JNX).</li>
|
||||||
|
<li>Fixed broken PNG/PDF exports on systems with HiDPI displays.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div class="news-item">
|
<div class="news-item">
|
||||||
<p class="date">Apr 24 2022</p>
|
<p class="date">Apr 24 2022</p>
|
||||||
<h3>Version 10.7</h3>
|
<h3>Version 10.7</h3>
|
||||||
@ -222,14 +232,6 @@
|
|||||||
<li>Fixed position/motion info output in exports/printing.</li>
|
<li>Fixed position/motion info output in exports/printing.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="news-item">
|
|
||||||
<p class="date">Feb 2 2022</p>
|
|
||||||
<h3>Version 10.3</h3>
|
|
||||||
<ul>
|
|
||||||
<li>Improved/fixed GPI parser.</li>
|
|
||||||
<li>Significantly improved areas loading performance.</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