Skip to main content
Question

create lines between two points from two different shapefiles with base.

  • June 7, 2021
  • 2 replies
  • 38 views

rakeshreddy0996
Forum|alt.badge.img

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.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+62

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


rakeshreddy0996
Forum|alt.badge.img

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

tq nielsgerrits