Hi all,
I believe this should be simple but being new to FME, I am having the hardest of times.
I have a few points. I have a network of lines. I need to find network segments which intersect with the point. If they do, then all the segments that touch the point, their ID attribute should be transferred to that point. Some points are only touching one line whereas others are touching more.
I tried using SpatialFilter with Merge attributes selected, and checking for intersection or touching, but for a candidate point, it only merges and outputs the first segment that it touches and discards the others.
I have tried PointOnLineOverlayer... that seems to not even output lines. Not sure what's going on there.
Please take a look at the attached picture. The result I am looking to achieve is below:
Point ID Network ID
1 3
2 1
2 2
2 3
Any help would be greatly appreciated.