Skip to content

Commit

Permalink
Use Norwegian traversal cost model
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed May 27, 2021
1 parent ec4701e commit cdc844d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ public DrivingDirection drivingDirection() {

@Override
public IntersectionTraversalCostModel getIntersectionTraversalCostModel() {
return new SimpleIntersectionTraversalCostModel(drivingDirection);
return new NorwayIntersectionTraversalCostModel(drivingDirection);
}
}

0 comments on commit cdc844d

Please sign in to comment.