[postgis-devel] [PostGIS] #1096: 2.5d topologies can't be created since switch to typmod

PostGIS trac at osgeo.org
Sat Jul 2 08:08:29 PDT 2011


#1096: 2.5d topologies can't be created since switch to typmod
----------------------+-----------------------------------------------------
 Reporter:  strk      |       Owner:  strk         
     Type:  defect    |      Status:  new          
 Priority:  blocker   |   Milestone:  PostGIS 2.0.0
Component:  topology  |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------
 {{{
 select topology.createtopology('ttz', 4326, 0, true);


 ERROR:  Invalid type name - valid ones are:
         POINT, MULTIPOINT,
         LINESTRING, MULTILINESTRING,
         POLYGON, MULTIPOLYGON,
         CIRCULARSTRING, COMPOUNDCURVE, MULTICURVE,
         CURVEPOLYGON, MULTISURFACE,
         GEOMETRY, GEOMETRYCOLLECTION,
         POINTM, MULTIPOINTM,
         LINESTRINGM, MULTILINESTRINGM,
         POLYGONM, MULTIPOLYGONM,
         CIRCULARSTRINGM, COMPOUNDCURVEM, MULTICURVEM
         CURVEPOLYGONM, MULTISURFACEM, TRIANGLE, TRIANGLEM,
         POLYHEDRALSURFACE, POLYHEDRALSURFACEM, TIN, TINM
         or GEOMETRYCOLLECTIONM
 CONTEXT:  SQL statement "SELECT AddGeometryColumn('', $1 , $2 , $3 , $4 ,
 $5 , $6 , $7 )"
 PL/pgSQL function "addgeometrycolumn" line 4 at SQL statement
 SQL statement "SELECT
 AddGeometryColumn('ttz','edge_data','geom','4326','LINESTRING',3)"
 }}}

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