- Issue created by @dianacastillo
- Status changed to Fixed
10 months ago 8:52pm 28 June 2024 - 🇮🇹Italy itamair
Well ... of course only the ZIP value cannot be Geocoded by any Geocoder Provider, without at least the context of a Country value.
"unable to geocode xxxx" simply means that the specific Geocoder Provider API response is not successful (the specific Geocoder Provider API couldn't geocode that address / string).
The Arcgisonline Geocoder (so as any other else, I would bet) needs to be provided with at least a Country code or a Country name, with the ZIP value, because ZIP formats (and valid values) vary depending on the countries.
Try to looks for a random ZIP code, such as "45677" in Google Maps. It will very probably fail ... (without providing at least the Country code7name that code could be valid for)
So, if you want to make the use adding only a ZIP value, because the Country wouldn't change, then you need to create your own Field Text widget so that it always Concatenates the Country name (or Code) along the ZIP, and "ZIP + Country Name" will be provided to the Geocoder provider.
Automatically closed - issue fixed for 2 weeks with no activity.