Re: [Geoserver-users] WPS Query process not sending filters into PostGIS query

2021-04-27 Thread Jason Newmoyer
Jim, Thank you for the tip. I can confirm that using the "REFERENCE" option in the WPS builder with a URL for the GetFeature changes the behavior to what I would expect. Here's the body with this option: http://www.w3.org/2001/XMLSchema-instance; xmlns="http://www.opengis.net/wps/1.0.0;

Re: [Geoserver-users] WPS Query process not sending filters into PostGIS query

2021-04-27 Thread Jim Hughes
Hi Jason, I don't think this is a technically a bug.  The Process you are using comes from GeoTools; its input assumes that it gets a SimpleFeatureCollection, some attributes, and a filter.  When GeoServer is running a WPS, in your request, the block after "features" is calling for all the

[Geoserver-users] WPS Query process not sending filters into PostGIS query

2021-04-27 Thread Jason Newmoyer
I am seeing some behavior that seems off from what I understand should be happening with the WPS. Using a PostGIS data store, If I make a WFS GetFeature query, and watch the Postgres logs with log_statement "all" I can see the WHERE clause properly constructed in the query to the database:

Re: [Geoserver-users] Small study on "Cloud optimized OGC WMS Servers"

2021-04-27 Thread Rahkonen Jukka (MML)
Hi, I suggest to ask Camp2Camp and Gabriel Roldan about how much details they can tell about their customer. Some background is published in http://geoserver.org/geoserver-cloud/ and an excerpt from an open mailing list archive is telling that “…the project was intended to be donated to the

Re: [Geoserver-users] GeoServer Renderer Trouble

2021-04-27 Thread Andrea Aime
There is a second mechanism, working in memory, that eliminates geometries which are too small , but only if they fit inside a single pixel that has been painted already by another feature (so at least one should show up). It's called ScreenMap. However, for SQL Server it should not be enabled.

Re: [Geoserver-users] GeoServer Renderer Trouble

2021-04-27 Thread BI IRIE FABRICE IRIE
Hi Ian, Thanks for your reply. I use SQL Server Database and not see the simplification option on the store configuration panel. Fabrice Le mar. 27 avr. 2021 à 12:22, Ian Turton a écrit : > Do you have simplification turned on? > https://sourceforge.net/p/geoserver/mailman/message/34933034/ >

Re: [Geoserver-users] GeoServer Renderer Trouble

2021-04-27 Thread Ian Turton
Do you have simplification turned on? https://sourceforge.net/p/geoserver/mailman/message/34933034/ Ian On Tue, 27 Apr 2021 at 11:14, BI IRIE FABRICE IRIE wrote: > Hello Everyone, > > I use GeoServer version 2.16.2 with a SQL Server database. > I have developed a custom function (extends

[Geoserver-users] GeoServer Renderer Trouble

2021-04-27 Thread BI IRIE FABRICE IRIE
Hello Everyone, I use GeoServer version 2.16.2 with a SQL Server database. I have developed a custom function (extends FundtionExpressionImpl) that I use with my SLD. When rendering the layer, Geoserver does the database query and get all records. The problem is that not all records are sended