Update leaflet loading plugin.

This commit is contained in:
David Molineus
2015-01-23 15:59:27 +01:00
parent bd4d4ed8f8
commit 35929524bb
7 changed files with 30 additions and 6 deletions

View File

@@ -71,6 +71,7 @@ See Leaflet.loading in action (zoom or pan to make tiles load):
- With the loading indicator and zoom control on the [top right][topright] of
the map.
- The [simplest example using spin.js](http://ebrelsford.github.io/Leaflet.loading/spinjs.html) instead of an image
- Combined with a [fullscreen control][combined] (e.g. [https://github.com/brunob/leaflet.fullscreen]).
## License
@@ -84,3 +85,4 @@ License.
[simple]: http://ebrelsford.github.io/Leaflet.loading/simple.html
[separate]: http://ebrelsford.github.io/Leaflet.loading/separate.html
[topright]: http://ebrelsford.github.io/Leaflet.loading/topright.html
[combined]: http://ebrelsford.github.io/Leaflet.loading/combined.html