From 3b3ead3a0470bd9fd8e9d610acb50a1686b8a1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 3 May 2025 12:59:08 +0200 Subject: [PATCH] Documented support for alternate geo URI CRSs --- doc.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc.html b/doc.html index 047a38de..ed102193 100644 --- a/doc.html +++ b/doc.html @@ -133,6 +133,14 @@
 $ gpxsee geo:50.0797778,14.4297314
+
+ +

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:

+ +
+gpxsee 'geo:323482,4306480;crs=EPSG:32618'
 

Maps