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

lwgeom/TODO

index 5f98159640d3f5cd8ffbbeca544519f38497cf19..19fcd938a15e667832df30b6555adcde149498f0 100644 (file)
@@ -1,11 +1,12 @@
+
+- AsBinary(geometry, XDR|NDR)
+
 - WKB support in loader (canonical form is OK)
 
 - lwgeom_clone_deep / lwgeom_release_deep
   (or maybe should both be always be deep.... )
 
 - LWGEOM editor (insert/append a geom, remove a geom, ....)
-
-- Make collect() avoid flatting
  
 - Flatten(geometry) 
 
@@ -15,8 +16,6 @@
 
 - make IsValid() return GEOS invalidity message if any (as a NOTICE probably)
 
-- AsBinary(geometry, XDR|NDR)
-
 - Endiannes honouring in dumper (currently does not specify and does not
   flip when required). Depends on AsBinary() item above.