From 2e34f3d04eaf49954a2185f01b9c6cd56be192ed Mon Sep 17 00:00:00 2001 From: louisgeisler <82355033+louisgeisler@users.noreply.github.com> Date: Wed, 3 Nov 2021 01:24:23 -0700 Subject: [PATCH] Add a new sub-plugin at the end of the sub-plugins table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58e8b60a..6c7ddc76 100644 --- a/README.md +++ b/README.md @@ -317,3 +317,4 @@ Check also the below sub-plugins: | [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) | | [Leaflet.MarkerCluster.PlacementStrategies](https://github.com/adammertel/Leaflet.MarkerCluster.PlacementStrategies) | Implements new strategies to position clustered markers (eg: clock, concentric circles, ...). Recommended to use with circleMarkers. [Demo](https://adammertel.github.io/Leaflet.MarkerCluster.PlacementStrategies/demo/demo1.html) | [adammertel](https://github.com/adammertel) / [UNIVIE](http://carto.univie.ac.at/) | | [Leaflet.MarkerCluster.List](https://github.com/adammertel/Leaflet.MarkerCluster.List) | Displays child elements in a list. Suitable for mobile devices. [Demo](https://adammertel.github.io/Leaflet.MarkerCluster.List/demo/demo1.html) | [adammertel](https://github.com/adammertel) / [UNIVIE](http://carto.univie.ac.at/) | +| [Leaflet.MarkerPreCluster](https://github.com/louisgeisler/Leaflet.MarkerPreCluster) | Change the behavior of the MarkerCluster plugin to use pre-clustered data. [Demo](https://louisgeisler.github.io/Leaflet.MarkerPreCluster/) | [louisgeisler](https://github.com/louisgeisler/) |