Ticket #1604 (closed defect: fixed)
normalize_address() confused by internal component
| Reported by: | mikepease | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.1.0 |
| Component: | pagc_address_parser | Version: | trunk |
| Keywords: | Cc: | woodbri |
Description
There are certain cases where normalize_address() incorrectly parses the address.
Consider an address with no street type like below AND an internal component. Remove the internal component and it works. Or add a street type and it works.
--INCORRECT select * from normalize_address('901 Mainstreet Fl 1 Hopkins MN 55343')
--INCORRECT select * from normalize_address('901 Mainstreet, Fl 1, Hopkins, MN 55343')
--CORRECT! select * from normalize_address('901 Main street, Fl 1, Hopkins, MN 55343')
--CORRECT! select * from normalize_address('901 Mainstreet Hopkins MN 55343')
Change History
Note: See
TracTickets for help on using
tickets.
