Hello I want to get data from the database to the distance was not more than 500 meters. Do db.users.ensureIndex ({coords: "2d"}), in the collection of field users coords: [long, lang]. But the data returned is not correct. Distanatsiya is not the case.
distance: 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)
});