-
Notifications
You must be signed in to change notification settings - Fork 68
Not compatible with PouchDB v6.x.x #24
Comments
Can you send a pull request instead? |
Here how I changed L.TileLayer.PouchDBCached,js for pouchDb 6.0.7 form line 155:
|
+1 |
1 similar comment
+1 |
PR is #32 |
Demo update PR is #33 |
+1 |
Hmm.... PRs were not merged for one year now. |
@nikolauskrismer How about I give you the npm privileges to publish this, and you send a PR to the main Leaflet repo to change the link for this plugin? I don't really have the time to maintain it. |
@IvanSanchez: sounds great to me. I can send the PR to the leaflet repo this weekend... |
@IvanSanchez: I guess you giving me the npm privileges goes first, doesn't it? |
@IvanSanchez: any news on the npm privileges? I updated my repo and tested it with the new 1.3.4 version of leaflet (the plugin works fine again :-)) |
@IvanSanchez It would be so great if you could transfer ownership of the project to nikolauskrismer! |
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: rev, data: 'foo'}) instead
Thanks!
The text was updated successfully, but these errors were encountered: