]> granicus.if.org Git - postgis/commitdiff
updated
authorSandro Santilli <strk@keybit.net>
Mon, 6 Sep 2004 16:05:12 +0000 (16:05 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 6 Sep 2004 16:05:12 +0000 (16:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@772 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/MISSING_OBJECTS
lwgeom/TODO

index 5e800ea30b59b15fb9148c2a2648e068e7c832da..a644daa9e4ec76b8df48240fa6e6790c713c8fe6 100644 (file)
@@ -1,7 +1,6 @@
 # This is a list of objects still missing lwgeom support
 
 FUNC: KEEPING FUNCTION: [line_interpolate_point(geometry, double precision)]
-FUNC: KEEPING FUNCTION: [simplify(geometry, double precision)]
 FUNC: KEEPING FUNCTION: [segmentize(geometry, double precision)]
 FUNC: KEEPING FUNCTION: [asbinary(geometry)]
 FUNC: KEEPING FUNCTION: [asbinary(geometry, text)]
index ed170f8a0b64779c37a384e70fe209f9b8eafdbc..32dad4c691d15cbe0e692787fac51bb8e4397ddb 100644 (file)
@@ -1,3 +1,5 @@
+- box extractor functions writing to a pointer or returning an actual
+  object should probably find a way to return NULL (for empty geometries).
 
 - WKB: what to do with that ? do we want to keep it as a type ?