Opened 13 years ago
Closed 13 years ago
#1035 closed defect (fixed)
geocode_address always returning 0 as first part of rating
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | tiger geocoder | Version: | master |
Keywords: | Cc: |
Description
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | least_hn and greatest_hn should not convert decimals to 0s → geocode_address always returning 0 as first part of rating |
I've decided not to bother fixing least_hh and greatest_hn and just do as Emily suggests — get rid of the .0 and then convert the final to numeric.
Fix at r7419
Also put in cost rows estimate since by default it defaults to 1000 and it will never return more than 50 rows.
Note:
See TracTickets
for help on using tickets.
Also fix geocoder to cast to numeric instead of tacking on '.0'