Hi list,
I am using GeoServer 2.5.2 with PostGIS 2.1.3 I have an ImageMosaic of raster imagery with time series support where granule index is stored in PostGIS table. I am able to add new granules by adding a row to the DB table and via the GeoServer REST API. However, when I preview the layer I am unable to see the new granules until I restart GeoServer. What is the correct way to force an ImageMosaic coverage to allow the new granules to be available?
I am using the URL parameter: “?recalculate=nativebbox,latlonbbox” when adding granules but it doesn’t seem to update the layer extent.
–Steve