Re: [Geoserver-users] GetFeatureInfo: Strange behaviour with CSS Styling and Mixed Geometries in a PostGIS or Geopackage Layer

2021-10-20 Thread Iaan Roux via Geoserver-users
Thank you, Andrea, It makes sense now Regards Iaan Roux T +27 87 310 6400 AfriGIS (Pty) Ltd. From: Andrea Aime Sent: Wednesday, 20 October 2021 11:18 To: Iaan Roux Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] GetFeatureInfo: Strange behaviour with CSS Styling

[Geoserver-users] [Geoserver-Users] Issue using cross-layer filter provided by querylayer extension

2021-10-20 Thread Kyle Felipe Vieira Roberto
Hi.. I,m from Brazil and im facing a issue with th querlayer i want polygons from LayerA that intersects a polygon from LayerB which attribute cd_bioma = 1. So i made the follow CQL_filter intersects(intersection_geom, querySingle(layerB, 'geom', 'cd_bioma=1')) but i get the following error:

Re: [Geoserver-users] http error 400 - bad request

2021-10-20 Thread Nicolas De Ville de Goyet
Dear, For the record, I solved my issue with the correct definition of of the CSRF white list parameter in the web.xml file. It was enable but with an error in it and the log doesn't give clues about it. Hope this help! Cheers, Nicolas de Ville On 19/10/2021 11:24, Nicolas De Ville de

Re: [Geoserver-users] HTTP ERROR 503 on startup after moving Geoserver data directory

2021-10-20 Thread Russ Hore
Ah, I am not sure about Jetty but for Tomcat, it does not matter if the data folder is 777/rwxrwxrwx, if it is not listed in the tomcat.service file, it can't be written to, as far as I am aware under Tomcat9. Russ > On 20 Oct 2021, at 12:53, Steffen Reichel wrote: > > Hi, > > thank you for

Re: [Geoserver-users] HTTP ERROR 503 on startup after moving Geoserver data directory

2021-10-20 Thread Steffen Reichel
Hi, thank you for your quick answer. On 20.10.21 12:16, Russ Hore wrote: Are you running under Linux/Tomcat? Jetty behind an Apache proxy on Linux In the latest(?) Tomcat you need to explicitly give permission for Tomcat to rad the data folder. It is on a file called

Re: [Geoserver-users] HTTP ERROR 503 on startup after moving Geoserver data directory

2021-10-20 Thread Russ Hore
Are you running under Linux/Tomcat? In the latest(?) Tomcat you need to explicitly give permission for Tomcat to rad the data folder. It is on a file called /lib/systemd/system/tomcat.service You need to add a line; ReadWritePaths= e.g. ReadWritePaths=/data/ Russ > On 20 Oct 2021, at 10:51,

[Geoserver-users] HTTP ERROR 503 on startup after moving Geoserver data directory

2021-10-20 Thread Steffen Reichel
Hi all, after I moved Geoserver's data directory Geoserver is not starting anymore. When trying to access the Geoserver web interface I get an 503 error. The GEOSERVER_DATA_DIR is pointing to the correct location. Owner and Access rights stayed the same. My OS is Linux. It seems that there is a

Re: [Geoserver-users] GetFeatureInfo: Strange behaviour with CSS Styling and Mixed Geometries in a PostGIS or Geopackage Layer

2021-10-20 Thread Andrea Aime
The behavior is expected. When using just the "line" property a LineSymbolizer is generated, and feature info reacts only when clicking the line. When also having a transparent fill, a PolygonSymbolizer is generated instead, and feature info reacts to the entire polygon Cheers Andrea On Tue,