Update build

This commit is contained in:
danzel
2013-06-19 10:16:12 +12:00
parent 9f0819706e
commit 70880bdda4
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1641,7 +1641,9 @@ L.MarkerCluster.include(!L.DomUtil.TRANSITION ? {
m.setLatLng(newPos);
m.setZIndexOffset(1000000); //Make these appear on top of EVERYTHING
m._noHas = true;
L.FeatureGroup.prototype.addLayer.call(group, m);
delete m._noHas;
leg = new L.Polyline([this._latlng, newPos], { weight: 1.5, color: '#222' });
+1 -1
View File
File diff suppressed because one or more lines are too long