Nodejs与MongoDb地理定位

时间:2013-05-17 13:18:17

标签: node.js mongodb

您好我想从数据库中获取数据到距离不超过500米。在字段用户db.users.ensureIndex ({coords: "2d"})的集合中coords: [long, lang]。但返回的数据不正确。 Distanatsiya并非如此。 距离:122.82991391506238 for coords:[56,816831,60,599347]

collections.users.geoNear(56.814628, 60.599572, { spherical : true, maxDistance : 500/6371000, distanceMultiplier :  6371000}, function (err, docs) {
    console.log("ahaha", docs.results)
});

0 个答案:

没有答案