[postgis-devel] [PostGIS] #452: ST_FlipCoordinate seems to be missing support for lots of geometry types

PostGIS trac at osgeo.org
Thu Feb 25 09:02:44 PST 2010


#452: ST_FlipCoordinate seems to be missing support for lots of geometry types
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 It also gives the cryptic geometry type id in the error instead of type
 name.

 e.g.
 SELECT ST_FlipCoordinates('MULTILINESTRING((-10.123456789 50,50
 -10.123456789, 51 -10.123456789))')

 Gives error:
  unsupported input geometry type: 5


 Other errors gotten testing this thru battery of geometries
 psql:torturetest20_subset.sql:147: ERROR:  unsupported input geometry
 type: 7
 psql:torturetest20_subset.sql:162: ERROR:  unsupported input geometry
 type: 4
 psql:torturetest20_subset.sql:177: ERROR:  unsupported input geometry
 type: 5
 psql:torturetest20_subset.sql:190: ERROR:  unsupported input geometry
 type: 6
 psql:torturetest20_subset.sql:205: ERROR:  unsupported input geometry
 type: 4
 psql:torturetest20_subset.sql:220: ERROR:  unsupported input geometry
 type: 5
 psql:torturetest20_subset.sql:236: ERROR:  unsupported input geometry
 type: 6
 psql:torturetest20_subset.sql:252: ERROR:  unsupported input geometry
 type: 4
 psql:torturetest20_subset.sql:268: ERROR:  unsupported input geometry
 type: 5
 psql:torturetest20_subset.sql:281: ERROR:  unsupported input geometry
 type: 6
 psql:torturetest20_subset.sql:295: ERROR:  unsupported input geometry
 type: 7

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