You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the reporting, the tl;dr is because geo2tz is giving up finding the location too quickly.
the longer explanation is, the search is done in two steps, first it gets all the bounding boxes that contains that point, then it goes to search in which exact region the point lays. currently it search for the first 5 matching regions and then it gives up, in this particular case, the point is not contained in the first 5 regions found.
I have included a test for this particular location and increased the lookup to 30
Get error for:
/tz/53.3357911103805/83.6486383092998
But /tz/53/83 OK.
Why?
The text was updated successfully, but these errors were encountered: