wnameless / plus_codes-ruby

Ruby implementation of Google Open Location Code(Plus+Codes)
Other
7 stars 4 forks source link

Bug in OLC short code recovery #1

Closed drinckes closed 8 years ago

drinckes commented 8 years ago

Hi - we recently discovered a bug in the recover or recoverNearest algorithm for Open Location Code. We've fixed it in the libraries in the main github project. To see what changes we made, you can refer to this issue, and it's linked pull request, for details on how you can make the fix in your own code.

Thanks for using OLC!

wnameless commented 8 years ago

This Ruby implementation has been tested with the example you provided. It seems that everything is fine with current version. You can check it by yourself. Thanks for the mention anyway.