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
Osmose sees an error, its called "Bad turn lanes order in "turn:lanes:…"" - Problem described in plain language: There is a "slight_right" to the left of a "right" turn lane. Seems reasonable, that such will not exist, never ever. Perhaps the turnlanes editor might check such cases too?
The text was updated successfully, but these errors were encountered:
Looking in the local area, this matches eg. turn:lanes=slight_left|left|left;right - a slight_left to the left of a left - or turn:lanes=left|through;right|slight_right|right - both will result in a knot.
Turned up also this turn:lanes:backward=left;through|through;right|through - no semicolon value this time, looks straightforward to flag, if it wasnt for this psv:lanes:backward=yes|yes|designated - so a false positive due to PSV. Mappers expected to sort that out?
Last issue found here, turn:lanes:backward=through;right|left;through - On site, I guess one is a merge_lane instead.
Osmose sees an error, its called "Bad turn lanes order in "turn:lanes:…"" - Problem described in plain language: There is a "slight_right" to the left of a "right" turn lane. Seems reasonable, that such will not exist, never ever. Perhaps the turnlanes editor might check such cases too?
The text was updated successfully, but these errors were encountered: