We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77add5 commit bc38275Copy full SHA for bc38275
profiles/bicycle.lua
@@ -368,10 +368,13 @@ function way_function (way, result)
368
-- cycleways
369
if cycleway and cycleway_tags[cycleway] then
370
result.forward_speed = bicycle_speeds["cycleway"]
371
+ result.backward_speed = bicycle_speeds["cycleway"]
372
elseif cycleway_left and cycleway_tags[cycleway_left] then
373
374
375
elseif cycleway_right and cycleway_tags[cycleway_right] then
376
377
378
end
379
380
-- dismount
0 commit comments