From: Sandro Santilli Date: Wed, 22 Sep 2004 15:11:30 +0000 (+0000) Subject: LWGEOM TODO moved back to the lwgeom/ dir. X-Git-Tag: pgis_1_0_0RC1~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48d3f27f1fa117a67da4e18a44148cdabcd47b6b;p=postgis LWGEOM TODO moved back to the lwgeom/ dir. git-svn-id: http://svn.osgeo.org/postgis/trunk@877 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/TODO.lwgeom b/lwgeom/TODO similarity index 77% rename from TODO.lwgeom rename to lwgeom/TODO index 0da8e7321..6360417a7 100644 --- a/TODO.lwgeom +++ b/lwgeom/TODO @@ -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