[postgis-devel] [PostGIS] #1913: reverse geocoder overwrites best street answer with worst street answer

PostGIS trac at osgeo.org
Fri Jul 13 13:28:42 PDT 2012


#1913: reverse geocoder overwrites best street answer with worst street answer
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.1.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 Case in point:
 SELECT * from reverse_geocode(ST_Point(-71.22484166666666,
 42.303448333333336) )

 Was giving a primary answer of Highland Ave even though I- 95  is closer
 to the point.  This is because the primary answer has no name (is a ramp),
 and the logic is intended to pick the next best street name assuming they
 are unnamed.  Instead it replaces the best answer with the worst that has
 a street

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