[GRASS-SVN] r30485 - grass/trunk/vector/v.clean

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 6 02:05:05 EST 2008


Author: hamish
Date: 2008-03-06 02:05:05 -0500 (Thu, 06 Mar 2008)
New Revision: 30485

Modified:
   grass/trunk/vector/v.clean/main.c
Log:
add comment about checking to see if remove duplicate lines also works for other features

Modified: grass/trunk/vector/v.clean/main.c
===================================================================
--- grass/trunk/vector/v.clean/main.c	2008-03-06 06:33:34 UTC (rev 30484)
+++ grass/trunk/vector/v.clean/main.c	2008-03-06 07:05:05 UTC (rev 30485)
@@ -63,7 +63,7 @@
         tool_opt->description = _("Cleaning tool");
         tool_opt->descriptions = 
 	    _("break;break lines at each intersection;"
-	      "rmdupl;remove duplicate lines (pay attention to categories!);"
+	      "rmdupl;remove duplicate lines (pay attention to categories!);" /* works for points too? what about other features? see lib/vector/Vlib/remove_duplicates.c */
 	      "rmdangle;remove dangles, threshold ignored if < 0;"
 	      "chdangle;change the type of boundary dangle to line, "
 	      "threshold ignored if < 0, input line type is ignored;"



More information about the grass-commit mailing list