-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0.1: fix checkOut of Layer Groups
checkOut was not properly cleaning recruited proxy Layer Groups.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ with any plugin that adds to / removes markers from map (e.g. [LeafletSlider](ht | |
### Installing the sub-plugin | ||
|
||
#### Local copy | ||
1. Download the "<a href="https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/download/v2.0.0/leaflet.markercluster.layersupport.js">`leaflet.markercluster.layersupport.js`</a>" file from the [`v2.0.0` release](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/tag/v2.0.0). | ||
1. Download the "<a href="https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/download/v2.0.1/leaflet.markercluster.layersupport.js">`leaflet.markercluster.layersupport.js`</a>" file from the [`v2.0.1` release](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/tag/v2.0.1). | ||
2. Place the file alongside your page. | ||
3. Add the `script` tag (see [Quick Guide > HTML](#quick-guide)) to your page after Leaflet and Leaflet.markercluster scripts. | ||
|
||
|
@@ -81,7 +81,7 @@ You can alternatively use the free [unpkg](https://unpkg.com) CDN service, but k | |
|
||
```html | ||
<!-- After Leaflet and Leaflet.markercluster scripts --> | ||
<script src="https://unpkg.com/[email protected].0/dist/leaflet.markercluster.layersupport.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/leaflet.markercluster.layersupport.js"></script> | ||
``` | ||
|
||
#### npm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters