Skip to content
Snippets Groups Projects
Commit 85234ddf authored by Winfried Stenzel's avatar Winfried Stenzel
Browse files

Set mtb_hard_factor to 1 (i.e. between XC and allmountain)

parent b1f80632
Branches master
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ assign validForFoot = false ...@@ -19,7 +19,7 @@ assign validForFoot = false
# Locus nav interface flags # Locus nav interface flags
assign is_wet = false # %is_wet% | Choose a safer route in wet conditions | boolean assign is_wet = false # %is_wet% | Choose a safer route in wet conditions | boolean
assign mtb_hard_factor = 0 # %mtb_hard_factor% | Difficulty of the route (0:xc/am...2:allmountain...4:enduro) | number assign mtb_hard_factor = 1 # %mtb_hard_factor% | Difficulty of the route (0:xc/am...2:allmountain...4:enduro) | number
assign use_uncertain_gates = false # %use_uncertain_gates% | Route through gates with no access info (might be locked) | boolean assign use_uncertain_gates = false # %use_uncertain_gates% | Route through gates with no access info (might be locked) | boolean
# the global elevation parameters # the global elevation parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment