uups-fix
This commit is contained in:
parent
7cb5e9f377
commit
51ee8dac2c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public final class RoutingContext implements DistanceChecker
|
|||
{
|
||||
turnInstructionMode = tiMode;
|
||||
}
|
||||
turnInstructionCatchingRange = expctxGlobal.getVariableValue( "trafficSourceMinDist", 40.f );
|
||||
turnInstructionCatchingRange = expctxGlobal.getVariableValue( "turnInstructionCatchingRange", 40.f );
|
||||
turnInstructionRoundabouts = expctxGlobal.getVariableValue( "turnInstructionRoundabouts", 1.f ) != 0.f;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue