From 87f3848b92e0516d9c98f6d4cd175f7b8a4e3805 Mon Sep 17 00:00:00 2001 From: ghybs Date: Wed, 19 Jul 2017 22:56:10 +0400 Subject: [PATCH] v1.0.5: fix throttling mixed operations mixed and to MCG.layerSupport. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4d8784..c785308 100644 --- a/README.md +++ b/README.md @@ -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 "`leaflet.markercluster.layersupport.js`" file from the [`v1.0.4` release](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/tag/v1.0.4). +1. Download the "`leaflet.markercluster.layersupport.js`" file from the [`v1.0.5` release](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/tag/v1.0.5). 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 - + ``` #### npm diff --git a/package.json b/package.json index 11a8084..2105979 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "leaflet.markercluster.layersupport", "_name": "Leaflet.MarkerCluster.LayerSupport", - "version": "1.0.4", + "version": "1.0.5", "_year": "2015-2017", "description": "Sub-plugin for Leaflet.markercluster plugin (MCG in short); brings compatibility with L.Control.Layers and other Leaflet plugins.", "main": "dist/leaflet.markercluster.layersupport",