From 0cb8b43df36d05049b24a0ffa523eef9c052b5b5 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Mon, 5 Jul 2021 18:25:33 +0200 Subject: [PATCH] Exclude charging station ways because 1. the tag is documented as nodes only 2. there aren't many ways with the tag 3. the charging station operator quest also does it --- .../charging_station_capacity/AddChargingStationCapacity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/charging_station_capacity/AddChargingStationCapacity.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/charging_station_capacity/AddChargingStationCapacity.kt index e37a761fc5..7186af5086 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/charging_station_capacity/AddChargingStationCapacity.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/charging_station_capacity/AddChargingStationCapacity.kt @@ -11,7 +11,7 @@ import de.westnordost.streetcomplete.quests.getNameOrBrandOrOperatorOrRef class AddChargingStationCapacity : OsmFilterQuestType() { override val elementFilter = """ - nodes, ways with + nodes with amenity = charging_station and !capacity and bicycle != yes and scooter != yes and motorcar != no