use way type for unnamed strets in car profile
This commit is contained in:
parent
04f71e65ee
commit
66ff69355d
@ -114,6 +114,8 @@ function way_function (way, numberOfNodesInWay)
|
||||
way.name = ref
|
||||
elseif "" ~= name then
|
||||
way.name = name
|
||||
else
|
||||
way.name = highway -- if no name exists, use way type
|
||||
end
|
||||
|
||||
if "roundabout" == junction then
|
||||
|
Loading…
Reference in New Issue
Block a user