Hi,
I had a country field set as a text field widget for tests. Later, I changed it to a Select list, with the list of the countries of the world. Openlayers_geocoder didn't take the change into account, and as a result, the autocompletion for this field did not work.
I looked through the code and I'm proposing the attached patch, which fixes the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| openlayers_geocoder-select.patch | 1.21 KB | guillaumev |
Comments
Comment #1
ademarco commentedThanks! Committed: http://drupal.org/cvs?commit=457786
After changing a target field widget type you anyway to re-submit the Geocoder field settings.