[postgis-devel] [PostGIS] #887: Tiger geocoder fails when address contains name of state sometimes

PostGIS trac at osgeo.org
Mon Apr 4 16:26:00 PDT 2011


#887: Tiger geocoder fails when address contains name of  state sometimes
-----------------------------+----------------------------------------------
  Reporter:  robe            |       Owner:  robe         
      Type:  defect          |      Status:  closed       
  Priority:  medium          |   Milestone:  PostGIS 2.0.0
 Component:  tiger geocoder  |     Version:  trunk        
Resolution:  fixed           |    Keywords:               
-----------------------------+----------------------------------------------
Changes (by robe):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed at r7005.  The problem was that  the normalize wouldn't work if
 state abbrev, zip was separated with a , instead of a space. So:

 GEOCODE('2450 N COLORADO ST, PHILADELPHIA, PA 19132')

 probably worked fine though probably thru an error:

 GEOCODE('2450 N COLORADO ST, PHILADELPHIA, PA, 19132')

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/887#comment:3>
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