Ticket #1913 (new defect)

Opened 11 months ago

Last modified 7 weeks ago

reverse geocoder overwrites best street answer with worst street answer

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.2.0
Component: tiger geocoder Version: trunk
Keywords: Cc: woodbri

Description

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

Change History

Changed 6 months ago by woodbri

  • cc woodbri added

Changed 7 weeks ago by robe

  • milestone changed from PostGIS 2.1.0 to PostGIS 2.2.0
Note: See TracTickets for help on using tickets.