]> granicus.if.org Git - postgis/commitdiff
LWGEOM TODO moved back to the lwgeom/ dir.
authorSandro Santilli <strk@keybit.net>
Wed, 22 Sep 2004 15:11:30 +0000 (15:11 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 22 Sep 2004 15:11:30 +0000 (15:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@877 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/TODO [moved from TODO.lwgeom with 77% similarity]

similarity index 77%
rename from TODO.lwgeom
rename to lwgeom/TODO
index 0da8e7321be443b4dd77b39a43e2c67067774346..6360417a76e12524bda3782eb4d087b8082ae141 100644 (file)
@@ -1,14 +1,12 @@
-- AsBinary(geometry, XDR|NDR)
 
-- 4d and WKB support in loader.
+- size computation functions for deserialized objects
 
-- Endiannes honouring in dumper (currently does not specify and does not
-  flip when required).
+- AsBinary(geometry, XDR|NDR)
 
-- size computation functions for deserialized objects
+- Endiannes honouring in dumper (currently does not specify and does not
+  flip when required). Depends on AsBinary() item above.
 
-- Implement lwexploded_serialize_buf for speedup of GEOS<=>POSTGIS conversion
-  and more!
+- 4d and WKB support in loader.
 
 - box extractor function (getbox2d) returning an actual
   object should probably find a way to return NULL (for empty geometries).
@@ -24,8 +22,5 @@
 
 - proj support functions might need 3d sometimes.
 
-- GiST index creation tests on PG80a segfaults
-
 - GEOMETRY && BOX2D, GEOMETRY && BOX3D
 
-- try reducing box2d copies in selectivity estimation funx