[GRASSweb-list]markus: web/grass51/tutorial network.html,1.11,1.12

grass at intevation.de grass at intevation.de
Tue Oct 28 04:26:30 EST 2003


Author: markus

Update of /grassrepository/web/grass51/tutorial
In directory doto:/tmp/cvs-serv13930

Modified Files:
	network.html 
Log Message:
updates

Index: network.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/network.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- network.html	12 Sep 2003 08:05:09 -0000	1.11
+++ network.html	28 Oct 2003 09:26:27 -0000	1.12
@@ -277,10 +277,13 @@
 <div class="code"><pre>
 v.patch in=streets_schools,streets_schools_connect out=schools_net
 
-#next will also remove the bridges... (new tool in v.clean needed to avoid that)
-v.clean in=schools_net out=schools_net_clean tool=svtlx,break thresh=1
+#note: next will also remove the few bridges in the streets_schools map...
+v.clean in=schools_net out=schools_net_clean tool=snap,break thresh=1
 g.remove vect=schools_net
-g.rename vect=schools_net_clean,schools_net
+
+#since g.rename doesn't exist:
+g.copy vect=schools_net_clean,schools_net
+g.remove vect=schools_net_clean
 
 d.erase
 d.vect schools_net





More information about the grass-web mailing list