Skip to content

Commit

Permalink
Fixes issue #430
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Sep 27, 2012
1 parent 01dc1af commit a735d46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions profile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function node_function (node)
if "" ~= barrier then
if obey_bollards then
--flag node as unpassable if it black listed as unpassable
print(barrier)
node.bollard = true;
end
--reverse the previous flag if there is an access tag specifying entrance
Expand All @@ -69,7 +68,6 @@ function node_function (node)
for i,v in ipairs(access_tags) do
local mode_value = node.tags:Find(v)
if nil ~= mode_value and "yes" == mode_value then
return 1
node.bollard = false
return
end
Expand Down

0 comments on commit a735d46

Please sign in to comment.