Open hungerburg opened 2 years ago
hey @hungerburg , do you have a example of this line in OSM? i can take a look!
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.
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?