[Geoserver-users] How to remove the Geo from json?

2011-07-26 Thread Robert Buckley
Hi, I have to present the output of a geoserver json file in an ext grid. The problem is that due to the fact that the geodata comes from a polygon I am getting way to much data from the geoserver json output file. I really need to remove the Geometry data so that I can get only the attribute

Re: [Geoserver-users] How to remove the Geo from json?

2011-07-26 Thread Bart van den Eijnden (OSGIS)
The WFS spec defines a way to specify which property names you want to get back. So by including a list of properties without the geometry column you get what you want. Best regards, Bart Hi, I have to present the output of a geoserver json file in an ext grid. The problem is that due to the

Re: [Geoserver-users] How to remove the Geo from json?

2011-07-26 Thread Ben Caradoc-Davies
Robert, the standard WFS 1.1 option for this is propertyName, supported for all GeoServer simple feature types. Append propertyName=prop1,prop2,... to your GeoServer GET URL and only the named properties will be returned. If your geometry is not one of them, it will be encoded as null in the

Re: [Geoserver-users] How to remove the Geo from json?

2011-07-26 Thread Andreas Hocevar
Hi, use the PropertyName param (for GET requests) or configure your HTTP protocol with a propertyName. This is a comma separated list of the attributes you want to include, e.g.

Re: [Geoserver-users] How to remove the Geo from json?

2011-07-26 Thread Robert Buckley
-users] How to remove the Geo from json? Hi, use the PropertyName param (for GET requests) or configure your HTTP protocol with a propertyName. This is a comma separated list of the attributes you want to include, e.g. http://localhost:8080/geoserver/wfs?service=wfsversion=1.1.0request

Re: [Geoserver-users] How to remove the Geo from json?

2011-07-26 Thread Bart van den Eijnden (OSGIS)
...@yahoo.com CC: geoserver-users@lists.sourceforge.net Gesendet: Dienstag, den 26. Juli 2011, 9:29:49 Uhr Betreff: Re: [Geoserver-users] How to remove the Geo from json? Hi, use the PropertyName param (for GET requests) or configure your HTTP protocol with a propertyName. This is a comma separated

Re: [Geoserver-users] How to remove the Geo from json?

2011-07-26 Thread Robert Buckley
robertdbuck...@yahoo.com CC: geoserver-users@lists.sourceforge.net Gesendet: Dienstag, den 26. Juli 2011, 10:41:21 Uhr Betreff: Re: [Geoserver-users] How to remove the Geo from json? Hi Robert, why are you not simply using a GeoExt FeatureStore for your Ext grid? Best regards, Bart Thanks

Re: [Geoserver-users] How to remove the Geo from json?

2011-07-26 Thread Robert Buckley
: geoserver-users@lists.sourceforge.net Gesendet: Dienstag, den 26. Juli 2011, 10:41:21 Uhr Betreff: Re: [Geoserver-users] How to remove the Geo from json? Hi Robert, why are you not simply using a GeoExt FeatureStore for your Ext grid? Best regards, Bart Thanks for the answers. I was able to get

Re: [Geoserver-users] How to remove the Geo from json?

2011-07-26 Thread Simon Appelt
(OSGIS) bart...@osgis.nl *An:* Robert Buckley robertdbuck...@yahoo.com *CC:* geoserver-users@lists.sourceforge.net *Gesendet:* Dienstag, den 26. Juli 2011, 10:41:21 Uhr *Betreff:* Re: [Geoserver-users] How to remove the Geo from json? Hi Robert, why are you not simply using a GeoExt FeatureStore