【发布时间】:2016-09-28 00:39:51
【问题描述】:
我想尝试使用 geoIntersects 查询,结果返回与给定坐标相交的所有多边形。在这里我的要求是我不想包含边缘与给定坐标重合的多边形。
{ "geometry": {
"$geoIntersects": {
"$geometry": {
"type": "Polygon",
"coordinates": coordinate
}
}
}}
【问题讨论】:
标签: mongodb mongodb-query geospatial