Opened 11 years ago
Closed 11 years ago
#2581 closed enhancement (invalid)
Add flag to ST_DelaunayTriangles in order to return TIN
Reported by: | smathermather | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.2 |
Component: | postgis | Version: | 2.1.x |
Keywords: | Cc: |
Description
Create version of ST_DelaunayTriangles with a boolean flag for returning
geometry ST_DelaunayTriangles(geometry geomA, boolean 3DTIN)
Change History (4)
comment:1 by , 11 years ago
follow-up: 4 comment:2 by , 11 years ago
Uhm, according to the manual page there's already such flag (flag=2): http://postgis.net/docs/manual-2.1/ST_DelaunayTriangles.html
I have to admit I didn't remember it was done (nor I tried it). Report back if you try it !
comment:4 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replying to strk:
Uhm, according to the manual page there's already such flag (flag=2): http://postgis.net/docs/manual-2.1/ST_DelaunayTriangles.html
I have to admit I didn't remember it was done (nor I tried it). Report back if you try it !
Yup, it works!
See http://trac.osgeo.org/postgis/ticket/2579