Hi Guys,

I am trying to obtain the feature info back from the WMS layer using the
WFS Protocol,

wfsProtocol = new OpenLayers.Protocol.WFS.fromWMSLayer(layerNode.layer);
                                    wfsProtocol.read({
                                        filter: pfilter,
                                        callback: processSpatialQuery,
                                        scope: new
OpenLayers.Strategy.BBOX()
                                    });

And I am getting the feature back in Response
<http://dpaste.com/839098/>but for some reason, the e.feature is
displaying an empty array. Not sure
what is going wrong here?

The post XML looks like this <http://dpaste.com/839108/>. Any idea what is
wrong?

-- 
Thanks & Regards
Smaran Harihar
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to