eileenmcnaughton / org.wikimedia.geocoder

Geocoder for CiviCRM
Other
6 stars 17 forks source link

Build the search string with state name instead of id #15

Closed agileware-pengyi closed 4 years ago

agileware-pengyi commented 4 years ago

Overall

The query string is built with the state id. Then Open Street Map failed to parse it when it comes with a street number.

Before

The state in the query string is id.

After

The state in the query string is state name.

Comment

Fun thing is that OSM can parse it when there is no street number. Agileware ref: CIVICRM-1317

eileenmcnaughton commented 4 years ago

thanks @agileware-pengyi - this probably warrants a release tag