Revert "Handle small roundabouts, fixes #516."
This reverts commit 7641b12b08.
Conflicts:
profiles/bicycle.lua
profiles/car.lua
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ function way_function (way, result)
|
||||
end
|
||||
|
||||
-- roundabouts
|
||||
if "roundabout" == junction or "mini_roundabout" == highway then
|
||||
if "roundabout" == junction then
|
||||
result.roundabout = true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user