Add read-only max_turn_weight in ProfileProperties

This commit is contained in:
Michael Krasnyk
2017-03-20 14:34:25 +01:00
parent 851fcf0758
commit 78a199e2fb
3 changed files with 13 additions and 1 deletions
@@ -13,6 +13,9 @@ properties.max_speed_for_map_matching = 180/3.6
properties.use_turn_restrictions = true
properties.continue_straight_at_waypoint = true
properties.weight_name = 'test_version1'
properties.weight_precision = 2
assert(properties.max_turn_weight == 327.67)
function node_function (node, result)
print ('node_function ' .. node:id())