Query polygons $geowithin $box mongodb doesn't return anything
问题 Guys I am trying to query all the polygons inside by bounding box but it simply returns 0.. It should be returning many polygons! Alternatively I try to query a much larger bounding box and nothing happens! My query is: { geometry: { $geoWithin: { $box: [ [-73.995762,40.764826], [-73.934034,40.802038] ] } } } Notice that the very same query returns a valid result for geometries of type Point 回答1: to query all the polygons inside by bounding box but it simply returns 0 The $box operator for