### 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/5...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev