标签: mongodb
在像这样的$ geoIntersects查询中
db.places.find({ loc : { $geoIntersects : { $geometry : { type : "Polygon" , coordinates: [ [ [ 0 , 0 ] , [ 3 , 6 ] , [ 6 , 1 ] , [ 0 , 0 ] ] ] } } } } )
有没有办法根据距离点的距离订购文件?