瀏覽代碼

v.generalize: clarify cats and where options with regard to layer

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74410 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 6 年之前
父節點
當前提交
5a1e56cb1a
共有 1 個文件被更改,包括 11 次插入4 次删除
  1. 11 4
      vector/v.generalize/v.generalize.html

+ 11 - 4
vector/v.generalize/v.generalize.html

@@ -1,9 +1,16 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.generalize</em>
-is a module for the generalization of GRASS vector maps. This module
-consists of algorithms for line simplification, line smoothing,
-network generalization and displacement (new methods may be added later).
+<em>v.generalize</em> is a module for the generalization of GRASS 
+vector maps. This module consists of algorithms for line 
+simplification, line smoothing, network generalization and displacement 
+(new methods may be added later).
+
+<p>
+The <b>cats</b> and <b>where</b> options are used only if a <b>layer</b> 
+&gt; 0 is specified, otherwise, those options are ignored. Be aware 
+that the default is <em>layer=-1</em>, meaning that all layers are 
+processed, ignoring the <b>cats</b> and <b>where</b> options.
+
 <p>If <b>type=area</b> is selected, boundaries of selected areas will be 
 generalized, and the options <b>cats</b>, <b>where</b>, and 
 <b>layer</b> will be used to select areas.