Fix regression in fastbike profile
e66468b091
broke the logic that handled highway=path. This patch reverts the problematic change in behavior. See: https://github.com/nrenner/brouter-web/issues/756
This commit is contained in:
parent
2762744a84
commit
9125481aed
1 changed files with 1 additions and 2 deletions
|
@ -261,8 +261,7 @@ assign costfactor
|
|||
switch highway=cycleway 1.3
|
||||
switch isresidentialorliving switch isunpaved 10 1.2
|
||||
switch highway=service switch isunpaved 10 1.2
|
||||
switch highway=path switch avoid_path 2.1 1.1
|
||||
switch or highway=track or highway=road highway=footway
|
||||
switch or highway=track or highway=road or highway=path highway=footway
|
||||
switch tracktype=grade1 switch isunpaved 3 1.2
|
||||
switch tracktype=grade2 switch isunpaved 10 3
|
||||
switch tracktype=grade3 10.0
|
||||
|
|
Loading…
Reference in a new issue