Ticket #1599 (assigned defect)
normalize_address() confused by coutry
| Reported by: | mikepease | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.1.0 |
| Component: | pagc_address_parser | Version: | trunk |
| Keywords: | Cc: |
Description
If you include a country at the end of an address, normalize_address() incorrectly parses the state and zip.
212 n 3rd ave, Minneapolis, mn 55401, USA (This is the format of the "formatted address" returned by Google's XML webservice)
select * from normalize_address('212 n 3rd ave, Minneapolis, mn 55401, USA')
Result:
stateabbrev
212;"N";"3rd";"Ave";"";"";"mn 55401";"";"";t
Change History
Note: See
TracTickets for help on using
tickets.
