[GRASS-SVN] r34811 - grass/trunk/vector/v.delaunay2
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 9 06:37:11 EST 2008
Author: hamish
Date: 2008-12-09 06:37:11 -0500 (Tue, 09 Dec 2008)
New Revision: 34811
Modified:
grass/trunk/vector/v.delaunay2/v.delaunay.html
Log:
fix module name
Modified: grass/trunk/vector/v.delaunay2/v.delaunay.html
===================================================================
--- grass/trunk/vector/v.delaunay2/v.delaunay.html 2008-12-09 11:33:37 UTC (rev 34810)
+++ grass/trunk/vector/v.delaunay2/v.delaunay.html 2008-12-09 11:37:11 UTC (rev 34811)
@@ -1,6 +1,6 @@
<H2>DESCRIPTION</H2>
-<EM>v.delaunay2</EM> uses an existing vector points map (<B>input</B>)
+<EM>v.delaunay</EM> uses an existing vector points map (<B>input</B>)
to create a Delaunay triangulation vector map (<B>output</B>).
<P>
@@ -21,7 +21,7 @@
Commands used with the Spearfish dataset to create the above figure.
<div class="code"><pre>
g.region n=4927250 s=4920000 w=588650 e=605850
- v.delaunay2 -lr in=archsites out=arch_delaunay
+ v.delaunay -lr in=archsites out=arch_delaunay
d.vect map=arch_delaunay color=0:0:255
</pre></div>
More information about the grass-commit
mailing list