pouchdb / geopouch

Spatial plugin from PouchDB extracted and supporting N dimentional coordinates.
http://pouchdb.com
Apache License 2.0
85 stars 14 forks source link

work with v2 of pouchdb #4

Closed calvinmetcalf closed 8 years ago

superlou commented 8 years ago

Is this the PouchDB server version or the PouchDB version? I think the client-side version is up to 5.1.

calvinmetcalf commented 8 years ago

this related to updating it to work with persistent indexes in pouchdb library 2.0, honestly don't know if it still works with 5.1 but I don't think any of the breaking changes apply.

superlou commented 8 years ago

The test suite shows all passing for both PouchDB 3.6.0 and 5.1.0.

calvinmetcalf commented 8 years ago

that should be expected as that aspect of pouch hasn't changed and this issue was only left open by accident sorry about that

On Tue, Dec 29, 2015 at 11:01 AM superlou notifications@github.com wrote:

The test suite shows all passing for both PouchDB 3.6.0 and 5.1.0.

— Reply to this email directly or view it on GitHub https://github.com/pouchdb/geopouch/issues/4#issuecomment-167819971.

superlou commented 8 years ago

No problem, was just doing a double-check for sanity. Thanks for the plugin!