I have a shapefile that has multiple features overlaying each other. Is there any way I can access the most recently added features? That is to say, the features that are on top?
My use case:
- I open a shapefile
- I add new features to the shapefile that overlay some features
- I save that new shapefile
- I now want to take the intersection between a different shapefile and this new shapefile, but I don’t want to get duplicate features from the original shapefile, I only want the features that are on top.
I don’t think this is possible without creating a totally new shapefile or doing some geometry work, but I thought I’d ask…
Thanks