1
0
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:
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>
<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,6 +69,9 @@
</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>
@ -299,7 +305,7 @@
<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
@ -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>
@ -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>