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

Difference with geohash.org #1

Closed markharwood closed 14 years ago

markharwood commented 14 years ago

In testing encoding of all use zip codes against another Geohash impl linked from Wikipedia I found coords 40.390943 -75.937500 with a 12 char precision had a different geohash of dr1vzbzyrcxb rather than dr4jb0bn2180. The site Geohash.org also gives hash dr4jb0bn2180 for these coords so I'm guessing your impl is at fault? I'd like to use your implementation as it has more features (bbox etc)

kungfoo commented 14 years ago

I'll try to look into this in the next few days. Thanks for posting the error!

kungfoo commented 14 years ago

It has been fixed now.