Changeset: e5c96dc79907 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e5c96dc79907 Modified Files: geom/monetdb5/sfcgal.mal Branch: sfcgal Log Message:
triangulate2DZ available at MAL level diffs (10 lines): diff --git a/geom/monetdb5/sfcgal.mal b/geom/monetdb5/sfcgal.mal --- a/geom/monetdb5/sfcgal.mal +++ b/geom/monetdb5/sfcgal.mal @@ -18,3 +18,6 @@ comment "Compute a straight skeleton fro command tesselate(geo:wkb) : wkb address geom_sfcgal_tesselate comment "Perform surface Tesselation of a polygon or polyhedralsurface and returns as a TIN or collection of TINS" +command triangulate2DZ(geo:wkb) : wkb address geom_sfcgal_triangulate2DZ +comment "Triangulates a geometry collection" + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
