Hello,
I have ClusterStrategy On Vector Layer. On select I'm showing a popup.
function createPopup(feature){
if(popup){
onFeatureUnselect(feature);
}
popup = new OpenLayers.Popup.FramedCloud("feed",
new OpenLayers.LonLat(feature.geometry.x, feature.geometry.y),
new OpenLayers.Size(300,120),
"abc"
Hi,
1. I'm making a vector layer with WFS protocol. I would like to get sorted
features by field "inserted" in desc order.
I see that there is a element in OGC specs. but I
can't figure out how to do this.
My example, it works fine, it gets all the right stuff but sortBy does not
work.
var po