[postgis-tickets] [PostGIS] #3806: Reverse geocder missing North for MN sometimes
PostGIS
trac at osgeo.org
Wed Aug 16 22:09:07 PDT 2017
#3806: Reverse geocder missing North for MN sometimes
----------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.3.4
Component: tiger geocoder | Version: 2.3.x
Keywords: |
----------------------------+---------------------------
{{{
SELECT pprint_addy(addy) As address, ST_X(geomout) As longitude,
ST_Y(geomout) AS latitude, rating FROM geocode('212 3rd Ave N,
MINNEAPOLIS, MN 55401',1);
Note how this correctly contains north suffix.
address | longitude | latitude
| rating
--------------------------------------+-------------------+------------------+--------
212 3rd Ave N, Minneapolis, MN 55401 | -93.2718721957046 |
44.9851031382459 | 0
(1 row)
}}}
{{{
SELECT pprint_addy(addy[1])
FROM reverse_geocode(ST_Point(-93.271872, 44.98510));
pprint_addy
------------------------------------
212 3rd Ave, Minneapolis, MN 55401
(1 row)
}}}
But reverse geocoding the same address leaves out the north.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3806>
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