Hello, I have a problem that I am considering doing some manual coding for,<br>but thought I would check here for easier way first.&nbsp; I&#39;m new to grass, so there<br>are still alot of things I don&#39;t know. <br><br>Basically I have this huge vector map which<br>
is mostly connected.&nbsp; Problem is that there are a bunch of intersections of lines<br>that dont actually connected together, due to way data was put together.&nbsp; Instead I<br>have another vector map which is just a bunch of points.&nbsp; Usually these points all<br>
correspond to one of these disconnected intersections.&nbsp; What I want to do is<br>connect each point to all of the unconnected end points within some threshold<br>distance.&nbsp; My plan is to use v.net.path on network, but I need to have it all<br>
connected so this is why I am doing this.&nbsp; I know there is <a href="http://v.net">v.net</a>, but this<br>connects points to a line, where as I only want to connected points to the<br>end points of a line, or even connecting to line, but only if endpoint of line is<br>
within threshold.<br><br>I was thinking about modifying <a href="http://v.net">v.net</a> to have option on what to connect to, to<br>specify option to only connect to endpoints instead of anywhere on line.&nbsp; Does<br>this sound reasonable, or is there way to get this behavior another way?<br>
<br>Thanks.<br><br>