You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unusual use case... If you put "37.8976, -84.3936" into the search box, it geocodes it to Antarctica rather than the US. This is because the search is made against Mapbox and this is what they return. Needs a change to recognise that a lat/lng has been entered, and either (1) swap the values before sending them to Mapbox, or (2) don't send them at all, just use them directly.
The text was updated successfully, but these errors were encountered:
Unusual use case... If you put "37.8976, -84.3936" into the search box, it geocodes it to Antarctica rather than the US. This is because the search is made against Mapbox and this is what they return. Needs a change to recognise that a lat/lng has been entered, and either (1) swap the values before sending them to Mapbox, or (2) don't send them at all, just use them directly.
The text was updated successfully, but these errors were encountered: