Skip to main content

Hi,

I have 2 AGOL layers a polygon layer and a point layer were i need to snap the polygons to the points based on a unique asset ID. The points are in the right location and i have 4000 of the polygons grouped over 1 of the points but need them to move to their corresponding point.

One possible solution could be to use the NeighborFinder (with a Group By) to get the X,Y values of the corresponding point. You can then calculate the deltas using the _closest_candiate_x/y and _closest_base_x/y values. Then use the Offsetter to move the polygons as needed.


Reply