|
Discovered an issue where new features are added to a versioned feature class outside the current extent of the feature class and are not returned.
So GeoServer is displaying a feature classes features correctly. Add a new feature outside the bounding box of the features. Making the same request again does not return the new feature. If the feature is added within the current feature class extent the new feature is returned.
The issue is down to the fact that the Esri ArcSDE driver appears to cache the layer extents, they are retrieved when the connection to the ArcSDE geodatabase is made and are not updated. Consequently the bounding box sent to the geodatabase does not account for the new features.
|