gregallensworth / L.TileLayer.Cordova

Leaflet TileLayer subclass which caches to local filesystem, for Cordova/Phonegap
MIT License
87 stars 25 forks source link

Ability to cancel #24

Closed gregallensworth closed 7 years ago

gregallensworth commented 7 years ago

It would be nice if downloadXYZList() could have some trigger to cancel the rest of the listing. This would allow one to add a cancel button, for when the user sees "tile 2 of 32,768"

The progress callback in downloadXYZList() may be just the ticket...