On Thu, May 22, 2008 at 10:54:38PM +0200, G. Allegri wrote:
> Hi list,
> I need to parse the response I get from a GetFeatureInfo. I thought I
> could do it with OpenLayers.Format.GML, but I get back nothing... I
> tried this way:
> 
>               var gmlReader = new OpenLayers.Format.GML({extractAttributes: 
> true});
>               var _gml = gmlReader.read(response.responseXML);
>               var my_attributes = _gml.attributes;


_gml is an array of OpenLayers.Feature.Vector objects.

Regards,
-- 
Christopher Schmidt
MetaCarta
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to