[GRASS-SVN] r32541 - grass-addons/vector/v.strahler
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 5 10:09:39 EDT 2008
Author: annalisapg
Date: 2008-08-05 10:09:39 -0400 (Tue, 05 Aug 2008)
New Revision: 32541
Modified:
grass-addons/vector/v.strahler/v.mainchannel
Log:
so v.mainchannel works with gis.m
Modified: grass-addons/vector/v.strahler/v.mainchannel
===================================================================
--- grass-addons/vector/v.strahler/v.mainchannel 2008-08-05 12:37:36 UTC (rev 32540)
+++ grass-addons/vector/v.strahler/v.mainchannel 2008-08-05 14:09:39 UTC (rev 32541)
@@ -103,7 +103,8 @@
echo "1 $x_max $y_max $xcoor $ycoor" | v.net.path input=out_isodistance output=$output type=line alayer=1 nlayer=2
#plot the result of elaboration in relation to the strahler ordered stream network
-d.erase
+d.mon stop=x0
+d.mon start=x0
d.vect $input display=shape,cat
d.vect map=$output color=255:0:0 lcolor=0:0:0 fcolor=170:170:170 display=shape type=line icon=basic/x size=5 width=2 layer=1 lsize=8
d.barscale tcolor=0:0:0 bcolor=255:255:255 at=2,2
More information about the grass-commit
mailing list