add split_edge flag in extracted ways

This commit is contained in:
Michael Krasnyk
2017-03-29 12:36:54 +02:00
parent e262cac3e8
commit dbc6535221
4 changed files with 35 additions and 28 deletions
+1
View File
@@ -19,6 +19,7 @@ function way_function (way, result)
result.forward_speed = 15
result.backward_speed = 15
result.split_edges = true
end
function source_function ()