File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments