Fix typos in .brf files

This commit is contained in:
Waldir Pimenta 2024-01-15 19:32:20 +00:00
parent b01aff2e4e
commit 4ccc92a1e5
5 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
# But also at night or in rainy weather you might want # But also at night or in rainy weather you might want
# to fallback to this one. # to fallback to this one.
# #
# Structure is similar to trekking.brf, see this for documenation. # Structure is similar to trekking.brf, see this for documentation.
# #
# With default configuration (tested for Europe), trunks are # With default configuration (tested for Europe), trunks are
# strongly avoided even if there's no bike restriction # strongly avoided even if there's no bike restriction

View File

@ -1,5 +1,5 @@
# "gravel.brf" -- Version 28.04.2024 # "gravel.brf" -- Version 28.04.2024
# This customizeable profile, developed by quaelnix, is designed for gravel cyclists who want to avoid traffic as much # This customizable profile, developed by quaelnix, is designed for gravel cyclists who want to avoid traffic as much
# as possible, but still get to their destination efficiently - taking into account the capabilities of a gravel bike. # as possible, but still get to their destination efficiently - taking into account the capabilities of a gravel bike.
---context:global ---context:global

View File

@ -54,7 +54,7 @@ assign elevationmaxbuffer 10 # 10 as default
assign elevationbufferreduce 1.0 # 0.0 as default assign elevationbufferreduce 1.0 # 0.0 as default
assign turnInstructionMode = 1 # %turnInstructionMode% | Mode for the generated turn instructions | [0=none, 1=auto-choose, 2=locus-style, 3=osmand-style, 4=comment-style, 5=gpsies-style, 6=orux-style, 7=locus-old-style] assign turnInstructionMode = 1 # %turnInstructionMode% | Mode for the generated turn instructions | [0=none, 1=auto-choose, 2=locus-style, 3=osmand-style, 4=comment-style, 5=gpsies-style, 6=orux-style, 7=locus-old-style]
assign turnInstructionCatchingRange 20 # V1.8.5 / default=40, but foot paths may be more distingushed, especially in cities. assign turnInstructionCatchingRange 20 # V1.8.5 / default=40, but foot paths may be more distinguished, especially in cities.
# as initial point, considered flat speed 4 km/h, climbing speed 600 m /h # as initial point, considered flat speed 4 km/h, climbing speed 600 m /h
@ -542,7 +542,7 @@ assign initialcost switch or bikeaccess footaccess 0 1000000
# 2014-10-10 v1.1 - changed hiking route preference logic # 2014-10-10 v1.1 - changed hiking route preference logic
# 1.2 - fixed preference counting bug # 1.2 - fixed preference counting bug
# 2014-10-11 1.3 - adding foot route to hiking routes, # 2014-10-11 1.3 - adding foot route to hiking routes,
# fixed ferry cost to respect initial cost triggerring. # fixed ferry cost to respect initial cost triggering.
# added bikeaccess, added shortest way mode, code cleanup # added bikeaccess, added shortest way mode, code cleanup
# 2014-10-12: v1.4 - involving turncosts and way/node initial costs as orientation/decision penalties, # 2014-10-12: v1.4 - involving turncosts and way/node initial costs as orientation/decision penalties,
# but turning them off for sticking to hiking routes as extra preference, # but turning them off for sticking to hiking routes as extra preference,

View File

@ -1,5 +1,5 @@
# #
# Moped-Routing is experimantal !!! # Moped-Routing is experimental !!!
# #
# DO NOT USE FOR ACTUAL NAVIGATION # DO NOT USE FOR ACTUAL NAVIGATION
# #

View File

@ -273,7 +273,7 @@ assign costfactor
# #
# steps and ferries are special. Note this is handled # steps and ferries are special. Note this is handled
# before the cycleroute-switch, to be able # before the cycleroute-switch, to be able
# to really exlude them be setting cost to infinity # to really exclude them be setting cost to infinity
# #
if ( highway=steps ) then ( if allow_steps then 40 else 10000 ) if ( highway=steps ) then ( if allow_steps then 40 else 10000 )
else if ( route=ferry ) then ( if allow_ferries then 5.67 else 10000 ) else if ( route=ferry ) then ( if allow_ferries then 5.67 else 10000 )