Skip to content

Commit

Permalink
change elementFilter to query AED
Browse files Browse the repository at this point in the history
or more specifically - for accessible AED without known indoor status
  • Loading branch information
matkoniecz committed Mar 30, 2022
1 parent b4f01ee commit 2726ff1
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ import de.westnordost.streetcomplete.util.ktx.toYesNo
class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {

override val elementFilter = """
nodes, ways with
amenity = bicycle_parking
nodes with
emergency = defibrillator
and access !~ private|no
and !covered
and bicycle_parking !~ shed|lockers|building
and !indoor
"""
override val changesetComment = "Add bicycle parkings cover"
override val wikiLink = "Tag:amenity=bicycle_parking"
Expand Down

0 comments on commit 2726ff1

Please sign in to comment.