minor profile updates

This commit is contained in:
Arndt 2015-10-17 19:12:15 +02:00
parent d7049da67e
commit 5b68c75a77
6 changed files with 15 additions and 9 deletions

View file

@ -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
#