remove movable bridge refs in bike profile

This commit is contained in:
karenzshea
2016-04-19 14:22:42 -04:00
parent 58c13d2c07
commit 6e04da9f8f
2 changed files with 13 additions and 15 deletions
-2
View File
@@ -234,8 +234,6 @@ function way_function (way, result)
if duration and durationIsValid(duration) then
result.duration = math.max( parseDuration(duration), 1 )
end
result.forward_mode = mode.movable_bridge
result.backward_mode = mode.movable_bridge
result.forward_speed = bridge_speed
result.backward_speed = bridge_speed
elseif route_speeds[route] then