Переглянути джерело

Added notes about ID parameter

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34275 15284696-431f-4ddb-bdfa-cd5b030d7da7
Eric Patton 16 роки тому
батько
коміт
2436666556
1 змінених файлів з 6 додано та 2 видалено
  1. 6 2
      vector/v.category/v.category.html

+ 6 - 2
vector/v.category/v.category.html

@@ -2,7 +2,7 @@
 
 <em>v.category</em> attaches, deletes or reports vector categories to
 map geometry. These categories (IDs) are used to link geometry
-object(s) to attribute record (from attribute table linked to vector map).
+object(s) to attribute records (from attribute table linked to vector map).
 
 <h2>NOTES</h2>
 
@@ -28,7 +28,11 @@ in this case, the module places new centroids in areas automatically.
 
 <p>
 The <b>id</b> parameter specifies the list of feature ids to which the
-operation is performed. By default all vector features are processed.
+operation is performed; by default, all vector feature ids are processed. 
+The <b>id</b> is an internal (unique) geometry id that all vector primitives possess, 
+and is separate from any category the feature may also possess. 
+Use <div class="code"><pre><em><a href="v.edit.html">v.edit</a></em> map=inputname tool=select</pre></div>
+to find out the geometry ids of certain features.
 
 <h2>EXAMPLES</h2>