-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.2: fix removeLayer with MCG parent
was calling with layer's id only, whereas MCG does not handle the id but requires the layer object. See also issue #11 and PR #12.
- 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 |
---|---|---|
|
@@ -69,7 +69,7 @@ It should virtually be compatible with any LayerGroup plugin, not only MarkerClu | |
### Installing the sub-plugin | ||
|
||
#### Local copy | ||
1. Download the "<a href="https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup/releases/download/v1.0.1/leaflet.featuregroup.subgroup.js">`leaflet.featuregroup.subgroup.js`</a>" file from the [`v1.0.1` release](https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup/releases/tag/v1.0.1). | ||
1. Download the "<a href="https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup/releases/download/v1.0.2/leaflet.featuregroup.subgroup.js">`leaflet.featuregroup.subgroup.js`</a>" file from the [`v1.0.2` release](https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup/releases/tag/v1.0.2). | ||
2. Place the file alongside your page. | ||
3. Add the `script` tag (see [Quick Guide > HTML](#quick-guide)) to your page after Leaflet script. | ||
|
||
|
@@ -78,7 +78,7 @@ You can alternatively use the free [unpkg](https://unpkg.com) CDN service, but k | |
|
||
```html | ||
<!-- After Leaflet script --> | ||
<script src="https://unpkg.com/[email protected].1/dist/leaflet.featuregroup.subgroup.js"></script> | ||
<script src="https://unpkg.com/[email protected].2/dist/leaflet.featuregroup.subgroup.js"></script> | ||
``` | ||
|
||
|
||
|
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