Revert "Set speeds for mini roundabouts in car and bike profile"

This reverts commit a85f39c140.
This commit is contained in:
Daniel J. Hofmann 2016-06-02 15:00:47 +02:00
parent b78207ddd8
commit 4ad78309e2
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -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,