Skip to content

Commit

Permalink
Fix issue 1744
Browse files Browse the repository at this point in the history
  • Loading branch information
vshcherb committed Mar 23, 2013
1 parent 71faa0e commit faf56aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/net/osmand/router/routing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- The order of specialization matters only how it was supplied : -->
<!-- short_way, avoid_ferries, avoid_toll, [prefer_motorway | avoid_motorway], avoid_unpaved -->
<routingProfile name="car" baseProfile="car" restrictionsAware="true" minDefaultSpeed="45.0" maxDefaultSpeed="130.0"
leftTurn="0" rightTurn="0" roundaboutTurn="0" onewayAware="true">
leftTurn="5" rightTurn="5" roundaboutTurn="5" onewayAware="true">
<!--
<attribute name="heuristicCoefficient" value="1.5" />
Expand Down

0 comments on commit faf56aa

Please sign in to comment.