J'ai trouvé un moyen de tout mettre dans un cadre englobant en utilisant $geoIntersects
et créez un polygone à partir de la boîte englobante.Comme l'exemple ci-dessous.
{
"location": {
"$geoIntersects": {
"$geometry": {
"type": "Polygon",
"coordinates": [
[
[
5.372314453125,
52.288322586002984
],
[
12.623291015625,
52.288322586002984
],
[
12.623291015625,
49.67829251994456
],
[
5.372314453125,
49.67829251994456
],
[
5.372314453125,
52.288322586002984
]
]
]
}
}
}
]
}