[openstreetmap/openstreetmap-website] Add short links to OSM objects (Issue #5244)
Jörn Heissler
notifications at github.com
Tue Oct 1 09:06:37 UTC 2024
### Problem
Links to OSM entities are quite unwieldy, e. g.: <https://www.openstreetmap.org/changeset/157188078>.
Long links can be problematic in various situations, e.g. QR codes, short messages, emails in a text terminal.
### Description
Could you implement short links? For above this might be <https://osm.org/c157188078>.
A prefix character specifies the entity type, the remaining digits are the entity identifier.
This should be implemented for:
* changesets (c): <https://osm.org/c157188078>
* nodes (n): <https://osm.org/n6444542941>
* ways (w): <https://osm.org/w138935876>
* relations (r): <https://osm.org/r2389520>
* notes (t): <https://osm.org/t4276888>
* users with their uid (u): <https://osm.org/u9451067>
### Screenshots
_No response_
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/5244
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/5244 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20241001/3cecf160/attachment.htm>
More information about the rails-dev
mailing list