Skip to content

Commit

Permalink
Skip operator and capacity quest on Private charging stations (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis authored Aug 25, 2024
1 parent 9c567cc commit 3b352e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class AddChargingStationCapacity : OsmFilterQuestType<Int>() {
amenity = charging_station
and !capacity
and bicycle != yes and scooter != yes and motorcar != no
and access !~ private|no
"""
override val changesetComment = "Specify charging stations capacities"
override val wikiLink = "Tag:amenity=charging_station"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class AddChargingStationOperator : OsmFilterQuestType<String>() {
and !operator and !name and !brand
and operator:signed != no
and brand:signed != no
and access !~ private|no
"""
override val changesetComment = "Specify charging station operators"
override val wikiLink = "Tag:amenity=charging_station"
Expand Down

0 comments on commit 3b352e9

Please sign in to comment.