default value for "considerTurnRestrictions" (#307)
This commit is contained in:
parent
85f9df6cb9
commit
1f99ef4d60
2 changed files with 2 additions and 2 deletions
|
|
@ -148,7 +148,7 @@ public final class RoutingContext
|
|||
waypointCatchingRange = expctxGlobal.getVariableValue( "waypointCatchingRange", 250.f );
|
||||
|
||||
// turn-restrictions used per default for car profiles
|
||||
considerTurnRestrictions = 0.f != expctxGlobal.getVariableValue( "considerTurnRestrictions", carMode ? 1.f : 0.f );
|
||||
considerTurnRestrictions = 0.f != expctxGlobal.getVariableValue( "considerTurnRestrictions", 1.f );
|
||||
|
||||
// process tags not used in the profile (to have them in the data-tab)
|
||||
processUnusedTags = 0.f != expctxGlobal.getVariableValue( "processUnusedTags", 0.f );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue