uncomment "cyclability" weight name
This commit is contained in:
parent
4f1c62a768
commit
7fd859a42d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user