JOSM / turnlanes-tagging

Provides an alternative way to add turn:lanes tags on highways
31 stars 7 forks source link

Bad turn lanes order in "turn:lanes:… #82

Open hungerburg opened 2 years ago

hungerburg commented 2 years ago

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?

Rub21 commented 12 months ago

hey @hungerburg , do you have a example of this line in OSM? i can take a look!

hungerburg commented 12 months ago

I guess it is this error/warning https://osmose.openstreetmap.fr/de/issues/open?item=3160&class=31607 - there you will find plenty samples.

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.