diff --git a/features/car/barrier.feature b/features/car/barrier.feature index 7c89688c9..e63704986 100644 --- a/features/car/barrier.feature +++ b/features/car/barrier.feature @@ -10,7 +10,6 @@ Feature: Car - Barriers | | x | | bollard | | | gate | x | - | lift_gate | x | | cattle_grid | x | | border_control | x | | toll_booth | x | diff --git a/profiles/car.lua b/profiles/car.lua index 25291a530..ad58cd86e 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -1,7 +1,7 @@ -- Begin of globals --require("lib/access") --function temporarily inlined -barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["checkpoint"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["lift_gate"] = true, ["no"] = true, ["entrance"] = true } +barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["checkpoint"] = 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, ["emergency"] = true } access_tag_restricted = { ["destination"] = true, ["delivery"] = true }