What's the best way to center the map with all clustered markers visible (max. zoom with all visible)<br>
Normally (without cluster strategy) I use;<br><br>
<pre>kml_layer.events.register("loadend", kml_layer, function (e) {
        if(kml_layer.getDataExtent())
                map.zoomToExtent(kml_layer.getDataExtent());                    
})</pre><br><br>
This is not working correct when using <i>CenteredCluster </i><br><br>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/Need-help-for-Cluster-strategy-using-externalGraphic-tp5037985p5038080.html">Re: Need help for Cluster strategy using externalGraphic</a><br/>
Sent from the <a href="http://osgeo-org.1560.n6.nabble.com/OpenLayers-Users-f3910695.html">OpenLayers Users mailing list archive</a> at Nabble.com.<br/>