mongodb - Can't extract geo keys -
i try create 2dsphere index in mongodb, error
"can't extract geo keys: { _id: objectid('57963b5365ba4df2c13a4965'), loc: { coordinates: [ -180.0, 65.33018130000001 ], type: \"point\" } } longitude/latitude out of bounds, lng: -180 lat: 65.3302"
why happening?
Comments
Post a Comment