In a large parcel map, features are edited and need to be re-styled. I want to keep as much of the cache as possible, but invalidate the cache for features that are edited when the features are saved.
In order to do this, I need some way of determining which tiles (at all zoom levels) contain the feature.
Assuming my features are in PostGIS and served up in Leaflet, what are some ways to determine that intersection?