Skip to content

Commit

Permalink
bicycle parking capacity: also re-ask for stands with safe loops and …
Browse files Browse the repository at this point in the history
…handlebar holders
  • Loading branch information
westnordost committed Oct 17, 2024
1 parent bcb8b58 commit ba9131f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ class AddBikeParkingCapacity : OsmFilterQuestType<Int>() {
and bicycle_parking !~ floor|informal
and (
!capacity
or bicycle_parking ~ stands|wall_loops and capacity older today -4 years
or (
bicycle_parking ~ stands|wall_loops|safe_loops|handlebar_holder
and capacity older today -4 years
)
)
"""
/* Bike capacity may change more often for stands and wheelbenders as adding or
Expand Down

0 comments on commit ba9131f

Please sign in to comment.