From 829a00896cf618ef7a8656f9d889e891297ceefc Mon Sep 17 00:00:00 2001 From: Eric Brelsford Date: Tue, 9 Feb 2016 17:21:06 -0500 Subject: [PATCH] Add note about dataload/dataloading #26 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abdb838..1587b0c 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,11 @@ Once the above is complete you will have a loading indicator that only appears when tiles are loading. If you want to show the loading indicator while other AJAX requests or something -else is occurring, simply fire the `dataloading` event on your map when you -begin loading and `dataload` when you are finished loading. The control tracks -the number of concurrent loaders, so it is your responsibility to ensure that -the `dataloading` and `dataload` are called symmetrically. +else is occurring, fire the `dataloading` event on your map when you begin +loading and `dataload` when you are finished loading. Please note that there is +[an issue](https://github.com/ebrelsford/Leaflet.loading/issues/26) with the +way this control tracks these events and that this will be re-worked in a +future version. ### Options