Makes construction=minor ways routable again, see #4258
This commit is contained in:
committed by
Patrick Niklaus
parent
cfa2a63323
commit
ababeb3a69
@@ -521,7 +521,7 @@ function WayHandlers.blocked_ways(profile,way,result,data)
|
||||
local construction = way:get_value_by_key('construction')
|
||||
|
||||
-- Of course there are negative tags to handle, too
|
||||
if construction and construction ~= 'no' and construction ~= 'widening' then
|
||||
if construction and construction ~= 'no' and construction ~= 'widening' and construction ~= 'minor' then
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user