Skip to content
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

Fix geo bounds aggregation when longitude is 0 #11090

Merged
merged 1 commit into from May 11, 2015
Merged

Fix geo bounds aggregation when longitude is 0 #11090

merged 1 commit into from May 11, 2015

Conversation

colings86
Copy link
Contributor

When the longitude is zero for a document, the left and right bounds do not get updated in the geo bounds aggregation which can cause the bounds to be returned with Infinite values for longitude

Closes #11085

@jpountz
Copy link
Contributor

jpountz commented May 11, 2015

LGTM

When the longitude is zero for a document, the left and right bounds do not get updated in the geo bounds aggregation which can cause the bounds to be returned with Infinite values for longitude

Closes #11085
@colings86 colings86 merged commit 671e3ef into elastic:master May 11, 2015
@kevinkluge kevinkluge removed the review label May 11, 2015
@colings86 colings86 deleted the fix/11085 branch May 11, 2015 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aggs: geo_bounds don't like when the lat or lon is equal to 0
3 participants