diff --git a/admin/admin.db b/admin/admin.db index 5dcf620..f8cfbfd 100755 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/pacotes/markercluster/openlayers/AnimatedCluster.js b/pacotes/markercluster/openlayers/AnimatedCluster.js index 6c95beb..af4808e 100755 --- a/pacotes/markercluster/openlayers/AnimatedCluster.js +++ b/pacotes/markercluster/openlayers/AnimatedCluster.js @@ -155,7 +155,7 @@ OpenLayers.Strategy.AnimatedCluster = OpenLayers.Class(OpenLayers.Strategy.Clust if(this.layer && this.layer.map) { var screenBounds = this.layer.map.getExtent(); var featureBounds = feature.geometry.getBounds(); - if(!screenBounds.intersectsBounds(featureBounds)) { + if(!screenBounds || !screenBounds.intersectsBounds(featureBounds)) { continue; } } -- libgit2 0.21.2