[Pkg-javascript-commits] [leaflet-markercluster] 171/219: README added sub-plugins section

Jonas Smedegaard dr at jones.dk
Sat May 7 09:39:31 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 e80c1e0cd52cb4c5d92c0c59d16d58fd6018ac52
Author: ghybs <ghybs1 at gmail.com>
Date:   Thu Nov 12 09:24:52 2015 +0400

    README added sub-plugins section
    
    with links to Leaflet.FeatureGroup.SubGroup and Leaflet.MarkerCluster.LayerSupport
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 10112d8..a138dcf 100644
--- a/README.md
+++ b/README.md
@@ -213,3 +213,18 @@ Note: these two examples use the `chunkedLoading` option set to true in order to
 Leaflet.markercluster is free software, and may be redistributed under the MIT-LICENSE.
 
 [![Build Status](https://travis-ci.org/Leaflet/Leaflet.markercluster.png?branch=master)](https://travis-ci.org/Leaflet/Leaflet.markercluster)
+
+## Sub-plugins
+Leaflet.markercluster plugin is very popular and as such it generates high and
+diverse expectations on increased functionalities.
+
+If you are in that case, be sure to have a look first at the repository
+[issues](https://github.com/Leaflet/Leaflet.markercluster/issues) in case what
+you are looking for is already discussed, and some workarounds may be proposed.
+
+Check also the below sub-plugins:
+
+| Plugin | Description | Maintainer |
+| :----- | :---------- | :--------- |
+| 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 | 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) |

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