move split_edges to global properties

This commit is contained in:
Michael Krasnyk
2017-03-29 23:48:57 +02:00
parent 57d3f71bf9
commit 2cd4ba9a0a
8 changed files with 14 additions and 12 deletions
+2 -1
View File
@@ -1,6 +1,8 @@
api_version = 1
-- Rasterbot profile
properties.force_split_edges = true
-- Minimalist node_ and way_functions in order to test source_ and segment_functions
function node_function (node, result)
@@ -19,7 +21,6 @@ function way_function (way, result)
result.forward_speed = 15
result.backward_speed = 15
result.split_edges = true
end
function source_function ()