Hi all, is there any simple way how to connect selected points?
E.g. to create line starting from point with category '1' to point with category '2'. If not, do you consider useful something like v.edit map tool=addline cats=1,2 layer=1 or create multiple lines v.edit map tool=addline cats=1,2,3,4 layer=1 # line from 1 to 2 and line from 3 to 4 Anyway, v.edit doesn't not seem to be a good module for such functionality. (?) Sure you can always write a simple script and use v.in.ascii approach (can be quite slow). Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
