Hi all,
I have a network of lines that have been grouped in aggregates and I have to insert the aggregates into a PointOnLineOverlayer to split only along specific points.
If I input the aggregates directly into PointOnLineOverlayer, the output splits the aggregates into individual lines (not just along where the input points are). I don't want that. So I joined the aggregate lines using LineJoiner. LineJoiner splits lines where there is a 3-way connection. Any way to prevent that? (Please see image below)
The desired result is the middle one in the image but joined properly so that they are two line networks.
I have attached what a bit of my code looks like around the LineJoiner and Aggregator.
This question is kind of a continuation from my previous question
I thought I would ask a new one as not to clutter that one.
Any suggestion will be greatly appreciated. Thanks!