mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added version 7.4 info
+ updated documentation
This commit is contained in:
parent
930086c4ce
commit
3118e2dec1
14
doc.html
14
doc.html
@ -156,7 +156,7 @@
|
||||
</map>
|
||||
</pre>
|
||||
|
||||
<p>In case of vector tile images (PBF<sup><a href="#pbf">2</a></sup>),
|
||||
<p>In case of vector tile images (MVT<sup><a href="#pbf">2</a></sup>),
|
||||
set the type attribute of the <i>tile</i> tag to "vector". This will
|
||||
adjust the pixel ratio of the tile to the pixel ratio of the display
|
||||
device.</p>
|
||||
@ -256,18 +256,18 @@
|
||||
</pre>
|
||||
|
||||
<h3 id="offline">Offline maps</h3>
|
||||
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, MBTiles and GeoTIFF
|
||||
images are supported by GPXSee.</p>
|
||||
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX maps, TwoNav RMaps,
|
||||
MBTiles and GeoTIFF 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>
|
||||
|
||||
|
||||
<h2 id="poi">POI files</h2>
|
||||
<p>All of the supported formats with waypoints capability - GPX, KML, TCX, NMEA, WPT
|
||||
and Garmin CSV - can be loaded either as data files or as POI files. When a file
|
||||
is opened as a POI file, only waypoints reasonable near the tracks/waypoints of
|
||||
the loaded data files are displayed.</p>
|
||||
<p>All of the supported formats with waypoints capability - GPX, KML, TCX, NMEA,
|
||||
WPT, LOC, GeoJSON and Garmin CSV - can be loaded either as data files or as POI
|
||||
files. When a file is opened as a POI file, only waypoints reasonable near the
|
||||
tracks/waypoints of the loaded data files are displayed.</p>
|
||||
|
||||
<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>
|
||||
|
22
index.html
22
index.html
@ -91,7 +91,7 @@
|
||||
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
|
||||
WMS, TMS).</li>
|
||||
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin
|
||||
JNX maps, GeoTIFF images, MBTiles).</li>
|
||||
JNX maps, TwoNav RMaps, GeoTIFF images, MBTiles).</li>
|
||||
<li>Elevation, speed, heart rate, cadence, power, temperature
|
||||
and gear ratio/shifts graphs.</li>
|
||||
<li>Support for DEM files (SRTM HGT).</li>
|
||||
@ -139,7 +139,7 @@
|
||||
organization.</p>
|
||||
|
||||
<h2 id="bugreports">Reporting bugs</h2>
|
||||
<p>If you have found some bug in GPXSee, please report it using the
|
||||
<p>If you have found a bug in GPXSee, please report it using the
|
||||
<a href="https://github.com/tumic0/GPXSee/issues">GitHub issue tracker</a>.
|
||||
Bugs that are not reported can not be fixed! If you are missing some
|
||||
feature in GPXSee, you may also use the tracker to request it.</p>
|
||||
@ -153,6 +153,15 @@
|
||||
<div id="sidebar">
|
||||
<div class="latest-news">
|
||||
<h3>Releases</h3>
|
||||
<div class="news-item">
|
||||
<p class="date">Mar 10 2019</p>
|
||||
<h4>Version 7.4</h4>
|
||||
<ul>
|
||||
<li>Added support for TwoNav RMaps.</li>
|
||||
<li>Fixed broken projection equations (multiple corner cases).</li>
|
||||
<li>Fixed IGC date handling issues.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">Feb 18 2019</p>
|
||||
<h4>Version 7.3</h4>
|
||||
@ -194,15 +203,6 @@
|
||||
<li>Minor bug fixes (WMTS, graphs)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="news-item">
|
||||
<p class="date">Oct 13 2018</p>
|
||||
<h4>Version 6.3</h4>
|
||||
<ul>
|
||||
<li>Fixed broken OSM maps non-default bounds handling.</li>
|
||||
<li>Fixed broken cleanup on exit (introduced in 6.1).</li>
|
||||
<li>Added Danish localization.</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>
|
||||
|
Loading…
Reference in New Issue
Block a user