问题
How to write a query in Mongodb that searches polygons that intersect a polygon?
回答1:
Documentation states that:
Polygon searches are strictly limited to looking for points inside polygons, polygon shapes in documents can't currently be indexed in MongoDB. Blockquote
So it's not yet possible, I'm afraid.
来源:https://stackoverflow.com/questions/7810008/mongodb-and-querying-that-searching-polygons-that-intersect-a-polygon