Skip to content

Commit

Permalink
Merge pull request #4330 from mnalis/camp-toilets
Browse files Browse the repository at this point in the history
Ask for toilets on camp sites too
  • Loading branch information
matkoniecz authored Sep 1, 2022
2 parents a03f1f1 + 0f49eb3 commit 9a35c4b
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 AddToiletAvailability : OsmFilterQuestType<Boolean>() {
(
shop ~ mall|department_store
or highway ~ services|rest_area
or tourism ~ camp_site|caravan_site
)
and !toilets
"""
Expand Down

0 comments on commit 9a35c4b

Please sign in to comment.