Hi Raffaele,

If your result is in GML, If you are the admin of your MapServer WMS server, you could control what fields to return using the "gml_include_items" LAYER METADATA. You could also do so by using a query string (select field1, field2, geom from yourtable) inside the DATA of your layer. If it's in HTML, you would need to change the template used to return the response.

You could also parse what's returned and filter its content, but it would be better to do that on the server side.

HTH,

Alexandre


On 13-07-25 04:18 AM, Raffaele Morelli wrote:
Hi,

probably a dumb question.

I am facing with GeoExt and feature info popup.
A WMS layer (from mapserver) returns all the field in the postgresql table so, for those fields I do not want to show up: should I use Ext.Window public methods to prune query results?

Thank you
/raffaele


_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users


--
Alexandre Dubé
Mapgears
www.mapgears.com

_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to