From: Nicklas Avén Date: Sat, 23 Jan 2010 23:29:07 +0000 (+0000) Subject: remove ST_Maxdistance from TODO and note that C-version is still TODO for ST_DumpPoints X-Git-Tag: 1.5.0rc2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d886fe1fc9f9aceff8d3a02817ef5e4a50397047;p=postgis remove ST_Maxdistance from TODO and note that C-version is still TODO for ST_DumpPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@5159 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/TODO b/TODO index 1caca2759..5fb80e7b6 100644 --- a/TODO +++ b/TODO @@ -10,8 +10,6 @@ $Id$ * 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. -* ST_MaxDistance(g1 geometry, g2 geometry) returns double. - What is the maximum distance between these two geometries. * ST_GeomFromGeoJSON(string) returns geometry. Ingests JSON geometry parts only. * ST_LatitudeFromText(string) returns float, LongitudeFromText(string) returns float @@ -24,7 +22,7 @@ $Id$ Similar in concept to ST_Dump and ST_DumpRings will output a geometry_dump array for any geometry where each geometry is a point and path info to denote the locaiton/subgeometry it is located in. - + (C-version TODO) == Larger projects ==