diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/existence/CheckExistence.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/existence/CheckExistence.kt index ac762463ca..c374a5312f 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/existence/CheckExistence.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/existence/CheckExistence.kt @@ -76,6 +76,8 @@ class CheckExistence( )) and access !~ no|private and (!seasonal or seasonal = no) + and (!intermittent or intermittent = no) + and (!permanent or permanent = yes) """.toElementFilterExpression() } // - traffic_calming = table is often used as a property of a crossing: we don't want the app // to delete the crossing if the table is not there anymore, so exclude that