Implement $geoNear for MultiPoints and GeometryCollections containing a single point

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor - P4
    • Affects Version/s: None
    • Component/s: Geo
    • None
    • Query Integration
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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:
              [DO NOT USE] Backlog - Query Integration
              Reporter:
              Samantha Ritter (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated: