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

"Casting" geojson polygon to linestring

    • Type: Icon: New Feature New Feature
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Geo
    • Labels:
      None
    • Query Optimization

      A point INSIDE a polygon is considered by $geoNear to be distance zero.
      Sometimes it is desirable to treat that polygon like a lake and given a point, calculate distance "to the shore." The same polygon saved as a linestring (first poly only of course; no holes) yields the desired distance behavior.
      Since it is not practical to store BOTH reps and we cannot run $geoNear on a "literal shape" a nice feature would be to somehow indicate to $geoNear that polygons should be treated as linestrings for the execution of the command.

            Assignee:
            backlog-query-optimization [DO NOT USE] Backlog - Query Optimization
            Reporter:
            buzz.moschetti Buzz Moschetti
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: