node-geocoder
node-geocoder copied to clipboard
🐛 Sometimes country name is returned as `United States of America` and sometimes `United States`
Unlike other geocoders, locationIQ uses the country name United States of America instead of United States.
Fix: https://github.com/nchaulet/node-geocoder/pull/335
LocationIQ team will factor this in during the next major API version release. Changes to the existing version is not possible at the API end as it might be a breaking factor for other users.
@rocainunwired Agreed 👍🏻 I handled the issue in our backend temporarily for now.
Should I close this issue or keep it open for reference for other people?