[postgis-devel] [PostGIS] #1076: County Roads and Highways

PostGIS trac at osgeo.org
Tue Jun 28 14:39:13 PDT 2011


#1076: County Roads and Highways
----------------------------+-----------------------------------------------
 Reporter:  mikepease       |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  high            |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  1.5.X        
 Keywords:                  |  
----------------------------+-----------------------------------------------

Comment(by mikepease):

 Thanks for working so quickly on these issues!  I hope to start using this
 geocoder for my project work when the bugs are pretty well worked out.

 You may already know this, but I found this error also applies to State
 and US Highways.  Probably also Interstates, but I didn't find an example
 of that yet.


 --US Highway doesn't work
 select (addy).*,*
 from geocode('3859 Highway 61 W, Red Wing, MN 55066')
 --works with just number
 select (addy).*,*
 from geocode('3859 Highway 61 W, Red Wing, MN 55066')

 --state hiway doesn't work
 select (addy).*,*
 from geocode('2901 Highway 13 W, Burnsville, MN 55337')
 --works with just number
 select (addy).*,*
 from geocode('2901 13, Burnsville, MN 55337')

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