mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-04-19 19:59:11 +02:00
Compare commits
2 Commits
59d0c0625d
...
de8041ad57
Author | SHA1 | Date | |
---|---|---|---|
de8041ad57 | |||
66e8bc15ca |
9
doc.html
9
doc.html
@ -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>
|
||||
|
16
index.html
16
index.html
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user