GetFeature with WFS layer is not working as the click co-ordinates are returned in spherical co-ordinates.
using geoserver 2.1.3 and openlayer 2.11
layer information is in EPSG:4326 WMS works fine WFS trasaction works fine
trying to GetFeature information on click from the WFS layer as the total number of features are small and it is a custom vector layer.
control = new OpenLayers.Control.GetFeature({
protocol: wfs_layer_protocol,
box: false,
hover: false,
click: true
});
control.events.register("featureselected", this, pickNodeId);
map.addControl(control);
control.activate();
the WFS post request has the following bounds -14710846.457064 4317003.9227542-13710750.910779 6517099.4690396