Hello.
I'm having a problem when I request a table distance for some addresses. The service is returning negative values, and I really don't know why.
For example, when I call the URL localhost:5000/table?loc=-23.563971,-46.684505&loc=-23.562815,-46.685341, the answer is:
{"distance_table":[[0,-277],[-210,0]]}
I already tried the solution given by @hdevalence in this post #1055, but no success. Also, the demo site is returning a positive distance (150 meters).
So, any guess of what is happening?
Hello.
I'm having a problem when I request a table distance for some addresses. The service is returning negative values, and I really don't know why.
For example, when I call the URL localhost:5000/table?loc=-23.563971,-46.684505&loc=-23.562815,-46.685341, the answer is:
{"distance_table":[[0,-277],[-210,0]]}
I already tried the solution given by @hdevalence in this post #1055, but no success. Also, the demo site is returning a positive distance (150 meters).
So, any guess of what is happening?