-
Notifications
You must be signed in to change notification settings - Fork 986
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
GEORADIUS WITHCOORD returns wrong coordinate on multiple results #805
Labels
type: bug
A general bug
Milestone
Comments
mp911de
added
status: waiting-for-triage
type: bug
A general bug
and removed
status: waiting-for-triage
labels
Jun 21, 2018
Thanks a lot for reporting the issue. |
mp911de
added a commit
that referenced
this issue
Jun 21, 2018
…#805 GeoWithinListOutput now resets its longitude (x) coordinate state after completing a GeoWithin item. Previously, the longitude coordinate was never reset and subsequent items used the first reported longitude coordinate which rendered an incorrect result.
mp911de
added a commit
that referenced
this issue
Jun 21, 2018
…#805 GeoWithinListOutput now resets its longitude (x) coordinate state after completing a GeoWithin item. Previously, the longitude coordinate was never reset and subsequent items used the first reported longitude coordinate which rendered an incorrect result.
mp911de
added a commit
that referenced
this issue
Jun 21, 2018
…#805 GeoWithinListOutput now resets its longitude (x) coordinate state after completing a GeoWithin item. Previously, the longitude coordinate was never reset and subsequent items used the first reported longitude coordinate which rendered an incorrect result.
mp911de
added a commit
that referenced
this issue
Jun 21, 2018
…#805 GeoWithinListOutput now resets its longitude (x) coordinate state after completing a GeoWithin item. Previously, the longitude coordinate was never reset and subsequent items used the first reported longitude coordinate which rendered an incorrect result.
That's fixed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Current Behavior
GEORADIUS WITHCOORD returns wrong x coordinate starting from the second result.
Input Code
Prints:
Note that all items have same x coordinate.
Expected behavior/code
Each item should have correct x coordinate.
Environment
Possible Solution
GeoWithinListOutput#complete(int) should reset previous
x
after emitting the result item.The text was updated successfully, but these errors were encountered: