Skip to main content

Hi,

I have a number of points on a road network in CSV format with Lats and Longs as well as a shape file of the surrounding road network. I want to break up the sections of road network between my points so I can assign a value to sections of road based on traffic flows. I am currently using PointOnLineOverlayer but it is rejecting all features. Is this the correct transformer to be using?

Thanks, Matt

If you inspect the PointOnLineOverlayer's rejected output, there should an error message that indicates the problem.

Have you verified that the CSV coordinates have been properly parsed and converted to an FME geometry?


If you inspect the PointOnLineOverlayer's rejected output, there should an error message that indicates the problem.

Have you verified that the CSV coordinates have been properly parsed and converted to an FME geometry?

and are in the same coordinate system as your road network


Reply