Database
[{"_id":{"$oid":"625fec0f6476793a4581d172"},"featureOfInterest":{"samplingFeature":{"geometry":{"type":"Point","coordinates":[-2.3433781679840138,46.713764788942484]},"name":[{"lang":"en","text":"France"}],"type":"Feature"}}},]
Query
db.collection.aggregate([{$match:{"$or":[{"samplingFeature.geometry":{"$geoWithin":{"$geometry":{"type":"Polygon","coordinates":[[[-55.722656,34.161818],[58.007813,34.161818],[58.007813,53.540307],[-55.722656,53.540307],[-55.722656,34.161818]]]}}}},/**{* "samplingFeature.geometry": {* "$geoWithin": {* "$geometry": {* "type": "Polygon",* "coordinates": [[[-5.800781, 42.682435], [9.316406, 42.682435], [9.316406, 50.625073], [-5.800781, 50.625073], [-5.800781, 42.682435]]]* }* }*}*}*/]}}])