encode way types for unnamed ways in bike profile
This commit is contained in:
parent
cf6c1e97bb
commit
96cd09471b
@ -165,7 +165,8 @@ function way_function (way)
|
||||
elseif "" ~= name then
|
||||
way.name = name
|
||||
else
|
||||
way.name = highway -- if no name exists, use way type
|
||||
way.name = "{highway:"..highway.."}" -- if no name exists, use way type
|
||||
-- this encoding scheme is excepted to be a temporary solution
|
||||
end
|
||||
|
||||
-- speed
|
||||
|
Loading…
Reference in New Issue
Block a user