I need a way to get back all of a feature's attribute values in xml, without also getting the geometry. We found that we can do this by doing a GetFeatureInfo with width and height = 1 and x and y = 0. I saw that you can add a custom template to format the response as you'd like, but this seems to override the default responses (html, plain text, gml). Ideally, I'd like to be able to do the request with info_format=text/xml and keep all of the others the same. What would be the best way to do this? Should I create an XMLFeatureInfoResponse class and add it to GetFeatureInfoResponse? If there is no easier way, would this be something I should contribute back to GeoServer?
Thanks, Ryan ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
