]> granicus.if.org Git - postgis/commitdiff
update the list of what's implemented and what not
authorSandro Santilli <strk@keybit.net>
Mon, 23 May 2011 13:30:41 +0000 (13:30 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 23 May 2011 13:30:41 +0000 (13:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7215 b70326c6-7e19-0410-871a-916f4a2858ee

topology/topology.sql.in.c

index ebc92b4ef1c8c7ada77b8c13d714aa3fd30d45e2..363000fe09085339a6ec12b3c11b3b8690c77350 100644 (file)
 --     Complete
 --
 --   ST_RemoveIsoEdge
---     Complete, exceptions untested
+--    Complete, exceptions untested
 --  
 --   ST_ChangeEdgeGeom
 --     Complete
 --
 --   ST_NewEdgesSplit
---     Complete
---     this also updates the Relation table
---     TODO: add entries to the History table ?
+--    Complete
+--    Also updates the Relation table
 --
 --   ST_ModEdgeSplit
---     Complete
---     this also updates the Relation table
---     TODO: add entries to the History table ?
+--    Complete
+--    Also updates the Relation table
 --
 --   ST_AddEdgeNewFaces
---    Being working on. TODO: continue
+--     Complete
+--    Also updates the Relation table
+--
+--   ST_AddEdgeModFace
+--     Work in progress...
 --  
 --   ST_GetFaceEdges
 --     Complete
 --
 --   ST_ModEdgeHeal
---    Being working on. TODO: continue
+--     Complete
+--    Also updates the Relation table
+--
+--   ST_NewEdgeHeal
+--     Complete
+--    Also updates the Relation table
 --  
 --   ST_GetFaceGeometry
 --     Implemented using polygonize()