Allow routing on toll roads by default (#3712)

This commit is contained in:
Daniel Patterson 2017-02-14 15:20:10 -08:00 committed by GitHub
parent 335362315c
commit 73ce44028f
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -96,7 +96,7 @@ local profile = {
avoid = Set {
'area',
'toll',
-- 'toll', -- uncomment this to avoid tolls
'reversible',
'impassable',
'hov_lanes',