[postgis-devel] [PostGIS] #1455: ST_GeomFromText should understand ISO WKT

PostGIS trac at osgeo.org
Thu Jan 12 01:37:02 PST 2012


#1455: ST_GeomFromText should understand ISO WKT
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  task     |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 Uff...:

 {{{
 SELECT St_GeomFromText(ST_AsText(g::geometry))
 FROM ( SELECT 'POINT ZM (0 0 0)' ::text as g ) as foo;

 ERROR:  can not mix dimensionality in a geometry
 HINT:  "POINT ZM (0 0 0)" <-- parse error at position 16 within geometry
 }}}

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