From 3fd27251225acaaac9cb2e4a2accf7fdb139844e Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Tue, 11 Sep 2012 15:43:52 +0200 Subject: [PATCH] Fixes issue #400 --- profile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.lua b/profile.lua index 0e62f1ab1..dbc786967 100644 --- a/profile.lua +++ b/profile.lua @@ -1,6 +1,6 @@ -- Begin of globals -bollards_whitelist = { [""] = true, ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["no"] = true} +bollards_whitelist = { [""] = true, ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["no"] = true, ["sally_port"] = true, ["gate"] = 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, ["forestery"] = true } access_tag_restricted = { ["destination"] = true, ["delivery"] = true }