itstommymorgan / asari

a Ruby wrapper for AWS CloudSearch.
52 stars 54 forks source link

Fix/update geo code #19

Closed brentan closed 10 years ago

brentan commented 10 years ago

Fixed an obvious bug that was not correctly converting longitude to int due to a cosine that wasnt operating on radians. Also updated the bounding box logic to correctly create boxes that correspond to the input dimension.

itstommymorgan commented 10 years ago

Sorry for the delay on this @brentan. Merging now, will publish as version 0.10.4. Thanks for fixing this!