浏览代码

fix module name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34811 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 年之前
父节点
当前提交
2c6d68f0ec
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vector/v.delaunay2/v.delaunay.html

+ 2 - 2
vector/v.delaunay2/v.delaunay.html

@@ -1,6 +1,6 @@
 <H2>DESCRIPTION</H2>
 <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>).
 to create a Delaunay triangulation vector map (<B>output</B>).
 <P>
 <P>
 
 
@@ -21,7 +21,7 @@ Delaunay triangulation example:
 Commands used with the Spearfish dataset to create the above figure.
 Commands used with the Spearfish dataset to create the above figure.
 <div class="code"><pre>
 <div class="code"><pre>
   g.region n=4927250 s=4920000 w=588650 e=605850
   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
   d.vect map=arch_delaunay color=0:0:255
 </pre></div>
 </pre></div>