this post was submitted on 18 Jul 2025
51 points (98.1% liked)

CoMaps

670 readers
7 users here now

Cooperative community open-source fork of Organic Maps, an offline privacy-respecting not-for-profit OpenStreetMap GPS app for your phone.

CoMaps website

Codeberg

Matrix

Mastodon

OpenCollective


founded 3 months ago
MODERATORS
 

When I first became aware of Organic Maps, the very first thing I noticed was that you cannot search for "Maccas" and get a sensible result back. At the time I gave up on it, thinking that although theoretically not complicated, it would be practically too difficult.

But it turns out this is already a solved problem. OSM data for chain businesses has a brand:wikidata field with values like Q38076, which points to that organisation's page in the Wikidata database. And Wikidata has a field called "also known as", which includes a pretty comprehensive list of different names for the chain. If an OSM-based mapping app checked the Wikidata, it could easily resolve a search for "Maccas" as intending to search for McDonald's restaurants, and other similar such cases. OM obviously doesn't do this. Does CoMaps? Is there a way to suggest that it should to the developers?

you are viewing a single comment's thread
view the rest of the comments
[–] oleg_rswll@sopuli.xyz 3 points 4 weeks ago

This is a great idea! Would you be able to create an issue here: https://codeberg.org/comaps/comaps/issues

This could improve search for many points of interests.

There is quite a bit of work to be done with search to improve it. Right now data is not pulled from Wikidata, so this additional source would need to be added.

If there is anyone who is familiar with developing search and/or C++ and interested in contributing to CoMaps, this would be a great project!