Hi.
In one of my FME-workbenches I'm splitting lines at several points (water lines and devices) by using a PointOnLineOverlayer. After the splitting, I want to create a numbering of the new line segments according to the direction the line has been digitalized. I've tried using a counter with the ID of the lines as the countername, so I get a count based on the ID. But the result is not what I want. The numbering seems random.
Â
As you can see from the first example (just a mockup), each line has an ID and you can see where the points are.After I split my lines and calculate a new ID, I get this:
The segment IDs are not numbered in the direction of the lines. What I want to achieve is this:
Â
Do you have any suggetions?