Skip to content

Commit

Permalink
Merge branch '0.9' of github.com:yinqiwen/ardb into 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yinqiwen committed Sep 20, 2016
2 parents b90e9e0 + 893d2c6 commit adafd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/geo/geohash_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ namespace ardb
/* Wider range torwards the poles... Note: it is possible to do better
* than this approximation by computing the distance between meridians
* at this latitude, but this does the trick for now. */
if (lat > 67 || lat < -67)
if (lat > 66 || lat < -66)
step--;
if (lat > 80 || lat < -80)
step--;
Expand Down

0 comments on commit adafd81

Please sign in to comment.