Re: [Geoserver-users] ReprojectGeometry WPS problem from 2.22.0 GeoServer version using application/json input

2023-11-01 Thread Ikeoka, Steve via Geoserver-users
This is a regression from the following commit that got missed because the bug wasn't covered by existing unit tests: https://github.com/geoserver/geoserver/commit/587768dfcbe166bbf7972d172f454f1b3f17a043#diff-cb964c0310e4da804603b89cac17d51824cc66e2f626c4af6902610c8a8e9329 Getting rid of the Jso

[Geoserver-users] Problems with the clip parameter of WMS requests

2023-11-01 Thread Roar Brænden
Hi, I'm trying to restrict a wms request by using the clip parameter. At the same time I would like to use the tiled=true parameter. My experience so far is that the clip parameter is ignored when using tiled=true. And if there are no overlap between the bbox and the clip I will get a ServiceEx

Re: [Geoserver-users] ReprojectGeometry WPS problem from 2.22.0 GeoServer version using application/json input

2023-11-01 Thread Roar Brænden
Hi, Jody, that code has been copied into GeoTools codebase in the module gt-geojson-core. https://github.com/geotools/geotools/blob/main/modules/unsupported/geojson-core/src/main/java/com/bedatadriven/jackson/datatype/jts/serialization/GeometryDeserializer.java

Re: [Geoserver-users] Tutorial / Resources for setting up a REST API Client

2023-11-01 Thread Simon Michalke via Geoserver-users
Dear Ian, I have set up a Filter "Credentials From Request Headers" and added it to the rest filter chain. For some reason the Filter gets removed from the rest filter chain after returning to the settings after a few minutes. I am not sure what triggers this. How can I make this setting per

Re: [Geoserver-users] Tutorial / Resources for setting up a REST API Client

2023-11-01 Thread Ian Turton
You can set the user up in the normal way ( https://docs.geoserver.org/latest/en/user/security/index.html#security) and give them write permissions to any or all workspaces Ian On Wed, 1 Nov 2023 at 10:06, Simon Michalke via Geoserver-users < geoserver-users@lists.sourceforge.net> wrote: > Hi al

[Geoserver-users] Tutorial / Resources for setting up a REST API Client

2023-11-01 Thread Simon Michalke via Geoserver-users
Hi all, I am currently trying to set up API Access to a geoserver server. I would like to use a separate user and role with limited access to avoid giving the API client admin access. The idea is to automatically upload new data and make it available using a script that I am currently develop

[Geoserver-users] GeoServer Authkey Module Programmatic Configuration

2023-11-01 Thread Jonathan Stanger
Hi Group, I have previously posted this question on stack exchange https://gis.stackexchange.com/questions/468525/programmatic-configuration-of-authkey-and-similar-to-geoserver But to summarize, I am using the most recent "kartoza/geoserver-docker" image to run GeoServer but have had issues in th