[postgis-devel] [PostGIS] #1127: directional prefix ending up in directional postprefix (at least for highways)
PostGIS
trac at osgeo.org
Fri Oct 15 21:21:16 PDT 2010
#1127: directional prefix ending up in directional postprefix (at least for
highways)
----------------------------+-----------------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: tiger geocoder | Version: 1.5.X
Keywords: |
----------------------------+-----------------------------------------------
This is something I notices with brian's examples in #1077. I haven't
added these to regress, since they don't behave right.
So for example:
{{{
SELECT pprint_addy(addy) As pp, addy.* FROM normalize_address('18208 N
COUNTY ROAD 241, ALACHUA, FL 32615') AS addy;
pp | address | predirabbrev |
streetname | streettypeabbrev | postdirabbrev | internal | location |
stateabbrev | zip | parsed
--------------------------------------+---------+--------------+------------+------------------+---------------+----------+----------+-------------+-------+--------
18208 Co Rd 241 N, ALACHUA, FL 32615 | 18208 | | 241
| Co Rd | N | | ALACHUA | FL |
32615 | t
}}}
When the N should be in the predirabbrev column
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1127>
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-devel
mailing list