From a443f3a0bb0b37116fffc396e8d10b93182a57f9 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 10 Oct 2014 10:34:34 +0200 Subject: [PATCH] add barrier checkpoint to the white list of passable tags --- profiles/car.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/car.lua b/profiles/car.lua index e40b58923..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, ["toll_booth"] = true, ["sally_port"] = true, ["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 } @@ -38,7 +38,7 @@ speed_profile = { -- max speed for surfaces surface_speeds = { - ["asphalt"] = nil, -- nil mean no limit. removing the line has the same effect + ["asphalt"] = nil, -- nil mean no limit. removing the line has the same effect ["concrete"] = nil, ["concrete:plates"] = nil, ["concrete:lanes"] = nil, @@ -47,7 +47,7 @@ surface_speeds = { ["cement"] = 80, ["compacted"] = 80, ["fine_gravel"] = 80, - + ["paving_stones"] = 60, ["metal"] = 60, ["bricks"] = 60,