suppose this scenario.  you have a bunch of points.  you have
a bunch of lines.  you need to connect the points to the line, and
you use v.distance.&nbsp; <br>
<br>
then you use v.patch to put the points, lines, and &quot;connecting&quot; lines into one file.<br>
<br>
then you run v.clean.<br>
<br>
when you use the snap and break tool...&nbsp; does the line connecting
to another line snap and break it at the point where the line touches
the other one? or does it have to reach to find a vertex to do
this.&nbsp; if it is the latter, it seems like one has to increase the
threshold to make it hit a verticie.&nbsp; i hope it can break the
line, insert a node and make the topological connection, rather than
having to find a verticie to snap to...<br>
<br>
<br>