1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Version 9.2 info

This commit is contained in:
Martin Tůma 2021-06-30 01:03:15 +02:00
parent 272eb160dd
commit 8a883e6654
2 changed files with 27 additions and 14 deletions

View File

@ -262,15 +262,30 @@
<h3 id="offline">Offline maps</h3>
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX &amp; IMG/GMAP maps,
TwoNav RMaps, MBTiles, KMZ maps, AlpineQuest AQM maps, Locus/OsmAnd/RMaps SQLite
maps, Mapsforge maps, BSB charts and GeoTIFF images are supported by GPXSee.</p>
maps, Mapsforge maps, BSB charts and GeoTIFF and World-File georeferenced images
are supported by GPXSee.</p>
<p>You may easily create offline atlases from online map services by using
<a href="http://mobac.sourceforge.net/">Mobile Atlas Creator (MOBAC)</a>.</p>
<h4>IMG maps</h4>
<p>There is support for IMG maps overlay in GPXSee since version 7.30. If the map
name is <i>mapname.img</i> and there is also a file named <i>mapname.img.1</i>
(.2, .3, ... for additional layers) in the same path, than it will be automatically
loaded as an overlay of <i>mapname.img</i>.</p>
<p>You may easily create offline atlases from online map services by using
<a href="http://mobac.sourceforge.net/">Mobile Atlas Creator (MOBAC)</a>.</p>
<h4>World Files</h4>
<p>World-File georeferenced images require the projection info to be provided
additionaly to the world file. This can be done either using a separete PRJ
file in <a href="https://portal.ogc.org/files/?artifact_id=999">WKT1 format</a>
or by selecting the input projection in the preferences. If a PRJ file
exists, it takes precedence.</p>
<p>Note, that the WKT datum entry must contain at least one of the
<code>TOWGS84</code> or <code>AUTHORITY</code> keys to provide a valid projection
info (the <code>AUTHORITY</code> info overrides any parameter values). The
WKT data must follow the OGC naming convention. Generally, the OGC WKT entries
from <a href="https://epsg.io/">epsg.io</a> should work.</p>
<h3 id="styles">Map styles</h3>
<p>MVT(PBF), Mapsforge and Garmin IMG maps can be styled with user defined styles.

View File

@ -94,7 +94,7 @@
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG/GMAP
&amp; JNX maps, TwoNav RMaps, GeoTIFF images, MBTiles, BSB charts,
KMZ maps, AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps,
Mapsforge maps).</li>
Mapsforge maps, World-File georeferenced images).</li>
<li>Elevation, speed, heart rate, cadence, power, temperature
and gear ratio/shifts graphs.</li>
<li>Support for DEM files (SRTM HGT).</li>
@ -176,6 +176,14 @@
<div id="sidebar">
<div class="latest-news">
<h3>Releases</h3>
<div class="news-item">
<p class="date">Jun 29 2021</p>
<h4>Version 9.2</h4>
<ul>
<li>Added support for World-File georeferenced images.</li>
<li>Fixed SML and CSV parser issues.</li>
</ul>
</div>
<div class="news-item">
<p class="date">May 29 2021</p>
<h4>Version 9.1</h4>
@ -210,16 +218,6 @@
<li>Fixed disappearing marker with some graphs combinations.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Feb 21 2021</p>
<h4>Version 8.7</h4>
<ul>
<li>Fixed broken marker date/coordinates when time graphs are
selected.</li>
<li>Fixed window geometry save/restore.</li>
<li>Improved Full-screen layout.</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>