Hello,
I want to know how to use PointOnAreaOverlayer for a layer with more than 1 polygon.
I have a polygon shapefile for Canadian provinces and a point shapefile for Canadian addresses. Both have the Province name attribute.
I want to check if all points that fall in a polygon have the same name as a polygon. For example, I want to check that all points in Alberta have the province name, Alberta.
I used the Grouped By Province name, but it did not work.
I appreciate your assistance with this transformer or any suggestion for this test.