This commit is contained in:
Arndt 2016-05-06 10:25:02 +02:00
parent 7cb5e9f377
commit 51ee8dac2c

View file

@ -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;
}