Original post here: mongodb - $geoWithin return document located outside the polygon queried - Stack Overflow
I’ve recently came across this behaviour that I cannot explain. $geowithin
return documents outside the polygon queried.
To illustrate my problem, I’ve made a mongodb playground with 3 documents with geometries all located outside the polygon.
Can someone spot what I’m missing here?
Cheers