[postgis-tickets] [PostGIS] #3530: geocode_intersection fails to find Cumming / Seaman in NY
PostGIS
trac at osgeo.org
Sun Apr 17 13:01:42 PDT 2016
#3530: geocode_intersection fails to find Cumming / Seaman in NY
-----------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.3
Component: tiger geocoder | Version: 2.2.x
Resolution: | Keywords:
-----------------------------+---------------------------
Comment (by robe):
phew figured out the issue. It's because the tiger data ST_Intersects
between the two edges returns false, however I also do a node id check, so
I'm thinking of just keeping the node id check and chucking the Intersects
check. I think it ends up being faster anyway. Will have to do some
tests to confirm.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3530#comment:2>
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