-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: Maps
-
None
This lab of M001 - MongoDB Basics we ask students to locate the city of Cancun, Mexico and drag a radios around the coast to find geo-positional data, which should look like this image
However, in the latest version of Compass or the of the mapbox plugin, this label is not getting shown in the map (see attached image).
To reproduce this we can open Compass, connect to the M001 course:
- Hostname: cluster0-shard-00-00-jxeqq.mongodb.net
- Username: m001-student
- Password: m001-mongodb-basics
- Replica Set Name:Cluster0-shard-0
Locate the *ships.shipwrecks* collection and run the following query in the Schema tab:
{ coordinates: {$geoWithin:
{ $centerSphere: [ [ -86.8515, 21.1619 ], 0.004737259115748974 ]}}}