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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -