From 5be0f4d0e4e312989c4acbe888a646bd3b94c3c3 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 23 May 2011 13:30:41 +0000 Subject: [PATCH] update the list of what's implemented and what not git-svn-id: http://svn.osgeo.org/postgis/trunk@7215 b70326c6-7e19-0410-871a-916f4a2858ee --- topology/topology.sql.in.c | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/topology/topology.sql.in.c b/topology/topology.sql.in.c index ebc92b4ef..363000fe0 100644 --- a/topology/topology.sql.in.c +++ b/topology/topology.sql.in.c @@ -136,29 +136,36 @@ -- 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() -- 2.50.1