diff --git a/profiles/countrybicycle.lua b/profiles/countrybicycle.lua index ecb00903e..f9a319a38 100644 --- a/profiles/countrybicycle.lua +++ b/profiles/countrybicycle.lua @@ -337,6 +337,9 @@ function speed_handler(profile,way,result,data) if extra_speeds then if extra_speeds.highway[data.highway] then extraspeed = extra_speeds.highway[data.highway] + if extraspeed == -1 then + extraspeed = false + end end end end