-
Notifications
You must be signed in to change notification settings - Fork 5
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
Wrong distance #16
Comments
tarantool-gis (0.1.22-1) |
|
I don't know any geoinformation system specifics, but whether latitude and longitude are passed correctly (not in the reverse order)? The API describes the following order of arguments:
|
BTW, it worth to note that now the example above fails this way:
I'm on 3f95c31, it is current master ATM. |
I implemented my version based on https://tarantool.github.io/gis/intro.html
For European coordinates everithing work correctly.
{47.222531, 39.718705} I have distance 112.
But for {55.030199, 104.920430} I have distance 1.7976931348623e+308.
Why?
The text was updated successfully, but these errors were encountered: