Re: [Geoserver-users] Reload Catalog required to refresh ImageMosaic layer

2016-04-20 Thread Jason Newmoyer
I tried updating the bbox parameter in the URL of the OL preview, but it did not seem to restrict my ability to pan outside of that area. I will try in another client when I get back to that spot in my testing. Thanks. Jason Newmoyer Newmoyer Geospatial Solutions 843.606.0424 ja...@newmoyergeosp

Re: [Geoserver-users] Reload Catalog required to refresh ImageMosaic layer

2016-04-20 Thread Jason Newmoyer
Dynamic bbox might be a nice feature for data layers that update frequently. In this case, I'm fine with making a REST call to expand the bbox. I'm just not sure if that actually clears the cached value properly. I will continue to test this. Jason Newmoyer Newmoyer Geospatial Solutions 843.606.

Re: [Geoserver-users] Reload Catalog required to refresh ImageMosaic layer

2016-04-20 Thread Andrea Aime
On Wed, Apr 20, 2016 at 9:47 AM, Simone Giannecchini < simone.giannecch...@geo-solutions.it> wrote: > Ciao Andrea, > the problem may also be with a client like QGIS that works by the > GetCapabilities where the cached BBOX is reported. > Indeed it can... but from memory, those clients normally as

Re: [Geoserver-users] Reload Catalog required to refresh ImageMosaic layer

2016-04-20 Thread Simone Giannecchini
Ciao Andrea, the problem may also be with a client like QGIS that works by the GetCapabilities where the cached BBOX is reported. Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo

Re: [Geoserver-users] Reload Catalog required to refresh ImageMosaic layer

2016-04-20 Thread Andrea Aime
Hi Jason, did you try using anything other than the openlayers preview? As far as I know, the current preview just does not allow you to pan out of the configured bounding box, so you might be seeing a limit in the WMS service that's actually baked in the preview itself. Could you try with some ot

Re: [Geoserver-users] Reload Catalog required to refresh ImageMosaic layer

2016-04-18 Thread Jason Newmoyer
Simone, I found the edge of the data where the imagery data does not immediately show in the openlayers layer preview. It was right on the boundary of the layer bounds. So, I updated the bounds, widening it just a smidgen. I requested a new image and no change. I then went to Server Status and cli

Re: [Geoserver-users] Reload Catalog required to refresh ImageMosaic layer

2016-04-18 Thread Simone Giannecchini
Ciao Jason, the only reason I can think of ( I'd need to check the code) is that the new data falls outside the existing BBOX which might be cached in GeoServer (not sure I'd need to check). If that is the case you can recompute the bbox and do a put via rest interface to update. If that is not t

[Geoserver-users] Reload Catalog required to refresh ImageMosaic layer

2016-04-18 Thread Jason Newmoyer
I am dynamically updating a PostGIS indexed ImageMosaic store by copying files into place and updating the db table. However, newly loaded data does not automatically show up in WMS requests until I restart the server or do a catalog reload from the server status page. According to my understandin