From 4ad78309e2cfec66cc63a551298dcdc92038f499 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Thu, 2 Jun 2016 15:00:47 +0200 Subject: [PATCH] Revert "Set speeds for mini roundabouts in car and bike profile" This reverts commit a85f39c14012d136d617c7dbfda2ef14f441cc8e. --- profiles/bicycle.lua | 1 - profiles/car.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/profiles/bicycle.lua b/profiles/bicycle.lua index 64c7b9e6e..1ee6faae3 100644 --- a/profiles/bicycle.lua +++ b/profiles/bicycle.lua @@ -18,7 +18,6 @@ local default_speed = 15 local walking_speed = 6 bicycle_speeds = { - ["mini_roundabout"] = default_speed, ["cycleway"] = default_speed, ["primary"] = default_speed, ["primary_link"] = default_speed, diff --git a/profiles/car.lua b/profiles/car.lua index fdf1f478d..b685f28b8 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -16,7 +16,6 @@ restriction_exception_tags = { "motorcar", "motor_vehicle", "vehicle" } suffix_list = { "N", "NE", "E", "SE", "S", "SW", "W", "NW", "North", "South", "West", "East" } speed_profile = { - ["mini_roundabout"] = 25, ["motorway"] = 90, ["motorway_link"] = 45, ["trunk"] = 85,