Create nodes globally for all line ends and intersections:
v.net in=streams out=streams_node
Merge in nodes from a separate map within given threshold:
echo "1|601653.5|4922869.2|start 2|593330.8|4924096.6|end" | v.in.ascii cat=1 x=2 y=3 out=startend col="cat integer, \ east double precision, north double precision, label varchar(43)" #create lines map connecting points to network (on layer 2) v.net myroads points=startend out=myroads_net op=connect thresh=200
Last changed: $Date: 2007-12-17 14:42:56 +0100 (Mon, 17 Dec 2007) $
Main index - vector index - Full index
© 2003-2010 GRASS Development Team