[Pkg-javascript-commits] [leaflet-markercluster] 50/479: Fix zoom but don't change workaround
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 04c4956751b8a73c39d126799bed4058fc2665cb
Author: danzel <danzel at localhost.geek.nz>
Date: Thu Jul 19 13:26:22 2012 +1200
Fix zoom but don't change workaround
---
src/MarkerCluster.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/MarkerCluster.js b/src/MarkerCluster.js
index b67610a..24b6ad7 100644
--- a/src/MarkerCluster.js
+++ b/src/MarkerCluster.js
@@ -185,7 +185,7 @@ L.MarkerCluster = L.Marker.extend({
//TODO: depthToAnimateIn affects _isSingleParent, if there is a multizoom we may/may not be.
if (c._isSingleParent() /*&& depthToAnimateIn === 1*/) { //TODO: If we are the same as our parent, don't do an animation, just immediately appear
c.setOpacity(1);
- c._recursivelyRemoveChildrenFromMap(bounds, depthToAnimateIn); //Immediately remove our children as we are replacing them. TODO previousBounds not bounds
+ c._recursivelyRemoveChildrenFromMap(bounds, depthToAnimateIn - 1); //Immediately remove our children as we are replacing them. TODO previousBounds not bounds
} else {
c.setOpacity(0);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list