ryanong / mongoid_spacial

A Mongoid Extention that simplifies and adds support for MongoDB Geo Spacial Calculations.
MIT License
138 stars 63 forks source link

sea miles #18

Open unnu opened 12 years ago

unnu commented 12 years ago

Hi Ryan,

I just added the sea mile factor to EARTH_RADIUS.

Cheers, Norman

ryanong commented 12 years ago

I am actually thinking of using this library I worked on recently to handle this issue. https://github.com/minad/unit hopefully we won't need this absurd calculations anymore. I'll keep this open though to remind me to implement sea miles in unit

unnu commented 12 years ago

Will you switch to unit in the next release of mongoid_spacial?

ryanong commented 12 years ago

I am doing a huge refactor sometime in the next two to three weeks On Jan 31, 2012 8:59 AM, "unnu" < reply@reply.github.com> wrote:

Will you switch to unit in the next release of mongoid_spacial?


Reply to this email directly or view it on GitHub: https://github.com/ryanong/mongoid_spacial/pull/18#issuecomment-3739337

unnu commented 12 years ago

I'm asking that because I'd like to get rid of m fork as soon as possible. Since it's only one line of code, could you merge my patch before your refactoring?