- Issue created by @brockfanning
In Drupal 7, Mapbox geocoding with an address with only a city/state (like "Atlanta, GA" for example) would return a lat/long that was roughly inside the city. In the Drupal 10 version of this module, it is returning a lat/long that is inside the state, but not the city.
As far as I can tell, the D7 and D10 versions are both querying the same API endpoint on Mapbox. My question is: Was there anything special in the D7 version that specifically handled this case, which maybe doesn't exist in the D10 version?
Active
4.0
Code