Hi All,
I had generated Polygon coordinates from Google map and try to save it to mongodb GEO spatial index with 2dsphere and I'm getting following error.
"Can't extract geo keys from object, malformed geometry."
My coordinates are as follow and I had validated it with http://geojsonlint.com/
{"type":"Polygon","coordinates":[[[79.6728515625,8.189742344383703],[80.15625,10.09867012060338],[82.265625,6.926426847059551],[80.5078125,5.528510525692801]]]}Cheers
Prabath