[postgis-devel] [PostGIS] #1591: ST_GeomFromGML crushes for Triangle (Triangulard Surface/TIN)

PostGIS trac at osgeo.org
Mon Feb 27 13:10:48 PST 2012


#1591: ST_GeomFromGML crushes for Triangle (Triangulard Surface/TIN)
---------------------+------------------------------------------------------
 Reporter:  itboyet  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by pramsey):

 Well, it's a legal TIN (at least, the WKT version goes in fine) so the GML
 function should be looked at...
 {{{
 TIN(
 ((0 0 1000000,0 10 1000000,10 10 1000000,0 0 1000000)),
 ((0 0 8000000,10 10 1000000,0 0 1000000,0 0 8000000)),
 ((0 0 8000000,0 10 1000000,10 10 1000000,0 0 8000000)),
 ((0 0 8000000,0 0 1000000,0 10 1000000,0 0 8000000))
 )
 }}}

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