Skip to content

Commit

Permalink
Simplify bike parking capacity element filter
Browse files Browse the repository at this point in the history
Follow-up to streetcomplete#5428
  • Loading branch information
riQQ authored Jan 2, 2024
1 parent 33964d4 commit 21427d3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ class AddBikeParkingCapacity : OsmFilterQuestType<Int>() {
nodes, ways with
amenity = bicycle_parking
and access !~ private|no
and bicycle_parking !~ floor
and bicycle_parking !~ informal
and bicycle_parking !~ floor|informal
and (
!capacity
or bicycle_parking ~ stands|wall_loops and capacity older today -4 years
Expand Down

0 comments on commit 21427d3

Please sign in to comment.