[GRASS-SVN] r39227 - grass/branches/develbranch_6/vector/v.clean
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 17 02:44:53 EDT 2009
Author: mmetz
Date: 2009-09-17 02:44:52 -0400 (Thu, 17 Sep 2009)
New Revision: 39227
Modified:
grass/branches/develbranch_6/vector/v.clean/description.html
Log:
manual for tool=prune updated
Modified: grass/branches/develbranch_6/vector/v.clean/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.clean/description.html 2009-09-17 06:44:21 UTC (rev 39226)
+++ grass/branches/develbranch_6/vector/v.clean/description.html 2009-09-17 06:44:52 UTC (rev 39227)
@@ -127,10 +127,15 @@
The <em>bpol</em> tool should be followed by <em>rmdupl</em>.
<h3>Remove vertices in threshold from lines and boundaries</h3>
+<em>tool=prune</em>
+<p>
+The <em>prune</em> tool simplifies lines and boundaries by removing
+vertices according to threshold. This tool preserves area topology,
+areas are never deleted and centroid attachment is never changed.
+<em><a href=v.generalize.html>v.generalize</a></em> offers much more
+functionality for line simplification but does not preserve area
+topology.
-The <em>prune</em> tool is currently broken, please use
-<em><a href=v.generalize.html>v.generalize</a></em> instead.
-
<h3>Remove small areas</h3>
<em>tool=rmarea</em>
<p>
More information about the grass-commit
mailing list