From 66ff69355d05097c5293071d44e7706df120fb12 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Tue, 2 Oct 2012 16:08:50 +0200 Subject: [PATCH] use way type for unnamed strets in car profile --- profiles/car.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/car.lua b/profiles/car.lua index 650548170..fe380efb1 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -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