-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Non permanent objects: exception to "Survey if places still exist" question #5394
Comments
(also, why not just |
It has been described on this page https://wiki.openstreetmap.org/wiki/FR:Key:permanent |
see e.g. streetcomplete#5394 for election boards (there is also "temporary=yes", but we want to ask for that one, as it is not expected to come back)
I've just noticed that we just ship StreetComplete/app/src/main/java/de/westnordost/streetcomplete/quests/existence/CheckExistence.kt Line 78 in 9da0fc7
Also I'm not sure why French community decided to use permanent=no instead of intermittent=yes, perhaps because the latter was initially intended / documented only for water bodies (and only later did it begin being used for other things too)? Anyway, as far as StreetComplete is concerned, I've created small PR #5395 to fix both |
Why would it be wrong to delete a non-permanent object that has been removed? |
I've tried to document in PR text edit: as I understand it, the panels are removable, but their location is permanent because they are anchored in the ground (see e.g. https://projetdumois.fr/projects/2017-04_electionboard). So they get removed and reinstalled at the exact same place. Another way to look at it is that it basically maps "board stand", which may or may not have (at some specific time) "board panel" installed on it. But when the users goes there "out of season", they might not look hard enough (i.e. from a distance) and declare that it is missing, while in fact it is still there. (this is how it differs from e.g. temporary=yes, which I've also considered [and rejected], as for those it is expected to be removed and it is very welcome for SC to remove it when it is no longer present there). |
see e.g. #5394 for election boards (there is also "temporary=yes", but we want to ask for that one, as it is not expected to come back)
Hello,
That's not really a bug, but nor a new question suggestion. I hope I'm not posting in the wrong place.
The "Survey if places still exist" quest should make an exception on items with the permanent=no tag.
I'm thinking in particular of election boards (advertising=board message=political permanent=no) which are not permanently present. By answering the question "Is this object still here?", a user could risk deleting it from the database, even though the cyclicity is well defined.
Thanks
The text was updated successfully, but these errors were encountered: