OpenStreetMap logo OpenStreetMap

In the Halton region in Ontario Canada (and probably elsewhere), many two-way streets split with a boulevard are modelled as two one-way street segments (eg Way 286996210).

It has been observed (2025-May) that many (2025 May, n=244) of these are tagged cycleway=lane, which incorrectly renders in cycling maps as having a bike lane on both sides of the street.

Eg https://www.cyclosm.org/#map=18/43.33590/-79.81317/cyclosm

Many (all?) of these should be tagged cycleway:right=lane instead

Location: Glenwood Park, Burlington, Halton Region, Golden Horseshoe, Ontario, L7R 2Y4, Canada

Discussion

Comment from ellieayla_ on 29 May 2025 at 15:52

https://overpass-turbo.eu query

[out:json][timeout:25]
;
area(3607034889)->.searchArea;

way
  [highway][oneway=yes][cycleway=lane]
  (area.searchArea);

(._;>;);
out;

Comment from ellieayla_ on 29 May 2025 at 16:06

OSRM appears to disagree with how https://www.cyclosm.org/#map=18/43.33567/-79.81291/cyclosm is coloured, according to https://github.com/Project-OSRM/osrm-backend/issues/4943

What’s the proper assumption for what oneway=yes + cycleway=lane means?

Log in to leave a comment