[postgis-tickets] [PostGIS] #1913: reverse geocoder overwrites best street answer with worst street answer
PostGIS
trac at osgeo.org
Sun Aug 23 20:40:38 PDT 2015
#1913: reverse geocoder overwrites best street answer with worst street answer
-----------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.1.9
Component: tiger geocoder | Version: trunk
Resolution: invalid | Keywords:
-----------------------------+---------------------------
Changes (by robe):
* status: new => closed
* resolution: => invalid
Comment:
I'm debating if this is an issue. I think I'll just dismiss. With tiger
2015 data
{{{
test_tiger=# SELECT pprint_addy(addy[1]), street[1] from
reverse_geocode(ST_Point(-71.22484166666666, 42.303448333333336) ) ;
pprint_addy | street
--------------------------+--------------
I- 95, Needham, MA 02494 | Highland Ave
(1 row)
}}}
And OSM shows this:
[[Image(highland.png)]]
Given it's at the cross roads of the interstate around a ramp for
Highland, I think this answer is fine.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1913#comment:4>
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-tickets
mailing list