move settings to profile table

This commit is contained in:
Emil Tin
2017-02-04 23:05:00 +01:00
committed by Patrick Niklaus
parent 6e1c4bfecd
commit 3abab16bf3
2 changed files with 215 additions and 158 deletions
+1
View File
@@ -121,6 +121,7 @@ function Debug.way_function(way,result)
result.road_classification = {}
result.forward_speed = -1
result.backward_speed = -1
result.duration = 0
-- intercept tag function normally provided via C++
function way:get_value_by_key(k)