<div dir="ltr"><div><div><div><div><div>Hi,<br>I'm a bit confused about the topology functions in PostGIS 2.0.2. <br></div>I would like to move a non isolated node geometry but I don't see any function for this?<br>
</div>The usecase is editing topological areas in a web client and have the changes persisted in PostGIS. The user has to be able to move start or end nodes in edges in the topology.<br><br></div><div>I tried to move end node of an edge with ST_ChangeEdgeGeom. <br>
<br>SELECT ST_ChangeEdgeGeom('conf', 1, st_makeline(st_point(10,20), st_point(120,20)))<br></div><div><br></div><div>As expected according to the docs I get an exception back: ERROR: SQL/MM Spatial exception - end node not geometry end point.<br>
</div><div><br></div>Any suggestions on how to do this? I feel like I'm missing something really obvious :-)<br><br></div>Regards,<br></div>Mats<br><br><div><div><div><br><div><div><br></div></div></div></div></div></div>