Improved performance on the AnimatedCluster for OpenLayers
09 October, 2012
- 2 min read
Yes, now I'm really proud to present the AnimatedCluster strategy for OpenLayers. Some time ago I created an AnimatedCluster strategy for OpenLayers that extends the basic Cluster strategy,
animating cluster when user changes the zoom. {% highlight javascript %}
for(var i=0; i<this.features.length; ++i) {
feature = this.features[i]; }
{% endhighlight %}