[postgis-devel] [PostGIS] #2066: ST_DumpPoints may return latitude just over 90 depending on execution order

PostGIS trac at osgeo.org
Sun Nov 25 08:59:17 PST 2012


#2066: ST_DumpPoints may return latitude just over 90 depending on execution order
---------------------------+------------------------------------------------
 Reporter:  realityexists  |       Owner:  pramsey      
     Type:  defect         |      Status:  new          
 Priority:  medium         |   Milestone:  PostGIS 2.1.0
Component:  postgis        |     Version:  trunk        
 Keywords:                 |  
---------------------------+------------------------------------------------

Comment(by pramsey):

 Simpler yet:
 {{{
 select ST_AsText(ST_SnapToGrid(ST_GeomFromText('POINT(180 50)'),
 0.00001)::geography);
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2066#comment:6>
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