[postgis-tickets] [PostGIS] #4328: Support 2D TINs in ST_3DIntersection

PostGIS trac at osgeo.org
Tue Feb 19 08:21:31 PST 2019


#4328: Support 2D TINs in ST_3DIntersection
---------------------+---------------------------
 Reporter:  komzpa   |      Owner:  pramsey
     Type:  task     |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 3.0.0
Component:  postgis  |    Version:  2.4.x
 Keywords:           |
---------------------+---------------------------
 Suddenly documentation used to mention 2D TINs.

 {{{
 set postgis.backend = sfcgal;
 SELECT ST_3DIntersects('TIN(((0 0,1 0,0 1,0 0)))'::geometry, 'POINT(.1
 .1)'::geometry);
 }}}

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