geohash-mysql-func icon indicating copy to clipboard operation
geohash-mysql-func copied to clipboard

Example is apparently wrong

Open Mikeprod opened this issue 7 years ago • 0 comments

Hello, I just discovered your repository and thank you for the implementation.

I just adapted the sql script to the T-SQL syntax, and when I test your example in geohash_encode it does not return the output you're stating. Instead of geohash_encode(57.64911, 10.40744, 12) => u4pruydqquvx I get : geohash_encode(57.64911, 10.40744, 12) => u4pruydqqvj8 Yes there is a 0.019 meters gap but if there is a need of matching, the match does not happen.

Mikeprod avatar Aug 13 '18 13:08 Mikeprod