标签: mongodb-query mongodb-compass
我的查询如下:
{位置:{$ geoWithin:{$ geometry:{类型:“多边形”,坐标:[[72,23],[72,23.01],[72.01,23],[72,23]]}} }}
允许查询,但错误消息如下
坐标位于数组中,所以我看不到为什么收到此错误消息。
使用$ geoWithin和$ centerSphere的查询工作正常:
{位置:{$ geoWithin:{$ centerSphere:[[72.5506153946014,23.0679717267369],0.000001]}}}