-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Geo
-
None
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Since some map libraries like leaflet support longitude less than -180 or greater than 180, but they are considered as invalid longitude in MongoDB. We can wrap the longitude out of bound into [-180, 180]. Note that this is only unambiguous in GeoJSON shapes - legacy points may exceed these bounds.
Reported in SERVER-15388