When trying to add a GeoJSON polygon to a field with a 2dsphere index I get the error: "Exterior shell of polygon is invalid".
That same GeoJSON polygon appears to be vaild when tested at http://geojsonlint.com/.
How can I identify why the shell is invalid?
The Attached file contains both the invalid polygon and a valid one that stored successfully.
- related to
-
SERVER-9401 GeoJSON Parser: Can't extract geo keys from object, malformed geometry?
- Closed