Re: [Geoserver-users] Reduce number of nodes from line in gml format

2022-10-26 Thread Russ Hore
If they are individual lines that you want to simplify I would think you could use a view with a query using PostGIS's ST_Simplify function; https://postgis.net/docs/manual-dev/ST_Simplify.html Russ > On 26 Oct 2022, at 09:53, XAVIER RAYO

[Geoserver-users] Reduce number of nodes from line in gml format

2022-10-26 Thread XAVIER RAYO SARRIAS
Hi sall, I have a polyline layer with many features coming from a postgis database. >The thing is that I need to be able to download those features individually in gml format but with a maximum number of nodes, specifically 999. Is there a way to "simplify" those lines to this number of nodes? Tha

Re: [Geoserver-users] WPS Process gs:ReprojectGeometry doesn't work in version 2.21.1

2022-10-26 Thread Bingen Galartza Iparragirre
We had a similar problem with another process, and our interpretation was that for some reason the GeoJSON parser has been changed/updated and it's now more strict following the GeoJSON specification. The GeoJSON RFC [1] says the following: /The coordinate reference system for all GeoJSON coor

[Geoserver-users] WPS Process gs:ReprojectGeometry doesn't work in version 2.21.1

2022-10-26 Thread Daniele Maggiolo via Geoserver-users
Hi, I noticed that in GeoServer version 2.21.1 the WPS ReprojectGeometry does not work as it should. In version 2.18.2, if I passed a geometry in application/json format with coordinate system 3857 and transformed it into coordinate system 3003, everything worked fine. In version 2.21.1, I get