1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-07 18:53:02 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
a45bc67713 Added missing example prompt 2025-05-03 13:04:10 +02:00
3b3ead3a04 Documented support for alternate geo URI CRSs 2025-05-03 12:59:08 +02:00

View File

@ -133,6 +133,14 @@
<pre> <pre>
$ gpxsee geo:50.0797778,14.4297314 $ gpxsee geo:50.0797778,14.4297314
</pre>
<p>Although RFC5870 discourages the use of coorinate systems (CRS) other than
wgs84, GPXSee supports all the CRSs defined in its GCS/PCS files, i.e. you can
also use URIs like:</p>
<pre>
$ gpxsee 'geo:323482,4306480;crs=EPSG:32618'
</pre> </pre>
<h2 id="maps">Maps</h2> <h2 id="maps">Maps</h2>