Skip to main content

I have not found this case in forum.

I have spatial point dataset from which I want make lines depends on some break attribute. I aggregated points based on this break value, and I received for example 3 set of points. From each of this set I want get Line.

When I use LineBuilder, I get wrong result - each point connect which each point.

I want situation when second point connect first, third connect second etc. ...

For example by order of incoming points (remembering about break attribute).

Are your points coming out of the vertex creator in the order they should be joined and sorted by the break attribute?

If this is the case then the linebuilder with the connection break attribute set after the vertex creator should build your lines


The points you are sending to the PythonCaller should be in sorted order.


Reply