Update river profile
Add support for routing over fairways which are used for navigable routes in a body of water (where waterway=river or waterway=canal are not appropriate).
This commit is contained in:
parent
55a159af5d
commit
4ba29cac95
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ assign turncost 0
|
|||
assign initialcost 0
|
||||
|
||||
assign costfactor
|
||||
switch or waterway=canal or waterway=river waterway=lock_gate 1
|
||||
switch or waterway=canal or waterway=river or waterway=fairway waterway=lock_gate 1
|
||||
100000
|
||||
|
||||
---context:node # following code refers to node tags
|
||||
|
|
Loading…
Reference in a new issue