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

CoMaps

610 readers
125 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?

top 4 comments
sorted by: hot top controversial new old
[–] plumbercraic@lemmy.sdf.org 13 points 2 weeks ago

That would be great. Business location is tough on comaps/organic

[–] Lazycog@sopuli.xyz 13 points 2 weeks ago

The devs do post and comment here on CoMaps community, but you are more likely to get a discussion going about this in their codeberg repository's issue section or alternatively on matrix for real time chat with all the contributors.

[–] vatlark@lemmy.world 7 points 2 weeks ago

Interesting find

[–] oleg_rswll@sopuli.xyz 3 points 2 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!