C14L / dtr5

Meetup app for Reddit users based on subreddit subscriptions.
https://reddmeet.com
12 stars 2 forks source link

for some locations, seach brings up people further away than searched for #79

Closed C14L closed 8 years ago

C14L commented 8 years ago

Example: locate yourself at 42.2891838452299, -83.7967461653384 then do a search within 50km / 31mi. actual result is some result items are almost 300mi away.

Found https://github.com/geopy/geopy/blob/1.11.0/geopy/distance.py that solved the problem.