Skip to content

Commit 2726ff1

Browse files
committed
change elementFilter to query AED
or more specifically - for accessible AED without known indoor status
1 parent b4f01ee commit 2726ff1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ import de.westnordost.streetcomplete.util.ktx.toYesNo
1313
class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
1414

1515
override val elementFilter = """
16-
nodes, ways with
17-
amenity = bicycle_parking
16+
nodes with
17+
emergency = defibrillator
1818
and access !~ private|no
19-
and !covered
20-
and bicycle_parking !~ shed|lockers|building
19+
and !indoor
2120
"""
2221
override val changesetComment = "Add bicycle parkings cover"
2322
override val wikiLink = "Tag:amenity=bicycle_parking"

0 commit comments

Comments
 (0)