Re: [Geoserver-users] returning extent as response for the resultant query records from microsoft sql server in geoserver

2016-08-01 Thread Farook M
Hi Andrea, Thanks for the response. If the returning is feature is 4, will the WPS return 1 extent for all the 4 returning features instead of 4 individual extents? Thanks, Farook On Mon, Aug 1, 2016 at 11:19 PM, Andrea Aime wrote: > Hi Farook, > no, WFS does not allow to just return the exten

Re: [Geoserver-users] Hindi Labels issue in SLD

2016-08-01 Thread pravinkumar.bandi
Hi Ian, The label sometimes has the same letters but not in order. And some times letters are different on the labels from what is in the table. I have tried with multiple fonts but no luck. Any help on this is really appreciated. Thanks & Regards, Praveen Kumar Bandi -- View this message in

Re: [Geoserver-users] Multivalued properties in ClientProperty [SOLVED]

2016-08-01 Thread Ben Caradoc-Davies
Jorge, app-schema should now work without feature chaining as well (for example, your original denormalised table). While feature chaining worked, this defect was a serious problem for mapping reference-only properties, that is, those properties that had no nested type and required an xlink:hr

Re: [Geoserver-users] Multivalued properties in ClientProperty

2016-08-01 Thread Ben Caradoc-Davies
Support for multivalued xlink:href ClientProperty in GeoServer app-schema has now been implemented and has been applied to master, 2.9.x, and 2.8.x (so will appear in nightly builds). This change will be included in 2.9.1 (scheduled for this week) and 2.8.5 (scheduled for the week of 18 August)

Re: [Geoserver-users] returning extent as response for the resultant query records from microsoft sql server in geoserver

2016-08-01 Thread Andrea Aime
Hi Farook, no, WFS does not allow to just return the extent, without also returning the features (it's not like SQL where aggregations can be performed). However you can install and use WPS for that purpose, there is a process called Bounds that just returns the bounds without loading all the feat

Re: [Geoserver-users] Geosever security - WFS / WMS services and Openlayers

2016-08-01 Thread Andrea Aime
On Mon, Aug 1, 2016 at 10:39 AM, Paul Wittle wrote: > Andrea, in terms of the monitoring plugin, can it log the user being used > for each request? > As far as I know, it should be reported by the remoteUser property: http://docs.geoserver.org/stable/en/user/extensions/monitoring/audit.html#cust

[Geoserver-users] returning extent as response for the resultant query records from microsoft sql server in geoserver

2016-08-01 Thread Farook M
I have data in the GeoServer coming from Microsoft's SQL server. I want to use CQL filter with WMS to query and get 4000k records as a result. I need to know is there any way my CQl filter with WMS can return extent for the 4k records in the resultant response?If the result is 2k records, then it s

Re: [Geoserver-users] Geosever security - WFS / WMS services and Openlayers

2016-08-01 Thread Chris Buckmaster
Hi Paul That sounds interesting, I will have a look at the module you mentioned. Chris -Original Message- From: Paul Wittle [mailto:p.wit...@dorsetcc.gov.uk] Sent: 01 August 2016 09:39 To: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Geosever security - WFS / WMS

Re: [Geoserver-users] Geosever security - WFS / WMS services and Openlayers

2016-08-01 Thread Paul Wittle
Hi Chris, I work for Dorset county council and we are currently using the AUTHKEY plugin which is available under the community plugins. This is great from an OpenLayers point of view. With regard to the QGIS users, I setup a separate role specifically assigned to the username and password whic

Re: [Geoserver-users] Geosever security - WFS / WMS services and Openlayers

2016-08-01 Thread Chris Buckmaster
Thank you Andrea, I will investigate this. From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: 29 July 2016 16:38 To: Chris Buckmaster Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Geosever security - WFS / WMS services and Openlay