[openstreetmap/openstreetmap-website] geo URIs: separate z parameter with a semicolon, not question mark (Issue #5322)
Slaven Rezić
notifications at github.com
Thu Nov 14 12:11:00 UTC 2024
### URL
_No response_
### How to reproduce the issue?
It seems that additional parameters in a geo URI should be separated by semicolons, not by a question mark.
Currently the share functionality on the openstreetmap website is producing geo URIs like this:
```
geo:52.51626,13.37787?z=15
```
However, all documentation about geo URIs I found (https://en.wikipedia.org/wiki/Geo_URI_scheme, https://www.rfc-editor.org/rfc/rfc5870.txt) use only semicolons. Also
I found a software (a geolink extension for emacs org-mode) which also thinks it should be semicolons:
https://github.com/misohena/org-geolink/blob/main/org-geolink.el#L31-L33
So should the share functionality generate the above as
```
geo:52.51626,13.37787;z=15
```
?
### Screenshot(s) or anything else?
_No response_
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/5322
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/5322 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20241114/70c4ef8e/attachment.htm>
More information about the rails-dev
mailing list