port bicycle profile
This commit is contained in:
@@ -5,7 +5,7 @@ module "Access"
|
||||
function find_access_tag(source,access_tags_hierachy)
|
||||
for i,v in ipairs(access_tags_hierachy) do
|
||||
local tag = source:get_value_by_key(v)
|
||||
if tag ~= '' then
|
||||
if tag and tag ~= '' then
|
||||
return tag
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user