You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
else if ( highway=cycleway ) then ( if probablyGood then 1.1 else if isunpaved then 200 else 1.0 )
The cost (?) for a probablyGood cycleway seems to be higher (1.1) than if nothing special is known about the cycleway (1.0). I don't understand much about the routing profile format, but looking at other similar if else cases, this seems to be in the wrong order here.
The text was updated successfully, but these errors were encountered:
Thanks for the report, you're absolutely right! I will fix this in a few minutes. Due to the low cost difference it shouldn't have a large impact, but of course it should be the other way around.
brouter-cycling-profiles/FFMbyBicycle-long-distance-cycling.brf
Line 283 in 912a53f
The cost (?) for a
probablyGood
cycleway seems to be higher (1.1) than if nothing special is known about the cycleway (1.0). I don't understand much about the routing profile format, but looking at other similar if else cases, this seems to be in the wrong order here.The text was updated successfully, but these errors were encountered: