[postgis-devel] [PostGIS] #2002: Circle geometry handling

PostGIS trac at osgeo.org
Fri Nov 2 11:25:49 PDT 2012


#2002: Circle geometry handling
-----------------------+----------------------------------------------------
  Reporter:  xificurk  |       Owner:  pramsey      
      Type:  defect    |      Status:  closed       
  Priority:  medium    |   Milestone:  PostGIS 2.0.2
 Component:  postgis   |     Version:  2.0.x        
Resolution:  fixed     |    Keywords:               
-----------------------+----------------------------------------------------
Changes (by pramsey):

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


Comment:

 This is now fixed in 2.0 and trunk, not sure at what revision.
 {{{
 SELECT
 ST_Area(ST_CurveToLine(ST_GeomFromText('CURVEPOLYGON(CIRCULARSTRING(-1 0,1
 0,-1 0))')));
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2002#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-devel mailing list