Remove unused profile options
This commit is contained in:
parent
67f923b96e
commit
c38a9186fd
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ assign validForBikes = true
|
||||||
assign allow_steps = true # %allow_steps% | Set to false to disallow steps | boolean
|
assign allow_steps = true # %allow_steps% | Set to false to disallow steps | boolean
|
||||||
assign allow_ferries = true # %allow_ferries% | set to false to disallow ferries | boolean
|
assign allow_ferries = true # %allow_ferries% | set to false to disallow ferries | boolean
|
||||||
assign allow_motorways = false # %allow_motorways% | Set to true to allow motorways (useful in Asia / Oceania for example) | boolean
|
assign allow_motorways = false # %allow_motorways% | Set to true to allow motorways (useful in Asia / Oceania for example) | boolean
|
||||||
assign ignore_cycleroutes = false # %ignore_cycleroutes% | Set to true for better elevation results | boolean
|
|
||||||
assign stick_to_cycleroutes = false # %stick_to_cycleroutes% | Set to true to just follow cycleroutes | boolean
|
|
||||||
|
|
||||||
assign consider_traffic = false # %consider_traffic% | Activate to avoid traffic | boolean
|
assign consider_traffic = false # %consider_traffic% | Activate to avoid traffic | boolean
|
||||||
assign consider_noise = false # %consider_noise% | Activate to prefer a low-noise route | boolean
|
assign consider_noise = false # %consider_noise% | Activate to prefer a low-noise route | boolean
|
||||||
|
|
Loading…
Reference in a new issue