reverse geocoder overwrites best street answer with worst street answer
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
(5)
Milestone: |
PostGIS 2.1.0 → PostGIS 2.2.0
|
Milestone: |
PostGIS 2.2.0 → PostGIS 2.1.9
|
Resolution: |
→ invalid
|
Status: |
new → closed
|
I'm debating if this is an issue. I think I'll just dismiss. With tiger 2015 data
And OSM shows this:
Given it's at the cross roads of the interstate around a ramp for Highland, I think this answer is fine.