You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our profiles parse the lanes=number tag but do not use turn:lanes to count number of lanes. If a way has turn:lanes but not lanes we do not set RoadClassification::num_lanes.
We should parse turn:lanes (and forward, backward, namespaced tags), count the | delimiters and set num_lanes accordingly.
Affects:
coordinate extraction in roundabout handler
traffic island detection and road width estimation in mergeable road detector
bearing calculation in intersection generation
The text was updated successfully, but these errors were encountered:
Our profiles parse the
lanes=number
tag but do not useturn:lanes
to count number of lanes. If a way hasturn:lanes
but notlanes
we do not setRoadClassification::num_lanes
.We should parse
turn:lanes
(and forward, backward, namespaced tags), count the|
delimiters and setnum_lanes
accordingly.Affects:
The text was updated successfully, but these errors were encountered: