[GRASSweb-list]markus: web/grass51/tutorial network.html,1.8,1.9
grass at intevation.de
grass at intevation.de
Wed Aug 13 12:22:04 EDT 2003
- Previous message: [GRASSweb-list]markus: web/grass51/tutorial/images v.net.steiner.hospitals.png,NONE,1.1 v.net.steiner.hospitals_small.png,NONE,1.1
- Next message: [GRASSweb-list]markus: web/grass51/tutorial/images v.net.salesman.hospitals.png,NONE,1.1 v.net.salesman.hospitals_small.jpg,NONE,1.1 v.net.steiner.hospitals_small.jpg,NONE,1.1 v.net.steiner.hospitals_small.png,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: markus
Update of /grassrepository/web/grass51/tutorial
In directory doto:/tmp/cvs-serv5605
Modified Files:
network.html
Log Message:
v.distance.connect -> v.distance
Index: network.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/network.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- network.html 13 Aug 2003 16:06:09 -0000 1.8
+++ network.html 13 Aug 2003 16:22:01 -0000 1.9
@@ -262,7 +262,8 @@
First we generate the connection map between schools and closest streets:
<div class="code"><pre>
-v.distance.connect input1=schools input2=strassen output=streets_schools_connect
+v.distance -p from=schools to=strassen output=streets_schools_connect upload=dist column=dist
+
d.erase
d.vect strassen col=grey
d.vect schools col=red
- Previous message: [GRASSweb-list]markus: web/grass51/tutorial/images v.net.steiner.hospitals.png,NONE,1.1 v.net.steiner.hospitals_small.png,NONE,1.1
- Next message: [GRASSweb-list]markus: web/grass51/tutorial/images v.net.salesman.hospitals.png,NONE,1.1 v.net.salesman.hospitals_small.jpg,NONE,1.1 v.net.steiner.hospitals_small.jpg,NONE,1.1 v.net.steiner.hospitals_small.png,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the grass-web
mailing list