Hi Jason,
thanks for your hint. Untfortunately it is not the solution of the problem. I checked the indexer.properties file, caching is already set to false.
Sabine
 
Gesendet: Freitag, 30. September 2016 um 14:44 Uhr
Von: "Jason Newmoyer" <ja...@newmoyergeospatial.com>
An: "P O'Toole" <p.oto...@uwyo.edu>
Cc: "Sabine Ohlendorf" <sabine.ohlend...@gmx.de>, "geoserver-users@lists.sourceforge.net" <geoserver-users@lists.sourceforge.net>
Betreff: Re: [Geoserver-users] Problem changing bounding box of imagemosaic layer
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
 
On Thu, Sep 29, 2016 at 3:00 PM, P O'Toole <p.oto...@uwyo.edu> 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:sabine.ohlend...@gmx.de]
Sent: Thursday, September 29, 2016 2:07 AM
To: P O'Toole <p.oto...@uwyo.edu>
Cc: geoserver-users@lists.sourceforge.net
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
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to