From: Sandro Santilli Date: Tue, 3 Jan 2012 21:30:23 +0000 (+0000) Subject: ST_Split was implemented - a lot more to remove from TODO X-Git-Tag: 2.0.0alpha1~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=834baac8106519166caf1040960158dcbbe314fa;p=postgis ST_Split was implemented - a lot more to remove from TODO git-svn-id: http://svn.osgeo.org/postgis/trunk@8661 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/TODO b/TODO index 5fb80e7b6..abbe566fd 100644 --- 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.