I remember having a similar issue that I worked through. Now I can ingest tiles in real time and see updates immediately to the layer.
I believe it was this setting in the indexer.properties file: # (Optional) A boolean flag to disable/enable caching. When enabled the ImageMosaic will try to pin in memory the entire content of the index to reduce loading/query time. If we have a large granule index and/or we want to ingest in real time new granules (e.g. the index is on a database and we interact directly with it) we need to disable caching, otherwise we can enable it. Caching=false Jason Newmoyer Newmoyer Geospatial Solutions 843.606.0424 [email protected] On Thu, Sep 29, 2016 at 3:00 PM, P O'Toole <[email protected]> wrote: > Sabine – > > Hm. I may be wrong, but this sounds like a bug. You might consider filing > a report. > > If you update the underlying data frequently in the work that you do and > can't wait on a bugfix, I would try to determine what else forces an > update, such as clearing Geoserver's cache for the layer, etc ( potentially > relevant: http://gis.stackexchange.com/questions/77240/ ) . (Obviously, > you've found that deleting/recreating the layer does the trick.) From > there, you may just automate this, and arrange to clone/delete/remake/empty > the cache for the layer using Geoserver's configuration REST API, and have > this happen either periodically or whenever you make edits from your > database. > > - Patrick > > -----Original Message----- > From: Sabine Ohlendorf [mailto:[email protected]] > Sent: Thursday, September 29, 2016 2:07 AM > To: P O'Toole <[email protected]> > Cc: [email protected] > Subject: Aw: Re: Problem changing bounding box of imagemosaic layer > > Hi Patrick, > I also tried viewing the data via an OpenLayers web application (not only > Geoservers prewiew) and the data is still clipped to the old bounding box. > Sabine > > > > > > > Have you tried viewing the data in QGIS or OpenLayers before and after > changing the bounding box? Are data being clipped to the old bounding box > still or is it simply Geoserver's preview that's going stale when you > chance the bbox? > > > > - Patrick O'Toole > > > ------------------------------------------------------------ > ------------------ > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users >
------------------------------------------------------------------------------
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
