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

View File

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