Format fix
This commit is contained in:
parent
c2d929e461
commit
5d4a2ca9ab
@ -620,8 +620,8 @@ RouteSteps collapseSegregatedTurnInstructions(RouteSteps steps)
|
|||||||
}
|
}
|
||||||
// else if the current step is segregated and the next step is not segregated
|
// else if the current step is segregated and the next step is not segregated
|
||||||
// and the next step is not a roundabout then combine with turn adjustment
|
// and the next step is not a roundabout then combine with turn adjustment
|
||||||
else if (curr_step->is_segregated && !next_step->is_segregated
|
else if (curr_step->is_segregated && !next_step->is_segregated &&
|
||||||
&& !hasRoundaboutType(next_step->maneuver.instruction))
|
!hasRoundaboutType(next_step->maneuver.instruction))
|
||||||
{
|
{
|
||||||
// Determine if u-turn
|
// Determine if u-turn
|
||||||
if (bearingsAreReversed(
|
if (bearingsAreReversed(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user