this post was submitted on 08 Aug 2025
268 points (100.0% liked)
OpenStreetMap community
5029 readers
2 users here now
Everything #OpenStreetMap related is welcome: software releases, showing of your work, questions about how to tag something, as long as it has to do with OpenStreetMap or OpenStreetMap-related software.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Join OpenStreetMap and start mapping: https://www.openstreetmap.org/.
There are many communication channels about OSM, many organized around a certain country or region. Discover them on https://openstreetmap.community/
https://mapcomplete.org/ is an easy-to-use website to view, edit and add points (such as shops, restaurants and others)
https://learnosm.org/en/ has a lot of information for beginners too.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm a committed contributor in the OSM Notes area. As I see a lot of people here recommending StreetComplete, which is an awesome tool, let me tell you there are some weird notes coming from this app users trying to add notes to OSM which are not useful. For example, notes like "they don't show their opening hours" when asked about opening hours of some POI. As you can see, these answers as notes do not add information to the POI at all. On the other hand, the app is mighty useful for beginners wanting to contribute.
No, this is actually somewhat useful. At least you should add
opening_hours:signed=no
for cases like this. If the hours are not specified at all (as they are for some places), useopening_hours=unknown
.The reason this is useful is so to specify that someone tried to figure out the opening hours, but there aren't any, so at least for a while there's no reason to check again.
Right, there lies the problem. Within StreetComplete you cannot set the POI-stats like that. You only answer questions or enter numbers (stairs, specific hours). So, the App should set this, if you select the drop-down answer "There are no opening hours." - Does anyone has connections to the developers to claim this "bug"?
It's a FOSS project, hosted on GitHub. You can even make a PR yourself, the codebase is very readable, the devs are really nice and responsive. I made a contribution with 0 previous Kotlin experience. And if you don't want to do that, just open an issue.
Why not implementing this as a tag instead? Why the extra step of creating a note if the tag exists? I've been in OSM for way more than a decade and these tags are news for me, probably the developers of the app themselves don't know them.
Guessing this is probably someone less tech savvy who were asked this and they felt they had to answer even if they can't give anything meaningful. I see this on reviews a lot where the website will ask buyers about a product and get a lot of I don't knows.
Well, that sounds like an app issue. Because this is one of the standard answers when you don't find opening hours. Sure, it's no "new" information, but at least you now know from the note that somebody has tried checking this, without success. - Is there a better way, in your opinion?
The other partner that answered my comment replied, accurately, what could be done instead. They propose that the notes solver uses a specific tagging. I think this could be implemented in the app, instead of the note option.