From 69c54bef72a33f3c676f45acf170855042b5b172 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Tue, 14 Feb 2017 15:20:10 -0800 Subject: [PATCH] Allow routing on toll roads by default (#3712) --- features/car/access.feature | 6 ++---- profiles/car.lua | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/features/car/access.feature b/features/car/access.feature index 2e989c8de..a7d0f2f84 100644 --- a/features/car/access.feature +++ b/features/car/access.feature @@ -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 diff --git a/profiles/car.lua b/profiles/car.lua index 74ec0964d..e199e3db5 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -96,7 +96,7 @@ local profile = { avoid = Set { 'area', - 'toll', + -- 'toll', -- uncomment this to avoid tolls 'reversible', 'impassable', 'hov_lanes',