is there a way to programmatically change the geometry column on which a WFS layer is based and displayed?
WFS (from GeoServer) is correctly returning me two geometry columns, I want to change "on the fly" the geometry column openLayers uses to display items, obviously having openLayers displaying items (points, in this case) at the new coordinates.
I already tried to change the protocol.geometryName field, even forcing reload o refresh on the layer, but without success.
Thanks in advance