Closed abhisheksaikia closed 7 years ago
@abhisheksaikia Can you give an example or scenarios
@Rub21 Ran an overpass query to get all the slight_left
which is not in the left lane. The results are very low(only 23) all over the US but it should be included in the validator just so to detect these edge cases and check them if they are correct
@abhisheksaikia Looks like the issues are well mapped!! 👇
According the invalid turnlanes validator the rigt position for each turns are:
'reverse', 'sharp_left', 'left', 'slight_left', 'merge_to_right', 'through', 'merge_to_left', 'slight_right', 'right', 'sharp_right'
https://wiki.openstreetmap.org/wiki/Key:turn#Turning_indications_per_lane
If that ☝️ does not satisfy the validator should detect the error,
I ran the invalid turnalnes validator for USA: most of them are issues where the turns does not match with the lanes, but some of them turns position issues like:
https://www.openstreetmap.org/way/499425314/history
turn:lanes:forward=through;left|right
This should be 👉 turn:lanes:forward=left;through|right
This was fixed here https://github.com/osmlab/osmlint/pull/249, close this ticket
slight_left
andslight_right
are taken asleft
andright
turn lane by OSRM. There are some wrongly mappedslight_left
which should actually bemerge_to_left
and similar forslight_right
. Can we modify the invalid turn lanes detector for including these errors?@Rub21 @samely
cc @maning @jothirnadh @srividyacb