Hello everyone,
So I have two data set (Set A & Set B). I want to find how many B polygons are overlapped on A.
I am able to find the overlapped polygon attribute by using spatial relator (by explode the list).
However, the geometry of the exposed list is not correct. They all have the same geometry (from the test filter transformer).
Is there anyway that I can have both correct attribute and geometry?
Thank you for your help.