Trekking: Exclude under construction roads
This commit is contained in:
parent
041488b36c
commit
76f63dfde1
1 changed files with 3 additions and 3 deletions
|
|
@ -247,10 +247,10 @@ assign costfactor
|
|||
if ( and highway= not route=ferry ) then 10000
|
||||
|
||||
#
|
||||
# exclude motorways and proposed roads
|
||||
# exclude motorways and proposed, abandoned under construction roads
|
||||
#
|
||||
else if ( highway=motorway|motorway_link ) then 10000
|
||||
else if ( highway=proposed|abandoned ) then 10000
|
||||
else if ( highway=proposed|abandoned|construction ) then 10000
|
||||
|
||||
#
|
||||
# all other exclusions below (access, steps, ferries,..)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue