Skip to main content

What I need to to do is to create one attribut in the table adress that says what polygon they are within. One adress can be witnin many polygons. This should lead to many duplicates but when I try to use pointonarea overlayer the point only gets the attribute from one of the polygons. I've tried to group by the polygons unique values but that did not work.

 

I think this should be easy to solve but how to do it?

 

To be clear the table "adress" should get one attribut that tells every polygon they are within.

 

How to do it?

 

Best regards

Jesper

In the PointOnAreaOverlayer, under Attribute Accumulation, check "Generate List On Output 'Point'". Enter a list name. Select the polygon id attribute.

Now you have a list on each adress point, which you can merge to an attribute using the ListConcatenator transformer.


Thanks! Works perfectly


Reply