Skip to main content

Untitled_FMEcreate line between two points from two different shapefiles.

i have common field (line Numbers) with some of same values, need to draw lines between if the values match with other shape file.

 

like above figure

 

need to draw like Yellow color lines.

You are looking for the LineBuilder transformer. Feed both streams to it, group by common field.


You are looking for the LineBuilder transformer. Feed both streams to it, group by common field.

tq nielsgerrits


Reply