[openstreetmap/openstreetmap-website] Unify search result prefixes with id-tagging-schema (Issue #6641)

Minh Nguyễn notifications at github.com
Sun Dec 21 17:15:32 UTC 2025


1ec5 left a comment (openstreetmap/openstreetmap-website#6641)

It would be nice to coordinate the migration between the two projects. There’s already [a Kotlin library](https://github.com/westnordost/osmfeatures/) along these lines for Android applications, but most Web clients seem to be rolling their own custom code. I think this is because most applications either only need to display a matching preset name (as with [Cartes](https://codeberg.org/cartes/web/src/branch/master/app/osmTagLabels.ts)) or take a preset name as input (Overpass turbo).

I think any support library in JavaScript or Ruby should start out very simple, addressing the more common display-only use case that doesn’t require NSI. Like I’m imagining the JS implementation would be as short as what Cartes has. The more sophisticated matching done by editors could be a later effort if the editor developers are on board to make use of it.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6641#issuecomment-3679109530
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/6641/3679109530 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251221/7aa28107/attachment.htm>


More information about the rails-dev mailing list