From fe52bc954d053572f4a930f683d7d58e2086554f Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Tue, 29 Oct 2024 17:08:22 +0100 Subject: [PATCH] playground equipment mapped as closed way is usually an area --- app/src/main/java/de/westnordost/streetcomplete/osm/Area.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/de/westnordost/streetcomplete/osm/Area.kt b/app/src/main/java/de/westnordost/streetcomplete/osm/Area.kt index 3c88daf3a3..50ae240953 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/osm/Area.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/osm/Area.kt @@ -40,6 +40,7 @@ private fun isAreaExpressionFragment(prefix: String? = null): String { or ${p}cemetery ~ sector|grave or (${p}military and ${p}military != trench) or ${p}aerialway = station + or ${p}playground or ${p}allotments or ${p}healthcare or ${p}highway = services