[Pkg-javascript-commits] [leaflet-markercluster] 194/219: Added sub-plugin MCG.Freezable
Jonas Smedegaard
dr at jones.dk
Sat May 7 09:39:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit c1b79349ed681cc61983674730e64dd4ad0d1497
Author: ghybs <ghybs at users.noreply.github.com>
Date: Thu Dec 3 14:30:04 2015 +0400
Added sub-plugin MCG.Freezable
This plugin directly adds new methods to MCG. It becomes possible "freezing" clusters at a given arbitrary zoom level. In particular, freezing at maxZoom + 1 makes as if MCG was disabled. Freezing at maxZoom makes as if MCG was disabled except for the bottom-most clusters with spiderfication.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 22b475c..6fba6dc 100644
--- a/README.md
+++ b/README.md
@@ -261,3 +261,4 @@ Check also the below sub-plugins:
| :----- | :---------- | :--------- |
| [Leaflet.FeatureGroup.SubGroup](https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup) | Creates a Feature Group that adds its child layers into a parent group when added to a map (e.g. through L.Control.Layers). Typical usage is to dynamically add/remove groups of markers from Marker Cluster. | [ghybs](https://github.com/ghybs) |
| [Leaflet.MarkerCluster.LayerSupport](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport) | Brings compatibility with L.Control.Layers and other Leaflet plugins. I.e. everything that uses direct calls to map.addLayer and map.removeLayer. | [ghybs](https://github.com/ghybs) |
+| [Leaflet.MarkerCluster.Freezable](https://github.com/ghybs/Leaflet.MarkerCluster.Freezable) | Adds the ability to freeze clusters at a specified zoom. E.g. freezing at maxZoom + 1 makes as if clustering was programmatically disabled. | [ghybs](https://github.com/ghybs) |
--
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