[Geoserver-users] GeoTools ImageMosaic Resource Leak Question

2021-08-19 Thread Bessette-Halsema, Dominique E via Geoserver-users
Hello In the method: org.geotools.gce.imagemosaic.GranuleDescriptor.loadRaster(ImageReadParam, int, ReferencedEnvelope, MathTransform2D, RasterLayerRequest, Hints), Starting at line 1031, there is a block of code as below: // eventually gets closed in finally block, if possible (not

Re: [Geoserver-users] Layer-Preview-OpenLayers-does-not-work-with-a-SSL-Reverse-Proxy

2021-08-19 Thread Vera Green
Did you resolve this? If not look at the settings I mentioned in my recent email to the mailing list titled: GeoServer 2.19.2 reverse proxy to apache Error It shows all of my configurations for reverse proxy. Your architecture is different but it might be useful. Vera On Wed, Jun 9, 2021 at 1:40

Re: [Geoserver-users] Variable substitution for s3 blobstore [SEC=UNOFFICIAL]

2021-08-19 Thread Michael Sexton
OK, I've found that you can parameterise the keys Parameterize catalog settings - GeoServer 2.20.x User Manual But there is a bug that writes these keys to the GUI and makes it difficult to use the GUI Allow runtime

Re: [Geoserver-users] Geoserver adding new field to a layer externally

2021-08-19 Thread Vikram
Which Rest API do you suggest ? I see that I can use a GET request to get the feature type info in JSON, add an attribute to the attributes array and then send a PUT request with this info JSON and it works. But I am wondering if there is a simple reload / refresh API for a feature type.

Re: [Geoserver-users] Geoserver adding new field to a layer externally

2021-08-19 Thread Vikram
Hi, if I edit the shapefile on qgis and add a new field and relaod feature type on the GUI, it does not work, doesn't show the new field that I added on geoserver. And even if this works, I would want to trigger the reload through a rest API. Regards, Vikram On 18/08/2021 18:57, Jose

[Geoserver-users] Variable substitution for s3 blobstore [SEC=UNOFFICIAL]

2021-08-19 Thread Michael Sexton
Hi GeoServer Users! We're trying to ensure our AWS keys don't leak into our code repositories, while actively doing development on our tile caches, which use an S3 blobstore. We write the keys at deploy time to the geowebcache.xml file, however to develop and test locally we have to insert the