]> granicus.if.org Git - postgis/commitdiff
ST_Split was implemented - a lot more to remove from TODO
authorSandro Santilli <strk@keybit.net>
Tue, 3 Jan 2012 21:30:23 +0000 (21:30 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 3 Jan 2012 21:30:23 +0000 (21:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8661 b70326c6-7e19-0410-871a-916f4a2858ee

TODO

diff --git a/TODO b/TODO
index 5fb80e7b6866d86be64ccfaf7770564c82c153b5..abbe566fdd98c953603a4c3c8be2edd2b02f972f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,9 +4,6 @@ $Id$
 
 * ST_CleanGeometry(geometry)
   Attempt to make invalid geometry valid
-* ST_SplitGeometry(polygon, line) returns components of polygon
-* ST_SplitGeometry(lineA, lineB) returns components of lineA
-* ST_SplitGeometry(line, point) returns components of line 
 * ST_AverageDistance(g1 geometry, g2 geometry, nsamples integer) returns double
   Sum of minimum distances at regular intervals up two geometries, 
   divided by the number of samples.