minor profile updates
This commit is contained in:
parent
d7049da67e
commit
5b68c75a77
6 changed files with 15 additions and 9 deletions
|
|
@ -63,7 +63,9 @@ assign probablyGood = or ispaved and isbike not isunpaved
|
|||
# (Suppressing turncost while following longdistance-cycleways
|
||||
# makes them a little bit more magnetic)
|
||||
#
|
||||
assign turncost = if is_ldcr then 0 else 90
|
||||
assign turncost = if is_ldcr then 0
|
||||
else if junction=roundabout then 0
|
||||
else 90
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue