1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-03-15 03:17:44 +01:00

Added geo URIs documentation

This commit is contained in:
Martin Tůma 2025-03-08 15:30:41 +01:00
parent 66e8bc15ca
commit de8041ad57

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>