Re: [Geoserver-users] Clustering query results

2019-03-25 Thread Ian Turton
If you turn the logging level up you will be able to see the actual query that GeoServer is running in the log file. Running explain on that may give more clues. Ian On Mon, 25 Mar 2019 at 00:23, wrote: > Hi, > > i'm trying to compute centroids of clusters of geoms via a postgis query. > > some

Re: [Geoserver-users] Clustering query results

2019-03-25 Thread Arnaud L.
Hi Walter Le 25/03/2019 à 01:18, wambac...@posteo.de a écrit : select st_centroid(unnest(st_clusterwithin(geom,0.00045))) geom   from assoc3_house This query is used in a sql-layer (WFS) and gives reasonable results. :) BUT: the performance is very, very poor. Tablesize is about 460.000 node

[Geoserver-users] Java Connection reset by peer: socket write error

2019-03-25 Thread anandveeraswamy
I need to upload zipped shapefiles to GeoServer through REST. I have followed the CURL example and can upload the shapefile zip fine as follows:curl -v -u admin:geoserver -XPUT -H "Content-type: application/zip" --data-binary @data.zip http://172.16.17.86:9090/geoserver/rest/workspaces/IDIRA6/datas

Re: [Geoserver-users] WMTS 400 error again

2019-03-25 Thread Paul Wittle via Geoserver-users
Hi Jonathan, Thank you for getting back to me. I have worked it out today, I think I somehow managed to get a layer where the default style was changed but either the GWC config or the layer config had the wrong style in it. It took me ages to identify which layer was actually at fault but onc

[Geoserver-users] GWC WMS Tiles are not showing correctly

2019-03-25 Thread Slava Zaitsev
Hi, I am using Geoserver 2.14.2 with GWC FullWMS and a GeoTIFF raster layer store, Client: OpenLayers 4. When requesting tiles (via geoserver/gwc/service/wms) some tiles are not continuous, As seen in the images below: https://imgur.com/z988GVd https://imgur.com/oAZOuxH What could be the issue?

[Geoserver-users] REST user management

2019-03-25 Thread Thomas Doejen
Dear Geoserver Cummunity, I would like to create, get and modify users via GeoServer Rest >From GeoServer 2.15.x User Manual >> Rest I found following endpoints. * https://docs.geoserver.org/latest/en/api/#/latest/en/api/1.0.0/usergroup