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 | no | x |
|
||||||
| primary | snowmobile | x |
|
| primary | snowmobile | x |
|
||||||
|
|
||||||
# To test this we need issue #2781
|
Scenario: Car - toll=yes ways are enabled by default
|
||||||
@todo
|
|
||||||
Scenario: Car - only toll=yes ways are ignored by default
|
|
||||||
Then routability should be
|
Then routability should be
|
||||||
| highway | toll | bothw |
|
| highway | toll | bothw |
|
||||||
| primary | yes | |
|
| primary | yes | x |
|
||||||
|
|
||||||
Scenario: Car - directional access tags
|
Scenario: Car - directional access tags
|
||||||
Then routability should be
|
Then routability should be
|
||||||
|
@ -96,7 +96,7 @@ local profile = {
|
|||||||
|
|
||||||
avoid = Set {
|
avoid = Set {
|
||||||
'area',
|
'area',
|
||||||
'toll',
|
-- 'toll', -- uncomment this to avoid tolls
|
||||||
'reversible',
|
'reversible',
|
||||||
'impassable',
|
'impassable',
|
||||||
'hov_lanes',
|
'hov_lanes',
|
||||||
|
Loading…
Reference in New Issue
Block a user