You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a report that the parsed_text portion of the geojson response can contain the label state instead of region which is the nomenclature used in WOF.
Looking at the code, we seem to map all other fields across but not state, I'm unsure if this is a feature or a bug, but would require going through the code and checking for occurrences before changing it.
We had a report that the
parsed_text
portion of the geojson response can contain the labelstate
instead ofregion
which is the nomenclature used in WOF.Looking at the code, we seem to map all other fields across but not
state
, I'm unsure if this is a feature or a bug, but would require going through the code and checking for occurrences before changing it.https://github.com/pelias/api/blob/master/controller/libpostal.js#L18
The text was updated successfully, but these errors were encountered: