bicycles can pass cycle_barriers
This commit is contained in:
parent
9857fb7696
commit
e4fc633f68
@ -10,6 +10,7 @@ Feature: Barriers
|
|||||||
| | x |
|
| | x |
|
||||||
| bollard | x |
|
| bollard | x |
|
||||||
| gate | x |
|
| gate | x |
|
||||||
|
| cycle_barrier | x |
|
||||||
| cattle_grid | x |
|
| cattle_grid | x |
|
||||||
| border_control | x |
|
| border_control | x |
|
||||||
| toll_booth | x |
|
| toll_booth | x |
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-- Begin of globals
|
-- Begin of globals
|
||||||
barrier_whitelist = { [""] = true, ["bollard"] = true, ["entrance"] = true, ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true}
|
barrier_whitelist = { [""] = true, ["cycle_barrier"] = true, ["bollard"] = true, ["entrance"] = true, ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true}
|
||||||
access_tag_whitelist = { ["yes"] = true, ["permissive"] = true, ["designated"] = true }
|
access_tag_whitelist = { ["yes"] = true, ["permissive"] = true, ["designated"] = true }
|
||||||
access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestery"] = true }
|
access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestery"] = true }
|
||||||
access_tag_restricted = { ["destination"] = true, ["delivery"] = true }
|
access_tag_restricted = { ["destination"] = true, ["delivery"] = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user