浏览代码

v.info manual: note on -c flag added (#198)

Explanation of attribute table connection need for -c flag added.
Fixes https://trac.osgeo.org/grass/ticket/3946
Markus Neteler 5 年之前
父节点
当前提交
7c1a6c2007
共有 1 个文件被更改,包括 10 次插入3 次删除
  1. 10 3
      vector/v.info/v.info.html

+ 10 - 3
vector/v.info/v.info.html

@@ -3,10 +3,16 @@
 <em>v.info</em> reports some basic information (metadata) about a
 user-specified vector map and its topology status.
 
-<p>If topology info is not available (i.e., vector map cannot be open on
+<p>
+If topology info is not available (i.e., vector map cannot be opened on
 level 2), vector map extends and number of features need to be counted
 on the fly which may take some time.
 
+<p>
+Note that the flag <b>-c</b> only works when the vector map is connected
+to one or several attribute table(s). This connection can be shown or set
+with <em>v.db.connect</em>.
+
 <h2>EXAMPLE</h2>
 
 <h3>Basic metadata information</h3>
@@ -146,10 +152,11 @@ gcore.vector_info_topo('geology') # for `v.info shell=topo`
 <em>
 <a href="r.info.html">r.info</a>,
 <a href="r3.info.html">r3.info</a>,
-<a href="t.info.html">t.info</a>
+<a href="t.info.html">t.info</a>,
+<a href="v.db.connect.html">v.db.connect</a>
 </em>
 
-<h2>AUTHOR</h2>
+<h2>AUTHORS</h2>
 
 Original author CERL<br>
 Updated to GRASS 6 by Radim Blazek, ITC-Irst, Trento, Italy<br>