[postgis-devel] [PostGIS] #1424: tickets error on check phase

PostGIS trac at osgeo.org
Wed Jan 4 01:22:45 PST 2012


#1424: tickets error on check phase
-----------------------+----------------------------------------------------
 Reporter:  aperi2007  |       Owner:  pramsey      
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  PostGIS 2.0.0
Component:  postgis    |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by aperi2007):

 Hi,
 I'm analyzing the failed test.

 The failed test is this:

 {{{
 ST_Segmentize(ST_GeomFromEWKT('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)) )'), 0.5);
 }}}

 I notice a difference with the others test in the same tickets set.

 All the other call to ST_GeomFromEWKT will have the SRID explicitly
 declared.

 ST_GeomFromEWKT('SRID=4326;POLYGONM(...

 This instead no.

 ST_GeomFromEWKT('PolyhedralSurface(...

 I guess is here the problem.
 Now try to do some tests....

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