Skip to main content
Hi All,

 

 

As per the answer in the path " https://safe.secure.force.com/AnswersQuestionDetail?id=906a0000000chYcAAI ", I was succeed to get the overalapped features at the start and end nodes of a linear feature. But the overalpped features are getting as two separate records. My requirement is to combine the attributes of overlapped feature with the linear feature attributes. I used aggregator to combine atributes, but it is not worked correctly. Can any one please suggest the correct approach.

 

 

Thanks,

 

Seshu
Hi Seshu - You need the FeatureMerger, merging on the line's ID. So when you derive your start and end points you'll need to retain the line ID on the points.

Reply