1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-19 19:59:11 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
de8041ad57 Added geo URIs documentation 2025-03-08 15:30:41 +01:00
66e8bc15ca Version 13.37 info 2025-03-08 15:06:22 +01:00
2 changed files with 17 additions and 8 deletions

View File

@ -125,6 +125,14 @@
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="geo">Geo URIs</h2>
<p>Additionally to data files you may also specify
<a href="https://en.wikipedia.org/wiki/Geo_URI_scheme">geo URIs</a> on the command
line and GPXSee will show the location on the map:</p>
<pre>
$ gpxsee geo:50.0797778,14.4297314
</pre>
<h2 id="maps">Maps</h2>
<p>Two kinds of maps are supported by GPXSee - online maps and offline maps.
@ -505,6 +513,7 @@
<div class="h4l"><a href="#data">Data files</a></div>
<div class="h5l"><a href="#filtering">Data filtering</a></div>
<div class="h5l"><a href="#symbols">Waypoint symbols</a></div>
<div class="h4l"><a href="#geo">Geo URIs</a></div>
<div class="h4l"><a href="#maps">Maps</a></div>
<div class="h5l"><a href="#online">Online maps</a></div>
<div class="h6l"><a href="#OSM">OSM/Google tiles</a></div>

View File

@ -208,6 +208,14 @@
</div>
<div class="latest-news">
<h2>Releases</h2>
<div class="news-item">
<p class="date">Mar 8 2024</p>
<h3>Version 13.37</h3>
<ul>
<li>Added support for 70mai cameras GPS logs.</li>
<li>Improved multi-level ENC atlases rendering.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Feb 21 2025</p>
<h3>Version 13.36</h3>
@ -239,14 +247,6 @@
<li>Improved Mapsforge map render theme.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Nov 24 2024</p>
<h3>Version 13.32</h3>
<ul>
<li>Improved Mapsforge maps rendering performance.</li>
<li>Improved Mapsforge map render theme.</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>