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

Version 11.0 info

This commit is contained in:
Martin Tůma 2022-06-01 00:47:27 +02:00
parent 9c1ba81cfb
commit 592d357364
2 changed files with 35 additions and 28 deletions

View File

@ -50,11 +50,14 @@
</tr><tr>
<td class="os">OS X:</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>
<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">
<tr>
@ -66,13 +69,16 @@
</tr><tr>
<td class="os">OS X:</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>
</table>
<p>The expanded user specific paths, including the actual configuration
directories, are also accesible from the GPXSee "Help" menu.</p>
<h2 id="data">Data files</h2>
<p>GPXSee opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML,
LOC, GeoJSON, OziExplorer (PLT, RTE, WPT), Garmin GPI,
@ -102,14 +108,14 @@
<li>Temperature</li>
<li>Gear ratio/shifts (Shimano Di2, SRAM eTap)</li>
</ul>
<h3 id="filtering">Data filtering</h3>
<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
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 parts with very different speed profiles.</p>
<p>If you get unexpected results, try to disable the outlier elimination in
the preferences.</p>
@ -118,7 +124,7 @@
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
the image basename (without extension) matches the symbol name.</p>
<h2 id="maps">Maps</h2>
<p>Two kinds of maps are supported by GPXSee - online maps and offline maps.
@ -299,11 +305,11 @@
<h4 id="JNXKML">JNX &amp; KMZ maps</h4>
<p>JNX &amp; 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
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 the preferences.</p>
in the preferences.</p>
<h4 id="worldfiles">World Files</h4>
<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
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
put<sup><a href="#unzip">3</a></sup> in the <code>DEM</code> directory in one
of the configuration paths for GPXSee to use them.</p>
put in the <code>DEM</code> directory in one of the configuration paths for GPXSee
to use them.</p>
<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>
@ -356,7 +362,7 @@
<p>The downloaded files are automatically renamed, if the file name is not in
the required format.</p>
<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
<a href="http://viewfinderpanoramas.org/dem3.html">DEM3 data</a> originaly
@ -395,12 +401,11 @@
is compiled by default.</p>
<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">
QtPBFImagePlugin</a> is required (included in the Windows and OS&nbsp;X builds).</i></p>
<p id="unzip"><i>[3] For GPXSee versions older than 8.1, you have to unzip them
too.</i></p>
<p id="garmin"><i>[4] Some tools like Garmin software &quot;solve&quot; this by
<p id="garmin"><i>[3] Some tools like Garmin software &quot;solve&quot; this by
rescaling the images, but this introduces a small, but still visible distortion
to the map.</i></p>
</div>

View File

@ -105,7 +105,7 @@
<li>Full-screen mode.</li>
<li>HiDPI/Retina displays and maps support.</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>
</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://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&amp;package=gpxsee">
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>
</ul>
@ -130,11 +131,11 @@
page. Most Linux distributions (Archlinux, Fedora, Gentoo, openSUSE, ...)
as well as BSD distributions (FreeBSD, NetBSD, OpenBSD) also provide
GPXSee in their official repositories, however not always in the latest
version.</p>
<p>On OS X you can also use the MacPorts or Homebrew packaging systems
version. On OS X you can also use the MacPorts or Homebrew packaging systems
to install GPXSee.</p>
<p>On Android, you can install GPXSee from the Google Play app store.</p>
<p><i>The official Windows &amp; OS X installers are always signed using
<a href="https://github.com/tumic0/GPXSee/tree/master/cert">certificates</a>
available at the GitHub project page. As the certificates are non-commercial
@ -191,6 +192,15 @@
</div>
<div class="latest-news">
<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">
<p class="date">Apr 24 2022</p>
<h3>Version 10.7</h3>
@ -222,14 +232,6 @@
<li>Fixed position/motion info output in exports/printing.</li>
</ul>
</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 id="changelog-link">
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>