[postgis-tickets] [PostGIS] #4415: ST_GeomFromGeoHash allows invalid base32 characters

PostGIS trac at osgeo.org
Fri Jun 21 02:53:26 PDT 2019


#4415: ST_GeomFromGeoHash allows invalid base32 characters
-------------------------+---------------------------
  Reporter:  johnpowell  |      Owner:  pramsey
      Type:  defect      |     Status:  closed
  Priority:  medium      |  Milestone:  PostGIS 2.5.3
 Component:  postgis     |    Version:  2.4.x
Resolution:  fixed       |   Keywords:
-------------------------+---------------------------
Changes (by Algunenano):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 This was fixed as part of #4406

 {{{
 SELECT ST_AsText(ST_GeomFromGeoHash('IamNotAGeoHash_ThisIsABug'));
 ERROR:  decode_geohash_bbox: Invalid character 'I'
 CONTEXT:  SQL function "st_geomfromgeohash" statement 1
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4415#comment:1>
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