[GRASS-SVN] r73936 - grass/trunk/vector/v.type
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 14 03:12:34 PST 2019
Author: neteler
Date: 2019-01-14 03:12:34 -0800 (Mon, 14 Jan 2019)
New Revision: 73936
Modified:
grass/trunk/vector/v.type/v.type.html
Log:
v.type manual: ref to v.centroids added
Modified: grass/trunk/vector/v.type/v.type.html
===================================================================
--- grass/trunk/vector/v.type/v.type.html 2019-01-13 22:08:53 UTC (rev 73935)
+++ grass/trunk/vector/v.type/v.type.html 2019-01-14 11:12:34 UTC (rev 73936)
@@ -9,9 +9,15 @@
v.type input=map_l output=map_b from_type=line to_type=boundary
</pre></div>
+In order to create areas, centroids must be added with <b>v.centroids</b>.
+
<h2>SEE ALSO</h2>
-<em><a href="v.to.points.html">v.to.points</a></em>
+<em>
+<a href="v.centroids.html">v.centroids</a>,
+<a href="v.to.points.html">v.to.points</a>
+</em>
+
<h2>AUTHOR</h2>
Radim Blazek, ITC-Irst, Trento, Italy
More information about the grass-commit
mailing list