mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added version 9.0 info
This commit is contained in:
parent
00f9cf2af6
commit
803a7666a8
9
doc.html
9
doc.html
@ -261,7 +261,7 @@
|
|||||||
<h3 id="offline">Offline maps</h3>
|
<h3 id="offline">Offline maps</h3>
|
||||||
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX & IMG/GMAP maps,
|
<p>OziExplorer maps, TrekBuddy maps/atlases, Garmin JNX & IMG/GMAP maps,
|
||||||
TwoNav RMaps, MBTiles, KMZ maps, AlpineQuest AQM maps, Locus/OsmAnd/RMaps SQLite
|
TwoNav RMaps, MBTiles, KMZ maps, AlpineQuest AQM maps, Locus/OsmAnd/RMaps SQLite
|
||||||
maps, BSB charts and GeoTIFF images are supported by GPXSee.</p>
|
maps, Mapsforge maps, BSB charts and GeoTIFF images are supported by GPXSee.</p>
|
||||||
|
|
||||||
<p>There is support for IMG maps overlay in GPXSee since version 7.30. If the map
|
<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>
|
name is <i>mapname.img</i> and there is also a file named <i>mapname.img.1</i>
|
||||||
@ -272,11 +272,12 @@
|
|||||||
<a href="http://mobac.sourceforge.net/">Mobile Atlas Creator (MOBAC)</a>.</p>
|
<a href="http://mobac.sourceforge.net/">Mobile Atlas Creator (MOBAC)</a>.</p>
|
||||||
|
|
||||||
<h3 id="styles">Map styles</h3>
|
<h3 id="styles">Map styles</h3>
|
||||||
<p>MVT(PBF) and Garmin IMG maps can be styled with user defined styles.
|
<p>MVT(PBF), Mapsforge and Garmin IMG maps can be styled with user defined styles.
|
||||||
To apply a user defined style, place it to the <code>style</code> directory in
|
To apply a user defined style, place it to the <code>style</code> directory in
|
||||||
one of the configuration paths. The style must be named <i>style.typ</i> (Garmin
|
one of the configuration paths. The style must be named <i>style.typ</i> (Garmin
|
||||||
IMG) or <i>style.json</i> (MVT) for GPXSee to use it. If a Garmin IMG map
|
IMG), <i>style.xml</i> (Mapsforge) or <i>style.json</i> (MVT) for GPXSee to use it.
|
||||||
contains a TYP file, it takes precedence over the user TYP file.</p>
|
If a Garmin IMG map contains a TYP file, it takes precedence over the user TYP
|
||||||
|
file.</p>
|
||||||
|
|
||||||
|
|
||||||
<h2 id="poi">POI files</h2>
|
<h2 id="poi">POI files</h2>
|
||||||
|
17
index.html
17
index.html
@ -93,7 +93,8 @@
|
|||||||
WMS, TMS, QuadTiles).</li>
|
WMS, TMS, QuadTiles).</li>
|
||||||
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG/GMAP
|
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG/GMAP
|
||||||
& JNX maps, TwoNav RMaps, GeoTIFF images, MBTiles, BSB charts,
|
& JNX maps, TwoNav RMaps, GeoTIFF images, MBTiles, BSB charts,
|
||||||
KMZ maps, AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps).</li>
|
KMZ maps, AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps,
|
||||||
|
Mapsforge maps).</li>
|
||||||
<li>Elevation, speed, heart rate, cadence, power, temperature
|
<li>Elevation, speed, heart rate, cadence, power, temperature
|
||||||
and gear ratio/shifts graphs.</li>
|
and gear ratio/shifts graphs.</li>
|
||||||
<li>Support for DEM files (SRTM HGT).</li>
|
<li>Support for DEM files (SRTM HGT).</li>
|
||||||
@ -175,6 +176,13 @@
|
|||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<div class="latest-news">
|
<div class="latest-news">
|
||||||
<h3>Releases</h3>
|
<h3>Releases</h3>
|
||||||
|
<div class="news-item">
|
||||||
|
<p class="date">Apr 20 2021</p>
|
||||||
|
<h4>Version 9.0</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Added support for Mapsforge maps.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div class="news-item">
|
<div class="news-item">
|
||||||
<p class="date">Mar 23 2021</p>
|
<p class="date">Mar 23 2021</p>
|
||||||
<h4>Version 8.9</h4>
|
<h4>Version 8.9</h4>
|
||||||
@ -211,13 +219,6 @@
|
|||||||
<li>Minor AQM maps display fix.</li>
|
<li>Minor AQM maps display fix.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="news-item">
|
|
||||||
<p class="date">Feb 8 2021</p>
|
|
||||||
<h4>Version 8.5</h4>
|
|
||||||
<ul>
|
|
||||||
<li>Fixed crash on areas/polygons (introduced in 8.2).</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