return way type in encoded form for unnamed streets

This commit is contained in:
Emil Tin
2013-04-08 16:23:42 +02:00
parent 3516538813
commit 1fc11a6b06
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -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