[postgis-tickets] [PostGIS] #3531: geocode_intersection and geocode error on none-address numbers
PostGIS
trac at osgeo.org
Sun Apr 17 14:29:58 PDT 2016
#3531: geocode_intersection and geocode error on none-address numbers
----------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.3
Component: tiger geocoder | Version: 2.2.x
Keywords: |
----------------------------+---------------------------
Case in point:
{{{
SELECT pprint_addy(addy), st_astext(geomout), rating FROM
geocode_intersection('Broadway', 'Houston St', 'NY', 'New York',
'10012');
}}}
because one of the solutions has address number 612-100.
But norm_addy -- address field is an integer.
For now I'm just going to revise to return the first part that is an
integer. - which would be 612 for this case.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3531>
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