Commit with comments
This commit is contained in:
parent
6f7177702c
commit
a7d525c02a
1 changed files with 8 additions and 3 deletions
|
@ -42,6 +42,12 @@
|
||||||
<!-- obstacle tag="highway" value="traffic_signals" penalty="35", penalty measured in seconds -->
|
<!-- obstacle tag="highway" value="traffic_signals" penalty="35", penalty measured in seconds -->
|
||||||
<routingProfile name="car" baseProfile="car" restrictionsAware="true" minDefaultSpeed="45.0" maxDefaultSpeed="130.0"
|
<routingProfile name="car" baseProfile="car" restrictionsAware="true" minDefaultSpeed="45.0" maxDefaultSpeed="130.0"
|
||||||
leftTurn="20" rightTurn="15" roundaboutTurn="20" followSpeedLimitations="true" onewayAware="true">
|
leftTurn="20" rightTurn="15" roundaboutTurn="20" followSpeedLimitations="true" onewayAware="true">
|
||||||
|
<!--
|
||||||
|
<attribute name="useDynamicRoadPrioritising" value="true" />
|
||||||
|
<attribute name="dynamicRoadPriorityDistance" value="0" />
|
||||||
|
<attribute name="heuristicCoefficient" value="1.5" />
|
||||||
|
-->
|
||||||
|
|
||||||
<road tag="highway" value="motorway" speed="110" priority="1.2" dynamicPriority="1">
|
<road tag="highway" value="motorway" speed="110" priority="1.2" dynamicPriority="1">
|
||||||
<specialization input="avoid_motorway" speed="0"/>
|
<specialization input="avoid_motorway" speed="0"/>
|
||||||
</road>
|
</road>
|
||||||
|
@ -113,12 +119,11 @@
|
||||||
<avoid tag="motorcycle" value="no"/>
|
<avoid tag="motorcycle" value="no"/>
|
||||||
<avoid tag="motorcar" value="no"/>
|
<avoid tag="motorcar" value="no"/>
|
||||||
<avoid tag="toll" value="yes" decreasedPriority="1">
|
<avoid tag="toll" value="yes" decreasedPriority="1">
|
||||||
<specialization input="avoid_toll"/>
|
<specialization input="avoid_toll" />
|
||||||
</avoid>
|
</avoid>
|
||||||
</routingProfile>
|
</routingProfile>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<routingProfile name="bicycle" baseProfile="bicycle" restrictionsAware="true" minDefaultSpeed="7" maxDefaultSpeed="16"
|
<routingProfile name="bicycle" baseProfile="bicycle" restrictionsAware="true" minDefaultSpeed="7" maxDefaultSpeed="16"
|
||||||
leftTurn="0" rightTurn="0" followSpeedLimitations="false" onewayAware="true">
|
leftTurn="0" rightTurn="0" followSpeedLimitations="false" onewayAware="true">
|
||||||
<!-- <attribute name="relaxNodesIfStartDistSmallCoeff" value="2.5"/> -->
|
<!-- <attribute name="relaxNodesIfStartDistSmallCoeff" value="2.5"/> -->
|
||||||
|
|
Loading…
Reference in a new issue