Fix breaking test uncovered by this fix
This commit is contained in:
parent
2e2f34f241
commit
c30f69d6e9
@ -205,6 +205,8 @@ function way_function (way, result)
|
|||||||
local service = way:get_value_by_key("service")
|
local service = way:get_value_by_key("service")
|
||||||
local area = way:get_value_by_key("area")
|
local area = way:get_value_by_key("area")
|
||||||
local foot = way:get_value_by_key("foot")
|
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 surface = way:get_value_by_key("surface")
|
||||||
local bicycle = way:get_value_by_key("bicycle")
|
local bicycle = way:get_value_by_key("bicycle")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user