Allow routing on toll roads by default (#3712)
This commit is contained in:
parent
335362315c
commit
73ce44028f
@ -224,12 +224,10 @@ Feature: Car - Restricted access
|
||||
| primary | no | x |
|
||||
| primary | snowmobile | x |
|
||||
|
||||
# To test this we need issue #2781
|
||||
@todo
|
||||
Scenario: Car - only toll=yes ways are ignored by default
|
||||
Scenario: Car - toll=yes ways are enabled by default
|
||||
Then routability should be
|
||||
| highway | toll | bothw |
|
||||
| primary | yes | |
|
||||
| primary | yes | x |
|
||||
|
||||
Scenario: Car - directional access tags
|
||||
Then routability should be
|
||||
|
@ -96,7 +96,7 @@ local profile = {
|
||||
|
||||
avoid = Set {
|
||||
'area',
|
||||
'toll',
|
||||
-- 'toll', -- uncomment this to avoid tolls
|
||||
'reversible',
|
||||
'impassable',
|
||||
'hov_lanes',
|
||||
|
Loading…
Reference in New Issue
Block a user