[postgis-devel] [PostGIS] #1023: pglwgeom_

PostGIS trac at osgeo.org
Mon Jul 4 07:58:08 PDT 2011


#1023: pglwgeom_
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  high     |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 And I'm afraid computing box2d from a gserialized isn't implemented:
 {{{
 int pglwgeom_compute_serialized_box3d_p(const PG_LWGEOM *geom, BOX3D
 *box3d)
 {
 #ifdef GSERIALIZED_ON
         lwerror("pglwgeom_compute_serialized_box3d_p called!");
         return 0;
 #else
         return compute_serialized_box3d_p(SERIALIZED_FORM(geom), box3d);
 #endif
 }
 }}}

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