Skip to content

Commit

Permalink
Merge pull request #4929 from BenWiederhake/dev-no-disused-wells
Browse files Browse the repository at this point in the history
Handle disused/ruined springs
  • Loading branch information
matkoniecz committed Apr 5, 2023
2 parents f7cb570 + 0019c68 commit 06fd4e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class AddDrinkingWater : OsmFilterQuestType<DrinkingWater>() {
and access !~ private|no and indoor != yes
and !drinking_water and !drinking_water:legal and amenity != drinking_water
and (!seasonal or seasonal = no)
and (!disused or disused = no)
and (!ruins or ruins = no)
"""
override val changesetComment = "Specify whether water is drinkable"
override val wikiLink = "Key:drinking_water"
Expand Down

0 comments on commit 06fd4e6

Please sign in to comment.