enable add_beeline for the profiles

This commit is contained in:
afischerdev 2025-02-25 10:28:45 +01:00
parent d4a4da7e43
commit bdd20558a7
7 changed files with 10 additions and 9 deletions

View file

@ -17,7 +17,8 @@ assign avoid_toll = false # %avoid_toll% | Avoid paid roads | boolean
assign avoid_unpaved = false # %avoid_unpaved% | Avoid unpaved roads, if possible | boolean
assign avoid_motorways = false # %avoid_motorways% | Avoid motorways | boolean
assign use_dynamic_range = false # %use_dynamic_range% | Enable distant start/end points | boolean
assign add_beeline = false # %add_beeline% | Enable beeline on distant start/end points | boolean
assign use_offroad = false # %use_offroad% | Enable additional roads | boolean
# Kinematic model parameters
assign vmax = 90 # %vmax% | Target speed (in km/h) | number
@ -61,8 +62,8 @@ assign caraccess
switch highway=secondary|secondary_link 1
switch highway=tertiary|tertiary_link 1
switch highway=unclassified 1
switch and highway=track use_dynamic_range 1
switch and highway=road use_dynamic_range 1
switch and highway=track use_offroad 1
switch and highway=road use_offroad 1
switch route=ferry 1
switch isresidentialorliving 1
switch highway=service 1