So I have two polygons, different shoreline reconstructions, one from 6,000 years ago, and one from 4,500 years ago. I would like to linearly interpolate between these two layers and project the sea level at exactly 4,900 years ago. Is there a simple way to do this. The only thing I can think to do is manually calculating a series of points with the measure function and running a spline function or something?