postgis/topology/test/edit_topology.sql
Sandro Santilli e51b2fe6b6 Added ST_ModEdgesSplit function, cleaned up test files, added tests for
the new topology editing functions.


git-svn-id: http://svn.osgeo.org/postgis/trunk@1971 b70326c6-7e19-0410-871a-916f4a2858ee
2005-10-19 10:04:15 +00:00

4 lines
196 B
SQL

select topology.ST_NewEdgesSplit('city_data',25,'POINT(10 35)');
select topology.ST_ModEdgesSplit('city_data',27,'POINT(9.5 35)');
select topology.ST_ModEdgesSplit('city_data',28,'POINT(11 35)');