kungfoo / geohash-java

Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible.
Other
982 stars 310 forks source link

fix geohash's comparison according to base32 encoded comparison #17

Closed 0mok closed 9 years ago

0mok commented 9 years ago

There are differences between GeoHash's comparison and base32 encoded comparison. And I fixed GeoHash's comparison method according to base32 encoded comparison method.

kungfoo commented 9 years ago

Has been merged and I am preparing a new release 1.0.13 with this fix.