Skip to content

Commit 69c54be

Browse files
committed
Allow routing on toll roads by default (#3712)
1 parent cfee0f1 commit 69c54be

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

features/car/access.feature

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,10 @@ Feature: Car - Restricted access
224224
| primary | no | x |
225225
| primary | snowmobile | x |
226226

227-
# To test this we need issue #2781
228-
@todo
229-
Scenario: Car - only toll=yes ways are ignored by default
227+
Scenario: Car - toll=yes ways are enabled by default
230228
Then routability should be
231229
| highway | toll | bothw |
232-
| primary | yes | |
230+
| primary | yes | x |
233231

234232
Scenario: Car - directional access tags
235233
Then routability should be

profiles/car.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ local profile = {
9696

9797
avoid = Set {
9898
'area',
99-
'toll',
99+
-- 'toll', -- uncomment this to avoid tolls
100100
'reversible',
101101
'impassable',
102102
'hov_lanes',

0 commit comments

Comments
 (0)