-
-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening hours for disused shop #1046
Comments
Hmm, shouldn't it be |
I wasn't sure so I did the research. According to the wiki:
It seems that vacant is an alternative, though the wiki states that some mappers advice against it. 2 So I guess the best way right now would be to support both alternatives, though I tend towards disused as it seems more versatile and widespread. This probably should also apply to quests like vegetarian or vegan food, accessibility and probably a whole bunch more not connected to shops at all; I'll keep my eyes open :-) |
Yes, I am using the disused: lifecycle tag for temporarily closed restaurants too, another example with disused:amenity is node 3665738131: https://www.openstreetmap.org/node/3665738131 The vegan question could not be answered: https://www.openstreetmap.org/note/1325524 The lifecycle prefix is the new format, because it allows some of the tags to be "disused:" and specifies exactly which of the tags are affected, while preserving all information of the node, in case it needs to get reactivated: https://wiki.openstreetmap.org/wiki/Key:disused:#Updating_older_tagging Possibly one answer to "opening hours", "vegetarian meals", "vegan meals" could be: "This location is currently unused." which would add a "disused:" prefix to the amenity or shop. According to taginfo, key disused:amenity appears more than 10000 times: It is used mostly for restaurant, pub, water_point, school, cafe, place_of_worship, fast_food, bank, fuel, parking, drinking_water, bar, telephone, pharmacy, hospital. |
Hmm, actually, I looked at taginfo, taginfo just lists 210 elements worldwide with
|
From looking at https://www.openstreetmap.org/note/1381967#map=18/50.73701/7.10388 and https://www.openstreetmap.org/node/1319475752/history it seems that opening hours query matched disused:shop=florist or somebody solved quest that was downloaded over 5 moths ago. https://www.openstreetmap.org/node/1319475752/history was never tagged shop=disused |
Both examples (from the submitter and mine) are about prefixed disused:shop or disused:amenity key, not about unprefixed shop key. Will StreetComplete display quests for key "disused:shop" too, or for key "shop" only? If quests are displayed for shop=* and amenity=* only, but not for disused:shop=* and not for disused:amenity=* this rather looks like a missing feature (adding disused: lifecycle prefix to unused entities where quests cannot be answered) than a bug. |
It will only display for |
Hmm, actually, if @bbastin would have attempted to answer the question with something, his answer would have been dropped due to that
Leaving notes is independent of that. I could implement that on leaving a note, the app always first checks if the quest still applies to this element and drop the note otherwise. But I am not sure if this would be a good idea. |
Maybe drop note if both
notes about data changed months ago are confusing and are less likely to be useful |
Then maybe it would be better to instead automatically drop quests (not just invalidate) that were downloaded more that X months ago (even solved ones?). |
In #766 I proposed to silently delete quests older than 1 month. |
Jo, that's it. So I will close this issue because this here would be not or very much less of an issue if #766 was implemented. |
I would like to focus on the disused tag again, like @padan pointed out:
In our city we have a lot of amenities and shops, that are vacant, but are still in OSM as "active". So I have to add a note all the time, which is in my view, not as nice, as the workflow @padan proposed. |
The problem is that deleting shop that is gone is tricky. Sometimes entire node/way/relation should be deleted (shop in a mall), sometimes only shop tag should be deleted (shop tagged on outline of a building), sometimes shop tag and some additional tags like opening_hours should be deleted. Sometimes address tags should be deleted (shop duplicates stress for a building), sometimes address tags should be not deleted (shop on sole adress node for a building). Sometimes both shop and building should be deleted (demolished kiosk). Etc etc I planned to implement this to eliminate spamming several "this does not exists" notes on each walk but I discarded this idea due to significant complexity of the issue. |
It seems like the quest for opening hours (maybe also other ones) is ignoring the disused tag for shops.
Example: https://www.openstreetmap.org/note/1381967#map=18/50.73701/7.10388
The text was updated successfully, but these errors were encountered: