[postgis-devel] [PostGIS] #1108: normalize_address: Internal address prefix sometimes get caught in post dir

PostGIS trac at osgeo.org
Wed Jul 6 14:59:45 PDT 2011


#1108: normalize_address: Internal address prefix sometimes get caught in post dir
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  high            |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by mikepease):

 This seems like another example of the internal component confusing the
 normalizer.

 --doesn't work
 select abs(ST_X(geomout)::numeric(8,5)) || 'W, ' ||
 ST_Y(geomout)::numeric(8,5) || 'N' as lat_lon, *
 from geocode('155 Wabasha St S Ste 129, St. Paul, MN 55107')


 --works!
 select abs(ST_X(geomout)::numeric(8,5)) || 'W, ' ||
 ST_Y(geomout)::numeric(8,5) || 'N' as lat_lon, *
 from geocode('155 Wabasha St S Suite 129, St. Paul, MN 55107')

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