Skip to content

Commit

Permalink
skip intermittent water sources too (as we skip seasonal ones)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis authored and westnordost committed Jul 18, 2024
1 parent ab5cc91 commit a84c4ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class AddDrinkingWaterType : OsmFilterQuestType<DrinkingWaterType>() {
or
(disused:amenity = drinking_water and !amenity and older today -1 years)
)
and (!intermittent or intermittent = no)
and (!seasonal or seasonal = no)
and !man_made and !natural and !fountain and !pump
"""
Expand Down

0 comments on commit a84c4ec

Please sign in to comment.