[postgis-devel] [PostGIS] #564: ST_DumpPoints support for Polyhedral Surfaces

PostGIS trac at osgeo.org
Tue Aug 10 21:39:38 PDT 2010


#564: ST_DumpPoints support for Polyhedral Surfaces
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  task     |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 I'm guessing this should be an easy fix since ST_Dump works fine for
 Polyhedral.

 ST_DumpPoints gives this error


 {{{
 SELECT ST_GeomFromEWKT(
 'SRID=0;PolyhedralSurface(
 ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
 ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0
 0)),  ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)),
 ((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)),  ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0
 1))
 )'
 }}}


 {{{
 Unexpected error while dumping POLYHEDRALSURFACE
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/564>
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