Solved

Move or anchored snapping polygons to a point by ID

  • 29 November 2018
  • 1 reply
  • 4 views

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.

icon

Best answer by david_r 29 November 2018, 16:43

View original

1 reply

Userlevel 4

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