I am testing a Geoserver/PostGIS/KML stack and am having trouble getting the superoverlay to regionate correctly as a superoverlay. Specifically, once the database is updated with new features the superoverlay will not refresh in Google Earth using the regionating strategy I want (native-sorting).
What I've tried: -VACCUUM ANALYZE is run on the database after updates
-Specifying a new regionating attribute makes it work (this will work until I run out of attributes :-)
-Selecting 'Random' as the regionating method makes it work (this is slow so I don't want to use it)
-I've made sure that the geoserver bounds are updated manually.
-The updates appear correctly in the geoserver Openlayers layer preview
Thanks in advance,