-
Notifications
You must be signed in to change notification settings - Fork 46
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
Allow filtering geo_shape fields around map extent #452
Conversation
Codecov Report
@@ Coverage Diff @@
## main #452 +/- ##
==========================================
+ Coverage 41.36% 41.40% +0.04%
==========================================
Files 53 53
Lines 1777 1775 -2
Branches 327 326 -1
==========================================
Hits 735 735
+ Misses 1014 1012 -2
Partials 28 28 |
From 2.9, geoshape supports geo bounding box. Hence, remove the constraint that disables geo bounding box for non geopoint fields. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
c25e2d6
to
8f629f0
Compare
@VijayanB Could you please provide the demo video that verify the feature? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, looks like the cypress test is failing
I don't think they are related. |
From 2.9, geoshape supports geo bounding box. Hence, remove the constraint that disables geo bounding box for non geopoint fields. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com> (cherry picked from commit a4e92a0)
Description
From 2.9, geoshape supports geo bounding box. Hence, remove the constraint that disables geo bounding box for non geopoint fields.
Screen.Recording.2023-08-04_480.mov
Issues Resolved
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.