Skip to content

Commit

Permalink
Exclude intermittent=yes water source from drinking water quest
Browse files Browse the repository at this point in the history
`seasonal=yes` was already excluded, but `intermittent=yes` is another
such attribute: https://wiki.openstreetmap.org/wiki/Key:intermittent.
  • Loading branch information
esilja authored and matkoniecz committed May 11, 2024
1 parent 540936d commit abbe748
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class AddDrinkingWater : OsmFilterQuestType<DrinkingWater>() {
)
and access !~ private|no and indoor != yes
and !drinking_water and !drinking_water:legal and amenity != drinking_water
and (!intermittent or intermittent = no)
and (!seasonal or seasonal = no)
and (!disused or disused = no)
and (!ruins or ruins = no)
Expand Down

0 comments on commit abbe748

Please sign in to comment.