diff --git a/profiles/bicycle.lua b/profiles/bicycle.lua index 19202768e..2618474ba 100644 --- a/profiles/bicycle.lua +++ b/profiles/bicycle.lua @@ -18,8 +18,7 @@ function setup() properties = { u_turn_penalty = 20, traffic_light_penalty = 2, - --weight_name = 'cyclability', - weight_name = 'duration', + weight_name = 'cyclability', process_call_tagless_node = false, max_speed_for_map_matching = 110/3.6, -- kmph -> m/s use_turn_restrictions = false,