Fixes issue #663
This commit is contained in:
parent
51a7d3ff50
commit
9ab86ae2bf
@ -4,7 +4,7 @@ Feature: Car - Barriers
|
||||
Background:
|
||||
Given the profile "car"
|
||||
|
||||
Scenario: Car - Barriers
|
||||
Scenario: Car - Barriers
|
||||
Then routability should be
|
||||
| node/barrier | bothw |
|
||||
| | x |
|
||||
@ -14,7 +14,7 @@ Feature: Car - Barriers
|
||||
| border_control | x |
|
||||
| toll_booth | x |
|
||||
| sally_port | x |
|
||||
| entrance | |
|
||||
| entrance | x |
|
||||
| wall | |
|
||||
| fence | |
|
||||
| some_tag | |
|
||||
|
@ -1,7 +1,7 @@
|
||||
-- Begin of globals
|
||||
require("lib/access")
|
||||
|
||||
barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["no"] = true}
|
||||
barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["no"] = true, ["entrance"] = true}
|
||||
access_tag_whitelist = { ["yes"] = true, ["motorcar"] = true, ["motor_vehicle"] = true, ["vehicle"] = true, ["permissive"] = true, ["designated"] = true }
|
||||
access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestry"] = true }
|
||||
access_tag_restricted = { ["destination"] = true, ["delivery"] = true }
|
||||
|
Loading…
Reference in New Issue
Block a user