Assign new turn in attachKeepLeftInfoAndLanes()
This commit is contained in:
parent
ee58eebe3c
commit
ebb4d42f29
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ public class RouteResultPreparation {
|
|||
if (t != null && lanes != null) {
|
||||
t.setLanes(lanes);
|
||||
|
||||
attachTurnLanesData(leftSide, prevSegm, t);
|
||||
t = attachTurnLanesData(leftSide, prevSegm, t);
|
||||
}
|
||||
return t;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue