]> granicus.if.org Git - postgis/commit
Draft topology API in liblwgeom and topology postgresql module.
authorSandro Santilli <strk@keybit.net>
Thu, 25 Jun 2015 16:24:31 +0000 (16:24 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 25 Jun 2015 16:24:31 +0000 (16:24 +0000)
commitb4838ea11532b49d9d4ee46336071678cd96d16f
treef7f01e976d87283535b33171080cb1bee0c17a0e
parent6fd47acfc2d81a9a05d74bc8792166395b5f773e
Draft topology API in liblwgeom and topology postgresql module.

Includes C implementation of ST_ModEdgeSplit.
Passes the existing topology testsuite while also affecting
functions addNode and toTopoGeom.

Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8)

git-svn-id: http://svn.osgeo.org/postgis/trunk@13702 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/Makefile.in
liblwgeom/README.topo [new file with mode: 0644]
liblwgeom/liblwgeom_topo.h [new file with mode: 0644]
liblwgeom/liblwgeom_topo_internal.h [new file with mode: 0644]
liblwgeom/lwgeom_topo.c [new file with mode: 0644]
topology/Makefile.in
topology/postgis_topology.c [new file with mode: 0644]
topology/sql/sqlmm.sql.in