I took the map box store locator example (https://docs.mapbox.com/help/tutorials/building-a-store-locator/) and am customizing it. The only thing I changed so far, are the lat-long of a couple of the items in the locations variable in the example. The ones that I changed don't show up in the map anymore, but the others do. The same lat-long combination works correctly if it is inside map box (on the map box website I mean). How do I make it work?
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-40.729423,
73.981437
]
},
"properties": {
"phoneFormatted": "(202) 234-7336",
"phone": "2022347336",
"address": "199 Ave A",
"city": "New York",
"country": "United States",
"crossStreet": "at 15th St NW",
"state": "D.C."
}
}