Revert "Handle small roundabouts, fixes #516."

This reverts commit 7641b12b08.

Conflicts:
	profiles/bicycle.lua
	profiles/car.lua
This commit is contained in:
Daniel J. Hofmann
2016-06-02 15:03:28 +02:00
parent 27c4e8ddd0
commit ad70759f91
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -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