I am watching the video Hackathon APAC & EMEA Session - GDELT Data - Geofencing & Creating notifications MongoDB
in it they went to http://geojson.io to create a JSON with the coordinates of Scotland to use in an Aggregation Pipeline in MONGOBB COMPASS.
I created a Polygon with the Spain and Portugal countries.
When I create the $match Stage in MONGOBB COMPASS an error message is shows saying:
longitude/latitude is out of bounds, lng: -716.638 lat: 42.391
I also tried create a polygon of Scotland, but the coordinates that I get are very different to what they get in the video.
I get values around -720 and they get values between -1 and -6 for a similar region.
What is wrong in http://geojson.io?
Thanks