Fix breaking test uncovered by this fix

This commit is contained in:
Patrick Niklaus 2016-05-26 21:04:53 +02:00
parent 2e2f34f241
commit c30f69d6e9
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -205,6 +205,8 @@ function way_function (way, result)
local service = way:get_value_by_key("service")
local area = way:get_value_by_key("area")
local foot = way:get_value_by_key("foot")
local foot_forward = way:get_value_by_key("foot:forward")
local foot_backward = way:get_value_by_key("foot:backward")
local surface = way:get_value_by_key("surface")
local bicycle = way:get_value_by_key("bicycle")