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

@ -273,7 +273,7 @@ assign costfactor
#
# steps and ferries are special. Note this is handled
# 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 )
else if ( route=ferry ) then ( if allow_ferries then 5.67 else 10000 )