I have a collection that has a 2d geospatial index on a field (center) which is an array of long/lat, the collection also has a radius field. So each item can represent a circle. I know that mongodb has a operator $within, and I want to get a list of all items that contain a specific point [long,lat], but it seems that I can only check which points are within a specific shape.
Share
You are correct, right now, you can’t do what you want. Please file a feature request at http://jira.mongodb.org as I can’t find one already existing for this.