[postgis-devel] [PostGIS] #1604: normalize_address() confused by internal component
PostGIS
trac at osgeo.org
Thu Mar 1 09:03:08 PST 2012
#1604: normalize_address() confused by internal component
----------------------------+-----------------------------------------------
Reporter: mikepease | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: tiger geocoder | Version: 1.5.X
Keywords: |
----------------------------+-----------------------------------------------
Comment(by mikepease):
Another example:
select (addy).*, rating from geocode('5435 US HIGHWAY 14, ROCHESTER, MN
55904')
--This gets the correct location, but take out "US" and it gets the wrong
address number
--Wrong answer
select (addy).*, rating from geocode('5435 HIGHWAY 14, ROCHESTER, MN
55904')
--Also wrong answer
select (addy).*, rating from geocode('5435 HWY 14, ROCHESTER, MN 55904')
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1604#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list