Skip to content

Commit

Permalink
find closest
Browse files Browse the repository at this point in the history
  • Loading branch information
rxkh committed May 9, 2012
1 parent d49b060 commit e4b002b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/activity.js
Expand Up @@ -189,7 +189,7 @@ function findActivityByLocation(callback) {
geoNear: 'activities',
near: eval(location),
spherical: true,
maxDistance: 10 / 6371,
maxDistance: 1000 / 6371,
distanceMultiplier: 6371000
}, function (err, obj) {
var data = new Array();
Expand Down

0 comments on commit e4b002b

Please sign in to comment.