[postgis-tickets] [PostGIS] #2201: ST_GeoHash wrong on boundaries
PostGIS
trac at osgeo.org
Mon Feb 11 12:46:52 PST 2013
#2201: ST_GeoHash wrong on boundaries
---------------------+------------------------------------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.0.3
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
ST_GeoHash('POINT(0 0)') or ST_GeoHash('POINT(90 0)') return values that
disagree with the reference calculation at geohash.org. Should be:
{{{
POINT(0 0) == s0000000000000000000
POINT(90 0) == w0000000000000000000
POINT(90 45) == y0000000000000000000
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2201>
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