Skip to content

Commit

Permalink
camp power: also ask for alpine huts (fixes #5943)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Oct 4, 2024
1 parent 4ab5731 commit 923d1ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AddCampPower : OsmFilterQuestType<Boolean>() {
* values from other editors, and we don't want to damage them */
override val elementFilter = """
nodes, ways with
tourism ~ camp_site|caravan_site and (
tourism ~ camp_site|caravan_site|alpine_hut and (
!power_supply
or power_supply older today -4 years and power_supply ~ yes|no
)
Expand Down

0 comments on commit 923d1ea

Please sign in to comment.