add test for pushing bikes on footways etc

This commit is contained in:
Emil Tin
2013-03-22 09:09:19 +01:00
parent 96cd09471b
commit 50f865b81c
2 changed files with 21 additions and 1 deletions
+1
View File
@@ -208,6 +208,7 @@ function way_function (way)
if pedestrian_speeds[highway] then
-- pedestrian-only ways and areas
way.speed = pedestrian_speeds[highway]
way.backward_speed = way.speed-1
elseif man_made and man_made_speeds[man_made] then
-- man made structures
way.speed = man_made_speeds[man_made]