[postgis-tickets] [PostGIS] #2579: Add ST_AsTIN to PostGIS

PostGIS trac at osgeo.org
Wed Dec 18 01:14:13 PST 2013


#2579: Add ST_AsTIN to PostGIS
----------------------------------+-----------------------------------------
 Reporter:  smathermather         |       Owner:  pramsey      
     Type:  defect                |      Status:  new          
 Priority:  medium                |   Milestone:  PostGIS 2.1.2
Component:  postgis               |     Version:  2.1.x        
 Keywords:  TIN, ST_Delaunay, 3D  |  
----------------------------------+-----------------------------------------

Comment(by mloskot):

 I know you mentioned 2.5D, but why not make it OGC compatible form?
 Line 39 in the patch
 {{{
 GEOMETRYCOLLECTION Z', 'TIN'
 }}}

 should read

 {{{
 GEOMETRYCOLLECTION Z', 'TIN Z'
 }}}

 Plus, add support for TIN with and M and ZM dimensions.

 (I know TIN in 2D or with M only makes little sense from usability point,
 but OGC specifies it, presumably for completeness)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2579#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-tickets mailing list