1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-05-04 10:27:44 +02:00

Documented support for alternate geo URI CRSs

This commit is contained in:
Martin Tůma 2025-05-03 12:59:08 +02:00
parent 82bc10d1a2
commit 3b3ead3a04

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>