Leaflet.TileLayer.PouchDBCached icon indicating copy to clipboard operation
Leaflet.TileLayer.PouchDBCached copied to clipboard

A Leaflet tile layer which caches into PouchDB for offline use

Results 30 Leaflet.TileLayer.PouchDBCached issues
Sort by recently updated
recently updated
newest added

The import statement in the local .js file breaks the demo.

Some tile servers such as http://topo.wanderreitkarte.de/topo/{z}/{x}/{y}.png do not work with crossOrigin set to anonymous The tile does not display at all on the map

I have a limited amount of tiles that I can request each month. Does this plugin still send a request to the tile provider if it is in the cache...

Hi, Is it possible to use this plugin in conjunction with GoogleMutant? Thanks.

https://github.com/mcartoixa/leaflet-binglayer

Hey The changes in PouchDB 6 have broken the plugin. https://pouchdb.com/2016/09/05/pouchdb-6.0.0.html Populating the cache works differently now as per the documentation: Remove db.put(doc, id, rev) Please use db.put({_id: id, _rev:...

I have an application that is supposed to work on cell phones out it the forest without mobile coverage. Hence, it is possible to cache the maps before going out,...

When loading the tiles from cache sometimes a CustomPouchError can arise after this._db.getAttachment, Error data: `status: 404, name: "not_found", message: "missing", error: true}` This causes some tiles to fail to...

This updates the remove and put calls.

add this fore myself so i can set size pouchdb option, so i can avoid safari. but maybe useful for others