Ticket #1913 (new defect)
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
Note: See
TracTickets for help on using
tickets.
