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

Add radius search #13

Closed mfilotto closed 8 years ago

mfilotto commented 8 years ago

Hi, would be nice to have a radius search.

calvinmetcalf commented 8 years ago

internally we only use bounding boxes so we wouldn't be able to do do anything more efficient then you would be able to by filtering out the corners.

On Fri, Feb 12, 2016 at 5:09 PM Mathieu Filotto notifications@github.com wrote:

Hi, would be nice to have a radius search.

— Reply to this email directly or view it on GitHub https://github.com/pouchdb/geopouch/issues/13.

mfilotto commented 8 years ago

Thanks for your answer. I close the issue as in memory filtering is a good solution for me

hmendes00 commented 8 years ago

Hi @mfilotto, I know the topic is old, but do you still have the code with the solution for that? I'm new on pouchdb, so I have no idea how to proceed with that. Thank you.