[Pkg-javascript-commits] [leaflet-markercluster] 328/479: Update build

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:00:47 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 143e0bf3c5d635ae3da6f83bc308cc3f3ae853f5
Author: danzel <danzel at localhost.geek.nz>
Date:   Fri Mar 1 14:15:04 2013 +1300

    Update build
---
 dist/leaflet.markercluster-src.js | 10 +++++-----
 dist/leaflet.markercluster.js     |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dist/leaflet.markercluster-src.js b/dist/leaflet.markercluster-src.js
index 948bd08..f9c5f89 100644
--- a/dist/leaflet.markercluster-src.js
+++ b/dist/leaflet.markercluster-src.js
@@ -816,7 +816,7 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? {
 			});
 
 			me._animationEnd();
-		}, 250);
+		}, 200);
 	},
 
 	_animationZoomOut: function (previousZoomLevel, newZoomLevel) {
@@ -857,7 +857,7 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? {
 				c._recursivelyRemoveChildrenFromMap(bounds, previousZoomLevel + 1);
 			});
 			me._animationEnd();
-		}, 250);
+		}, 200);
 	},
 	_animationAddLayer: function (layer, newCluster) {
 		var me = this;
@@ -878,7 +878,7 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? {
 					layer.setOpacity(1);
 
 					me._animationEnd();
-				}, 250);
+				}, 200);
 
 			} else { //Just became a cluster
 				this._forceLayout();
@@ -1717,7 +1717,7 @@ L.MarkerCluster.include(!L.DomUtil.TRANSITION ? {
 		setTimeout(function () {
 			group._animationEnd();
 			group.fire('spiderfied');
-		}, 250);
+		}, 200);
 	},
 
 	_animationUnspiderfy: function (zoomDetails) {
@@ -1795,7 +1795,7 @@ L.MarkerCluster.include(!L.DomUtil.TRANSITION ? {
 				delete m._spiderLeg;
 			}
 			group._animationEnd();
-		}, 250);
+		}, 200);
 	}
 });
 
diff --git a/dist/leaflet.markercluster.js b/dist/leaflet.markercluster.js
index a90ec6c..74c25c3 100644
--- a/dist/leaflet.markercluster.js
+++ b/dist/leaflet.markercluster.js
@@ -3,4 +3,4 @@
  Leaflet.markercluster is an open-source JavaScript library for Marker Clustering on leaflet powered maps.
  https://github.com/danzel/Leaflet.markercluster
 */
-(function(e,t){L.MarkerClusterGroup=L.FeatureGroup.extend({options:{maxClusterRadius:80,iconCreateFunction:null,spiderfyOnMaxZoom:!0,showCoverageOnHover:!0,zoomToBoundsOnClick:!0,singleMarkerMode:!1,disableClusteringAtZoom:null,removeOutsideVisibleBounds:!0,animateAddingMarkers:!1,spiderfyDistanceMultiplier:1,polygonOptions:{}},initialize:function(e){L.Util.setOptions(this,e),this.options.iconCreateFunction||(this.options.iconCreateFunction=this._defaultIconCreateFunction),L.FeatureGroup [...]
\ No newline at end of file
+(function(e,t){L.MarkerClusterGroup=L.FeatureGroup.extend({options:{maxClusterRadius:80,iconCreateFunction:null,spiderfyOnMaxZoom:!0,showCoverageOnHover:!0,zoomToBoundsOnClick:!0,singleMarkerMode:!1,disableClusteringAtZoom:null,removeOutsideVisibleBounds:!0,animateAddingMarkers:!1,spiderfyDistanceMultiplier:1,polygonOptions:{}},initialize:function(e){L.Util.setOptions(this,e),this.options.iconCreateFunction||(this.options.iconCreateFunction=this._defaultIconCreateFunction),L.FeatureGroup [...]
\ No newline at end of file

-- 
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