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

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -