File tree Expand file tree Collapse file tree
ohsome_quality_api/topics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,14 +171,14 @@ cycleway:
171171 aggregation_type : length
172172 filter : >-
173173 ((cycleway=* and cycleway!=no)
174- or (cycleway:both=*)
175- or (cycleway:right=*)
176- or (cycleway:left=*)
177- or (cycleway:right:lane=*)
178- or (cycleway:both:lane=*)
179- or (cycleway:left:lane=*)
180- or (cycleway:left:oneway=*)
181- or (cycleway:right:oneway=*)
174+ or (( cycleway:both=*) and (cycleway:both!=no) )
175+ or (( cycleway:right=*) and (cycleway:right!=no) )
176+ or (( cycleway:left=*) and (cycleway:left!=no) )
177+ or (( cycleway:right:lane=*) and (cycleway:right:lane!=no) )
178+ or (( cycleway:both:lane=*) and (cycleway:both:lane!=no) )
179+ or (( cycleway:left:lane=*) and (cycleway:left:lane!=no) )
180+ or (( cycleway:left:oneway=*) and (cycleway:left:oneway!=no) )
181+ or (( cycleway:right:oneway=*) and (cycleway:right:oneway!=no) )
182182 or (highway=cycleway)
183183 or (highway=path and bicycle=designated)
184184 or (bicycle_road=yes)
You can’t perform that action at this time.
0 commit comments