-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Geo
-
None
-
Query Integration
Can't run $geoNear queries for a MultiPoint like this:
{ 'type' : 'MultiPoint', 'coordinates' : [ [1, 1] ] }or a GeometryCollection like this:
{ 'type' : 'GeometryCollection',
'geometries' : [
]
}