I have a polygon layer with many overlap polygons, each one have a time stamp.
I would like to create a "current status" polygon layer that will not have overlap and each polygon will be the latest.
Some polygons that have partially overlap will be changed.
For example I have one polygon from 2020 that have cross polygon from 2019 and anther cross polygon from 2021
The 2020 polygon will be cut by 2021 polygon but not by 2019 polygon.
The only way I could think about is to take the polygons from the original layer one by one the oldest to the newest, with each one to to an Erase and Append on the result layer.
Is there any better way?