Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-11004

Implement $geoNear for MultiPoints and GeometryCollections containing a single point

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • Affects Version/s: None
    • Component/s: Geo
    • Labels:
      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' : [

      { 'type' : 'Point', 'coordinates' : [1, 1] }

      ]
      }

            Assignee:
            backlog-query-integration [DO NOT USE] Backlog - Query Integration
            Reporter:
            samantha.ritter@mongodb.com Samantha Ritter (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: