Hi,
Could you help me to find how to catch the refresh event on a Vector Layer ?
My layer is a Vector one, with a BBOX strategy (autoActivate:true).
Looking at the doc, I thought that a simple
this.layer.events.register(
"refresh", this, function() {
alert('test');
}
);
would be sufficient (this.layer is the good one, other events, like
featuresadded, for example, are fired fine).
But I never enter my function.
Any idea ?
--
View this message in context:
http://n2.nabble.com/Vector-layer-BBOX-strategy-and-refresh-event-tp3834704p3834704.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev