git-svn-id: http://svn.osgeo.org/postgis/trunk@986 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2004-10-11 14:36:21 +00:00
parent df38f2882d
commit 01a17bd7cb

View file

@ -1,6 +1,4 @@
- AsBinary(geometry, XDR|NDR)
- WKB support in loader (canonical form is OK) - WKB support in loader (canonical form is OK)
- lwgeom_clone_deep / lwgeom_release_deep - lwgeom_clone_deep / lwgeom_release_deep
@ -16,9 +14,6 @@
- make IsValid() return GEOS invalidity message if any (as a NOTICE probably) - make IsValid() return GEOS invalidity message if any (as a NOTICE probably)
- Endiannes honouring in dumper (currently does not specify and does not
flip when required). Depends on AsBinary() item above.
- OBSOLETE box extractor function (getbox2d) returning an actual - OBSOLETE box extractor function (getbox2d) returning an actual
object. (return undefined values for empty geometries). object. (return undefined values for empty geometries).