Hi all,
I am trying to find a way to split an aggregate feature based on nodes or points. The aggregate is an aggregation of lines.
I tried PointOnLineOverlayer, it does a fine job splitting where the nodes are but it deaggregates the input and outputs every single line it seems. I need output of the original aggregates only broken up where the nodes are.
I tried Clipper. The output remains the same. It seems points are rejected as clippers.
Any suggestions for a transformer to use? Please and thanks