fixes for access=permissive + highway=abondened
This commit is contained in:
parent
be24ee7a88
commit
55717c6e71
6 changed files with 7 additions and 6 deletions
|
@ -97,7 +97,7 @@ assign caraccess
|
|||
switch barrier=lift_gate 0
|
||||
switch barrier=cycle_barrier 0
|
||||
1
|
||||
or access=yes access=permissive or access=designated access=destination
|
||||
or access=yes or access=permissive or access=designated access=destination
|
||||
or vehicle=yes or vehicle=permissive or vehicle=designated vehicle=destination
|
||||
or motor_vehicle=yes or motor_vehicle=permissive or motor_vehicle=designated motor_vehicle=destination
|
||||
or motorcar=yes or motorcar=permissive or motorcar=designated motorcar=destination
|
||||
|
|
|
@ -108,7 +108,7 @@ assign costfactor
|
|||
add max onewaypenalty accesspenalty
|
||||
|
||||
switch or highway=motorway highway=motorway_link 100000
|
||||
switch highway=proposed 100000
|
||||
switch or highway=proposed highway=abandoned 100000
|
||||
switch or highway=trunk highway=trunk_link 10
|
||||
switch or highway=primary highway=primary_link 1.2
|
||||
switch or highway=secondary highway=secondary_link 1.1
|
||||
|
|
|
@ -463,7 +463,8 @@ motorcar;0000000214 permissive
|
|||
motorcar;0000000093 agricultural forestry
|
||||
motorcar;0000000084 designated official
|
||||
|
||||
motor_vehicle;0000000066 yes permissive
|
||||
motor_vehicle;0000000066 yes
|
||||
motor_vehicle;0000000001 permissive
|
||||
motor_vehicle;0000000000 designated official
|
||||
motor_vehicle;0000000030 destination
|
||||
motor_vehicle;0000000073 agricultural forestry
|
||||
|
|
|
@ -59,7 +59,7 @@ assign costfactor
|
|||
|
||||
switch highway=ferry 5.67
|
||||
switch or highway=motorway highway=motorway_link 100000
|
||||
switch highway=proposed 100000
|
||||
switch or highway=proposed highway=abandoned 100000
|
||||
1
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
|
|
@ -13,7 +13,7 @@ assign costfactor
|
|||
#
|
||||
switch bicycle=yes 1
|
||||
switch or highway=motorway highway=motorway_link 100000
|
||||
switch highway=proposed 100000
|
||||
switch or highway=proposed highway=abandoned 100000
|
||||
switch motorroad=yes 100000
|
||||
|
||||
1
|
||||
|
|
|
@ -175,7 +175,7 @@ assign costfactor
|
|||
# exclude motorways and proposed roads
|
||||
#
|
||||
switch or highway=motorway highway=motorway_link 100000
|
||||
switch highway=proposed 100000
|
||||
switch or highway=proposed highway=abandoned 100000
|
||||
|
||||
#
|
||||
# actuals roads are o.k. if we have a bike hint
|
||||
|
|
Loading…
Reference in a new issue