Opened 9 years ago
Closed 9 years ago
#3531 closed defect (fixed)
geocode_intersection and geocode error on none-address numbers
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.3 |
Component: | tiger geocoder | Version: | 2.2.x |
Keywords: | Cc: |
Description
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.
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [14849]) Schema qualify calls and prevent error when tiger street number is not a number (just return first number part) References #3531 #3451 for PostGIS 2.2.3