uncomment "cyclability" weight name

This commit is contained in:
szymon-szym 2024-09-29 12:20:44 +02:00
parent 4f1c62a768
commit 7fd859a42d

View File

@ -18,8 +18,7 @@ function setup()
properties = { properties = {
u_turn_penalty = 20, u_turn_penalty = 20,
traffic_light_penalty = 2, traffic_light_penalty = 2,
--weight_name = 'cyclability', weight_name = 'cyclability',
weight_name = 'duration',
process_call_tagless_node = false, process_call_tagless_node = false,
max_speed_for_map_matching = 110/3.6, -- kmph -> m/s max_speed_for_map_matching = 110/3.6, -- kmph -> m/s
use_turn_restrictions = false, use_turn_restrictions = false,