I have not seen this. Unless you selected “GeoJSON 2D-plane” for your index. Can you show us what you are using for an index?
Your index should be set to “GeoJSON 2D-sphere”
The other thing you want to make sure is that you define your GeoJSON like:
geometry: { type: "Point", coordinates: [ 90.834, 34.1987 ] }
Notice the ‘P’ in Point is capitalized.
The lowercase ‘p’ will not work.
I have not seen this. Unless you selected “GeoJSON 2D-plane” for your index. Can you show us what you are using for an index?
Your index should be set to “GeoJSON 2D-sphere”
The other thing you want to make sure is that you define your GeoJSON like:
Notice the ‘P’ in Point is capitalized.
The lowercase ‘p’ will not work.