Daniel J. Hofmann
2016-11-24 13:08:49 +01:00
committed by Moritz Kobitzsch
parent 12d58ace10
commit fe5cc55b0e
5 changed files with 64 additions and 8 deletions
+4 -1
View File
@@ -156,10 +156,13 @@ function way_function (way, result)
result.ref = ref
end
-- roundabouts
-- roundabouts
if "roundabout" == junction then
result.roundabout = true
end
if "circular" == junction then
result.circular = true
end
-- speed
if route_speeds[route] then