-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geo shape query #939
Comments
I noticed a while ago that geo query wasn't implemented and implemented my own. It's by no means comprehensive, but it should get you started, and it follows your code patterns It's just one file, so please excuse me for not submitting a formal PR.. We've been using it for about a year now, so it' s compatible with both ES5 and ES6.
Example usage:
|
Thanks @cmitchell. That's a good starter. What I really want is a |
Based on the elasticsearch and GeoJSON specification, this PR try to solve the olivere#939 supporting the follow types : * Circle * Envelope * Linestring * MultiLineString * MultiPoint * MultiPolygon * Point * Polygon Any suggestion would be appreciated. Change-Id: If7e6f59a3833da665e31e7ec179951780d82f9c2
Hi and thanks for awesome library
u seem missing the
geo shape
querycan u add the support for it
The text was updated successfully, but these errors were encountered: