fix type in car profile
This commit is contained in:
parent
da98900e3a
commit
dabc9589e9
@ -63,7 +63,7 @@ local function parse_maxspeed(source)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function node_function (node)
|
function node_function (node)
|
||||||
local barrier = node.tags:Find ("barrier")
|
local barrier = node.tags:Find("barrier")
|
||||||
local access = Access.find_access_tag(node, access_tags_hierachy)
|
local access = Access.find_access_tag(node, access_tags_hierachy)
|
||||||
local traffic_signal = node.tags:Find("highway")
|
local traffic_signal = node.tags:Find("highway")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user