Bermuda Triangle

In other words, "You are lost."

Screenshot of a Mapbox map displaying the Bermuda Triangle

# Why does my map just say "Bermuda" in the middle of the ocean?

The point you were trying to plot on a map does not exist. You have somehow found yourself trapped in the Bermuda Triangle (opens new window).

We use this fallback location as our default coordinates, in case we are unable to compile a set of coordinates via another method. If you have stumbled across this oddity, you'll need to dig through your code to figure out where the disconnect is.

# Fallback Coordinates

{
    "lng": -64.7527469,
    "lat":  32.3113966
}