Leaflet.TileLayer.PouchDBCached
Leaflet.TileLayer.PouchDBCached copied to clipboard
A Leaflet tile layer which caches into PouchDB for offline use
Compatibility for CouchDB 6.x implemented (with scoping issues resolved)
I have downloaded your demo and have made it work, with a couple of corrections. But when I try to implement it in my own project, it doesn't. One possible...
I am trying to config this plugin in my Ionic project. I see following error: ``` Error: Uncaught (in promise): ReferenceError: PouchDB is not defined ``` My PouchDB configuration is...
Hi, I've taken this file and rewritten it so that it doesn't use PouchDB at all but uses a simple synchronous in memory storage system. The reason for this is...
I tested this plugin with leaflet-bing made by Ivan but it doesn't seem to work. Am I doing something wrong?
I've managed to implement your excellent plugin in a JQuery Mobile/PhoneGap based development. The one thing that I'm having issues with is seeding. When I run your demo from github...
How i get this work with leaflet providers (https://github.com/leaflet-extras/leaflet-providers) and leaflet groupedlayercontrol (https://github.com/ismyrnow/leaflet-groupedlayercontrol)? Thanks in advance.
I ended up getting this to work with angular but now i am wondering how I would go about deleting the cache manually, for example with a button? I know...
By using xhr requests instead of canvas rendering you could have a major performance improvement. I do not have time for a proper pull request, but here is my take...
I'm trying the demo (http://mazemap.github.io/Leaflet.TileLayer.PouchDBCached/demo.html) on Safari 10.0.3 and on Safari iOS 10+ and both give the error: `Cross-origin image load denied by Cross-Origin Resource Sharing policy.` whenever it loads...