I have a case where a polygon is overlapped by several points stacked on top of a polygon (kind of like coins stacked on top of a coaster).
I would like to clone the polygon so that the attributes of each point are merged to the corresponding overlapping polygon. In the end I have 1 polygon for each point, e.g.,
Before:
1 coaster, three overlapping coins:
Coaster ID1Overlap Coin IDsYearValue12009.2522010.0531957.01
After:
3 coasters, one for each overlapping coin.
Coaster IDsYearValue12009.2522010.0531957.01Thanks,
Pete