Ticket #1460 (new defect)
Tiger Geocoder can't handle concatenated street names
| Reported by: | arencambre | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS Future |
| Component: | tiger geocoder | Version: | trunk |
| Keywords: | Cc: | aren@…, woodbri |
Description
In tx_edges, the street name is S Belt Line Rd. I can't geocode if my data instead has S. Beltline.
This works:
SELECT ST_AsEWKT(geomout) FROM geocode_intersection('S. Belt Line', 'Dividend', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;
This gives no results:
SELECT ST_AsEWKT(geomout) FROM geocode_intersection('S. Beltline', 'Dividend', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;
Change History
Note: See
TracTickets for help on using
tickets.
