[GRASS-SVN] r54453 - grass/trunk/vector/v.build

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 28 13:49:47 PST 2012


Author: martinl
Date: 2012-12-28 13:49:46 -0800 (Fri, 28 Dec 2012)
New Revision: 54453

Modified:
   grass/trunk/vector/v.build/v.build.html
Log:
v.build: manual updated


Modified: grass/trunk/vector/v.build/v.build.html
===================================================================
--- grass/trunk/vector/v.build/v.build.html	2012-12-28 17:14:55 UTC (rev 54452)
+++ grass/trunk/vector/v.build/v.build.html	2012-12-28 21:49:46 UTC (rev 54453)
@@ -1,31 +1,34 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.build</em> builds support files for (binary)
-GRASS vector data files.  These support files supply
-topology and category information that are needed by other
-GRASS modules.
-<p>GRASS is generating these support files automatically,
-only in rare cases the user has to (re)build them.
-<p>Refer to
-<em><a href="vectorintro.html">Vector data processing in GRASS GIS</a></em>
-for more information on GRASS GIS vector data model.
+<em>v.build</em> builds support files for GRASS vector maps. These
+support files supply topology and category information including
+spatial index that are needed by other GRASS modules.
 
+<p>
+GRASS is generating these support files automatically, only in rare
+cases the user has to (re)build them.
+
+<p>
+Refer to
+<a href="vectorintro.html">vector data processing in GRASS GIS</a> for
+more information on GRASS vector data model.
+
 <h2>NOTES</h2>
 
-<em>v.build</em> creates support files only for binary
-vector maps located in the user's current mapset. If vector map 
-is located in another mapset, you need to specify this:
+<em>v.build</em> creates support files only for vector maps located in
+the user's current mapset. It's not possible to rebuild support files
+(<b>option=build</b>) for vector maps from other mapsets.
 
-<p><div class="code"><pre>
-v.build map=geology at PERMANENT
-</pre></div>
-
-<p>In case of errors, the user can optionally generate an <em>error</em>
+<p>
+In case of errors, the user can optionally generate an <b>error</b>
 vector map containing the erroneous vectors for later inspection.
 
 <h2>SEE ALSO</h2>
 
-<em><a href="v.build.polylines.html">v.build.polylines</a></em>
+<em>
+  <a href="v.build.all.html">v.build.all</a>,
+  <a href="v.build.polylines.html">v.build.polylines</a>
+</em>
 
 <h2>AUTHORS</h2>
 
@@ -36,4 +39,5 @@
 Research Laboratory,<br>
 Radim Blazek, ITC-irst, Trento, Italy
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list