[postgis-tickets] [PostGIS] #2980: directional as a street name should not be abbreviated
PostGIS
trac at osgeo.org
Thu Jul 23 13:53:35 PDT 2015
#2980: directional as a street name should not be abbreviated
----------------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.2.0
Component: pagc_address_parser | Version: trunk
Resolution: | Keywords:
----------------------------------+---------------------------
Comment (by robe):
This still needs work now makes North Street -- N street which is wrong:
{{{
SELECT predirabbrev, streetname, streettypeabbrev FROM
pagc_normalize_address('41 north st, boston, ma 02109');
predirabbrev | streetname | streettypeabbrev
--------------+------------+------------------
| N | ST
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2980#comment:5>
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