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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 28 07:05:51 PST 2012


Author: neteler
Date: 2012-11-28 07:05:51 -0800 (Wed, 28 Nov 2012)
New Revision: 54088

Modified:
   grass/trunk/vector/v.clean/main.c
Log:
fix lost prune

Modified: grass/trunk/vector/v.clean/main.c
===================================================================
--- grass/trunk/vector/v.clean/main.c	2012-11-28 12:11:47 UTC (rev 54087)
+++ grass/trunk/vector/v.clean/main.c	2012-11-28 15:05:51 UTC (rev 54088)
@@ -87,6 +87,7 @@
 	       "snap;%s;"
 	       "rmdac;%s;"
 	       "bpol;%s;"
+	       "prune;%s;"
 	       "rmarea;%s;"
 	       "rmline;%s;"
 	       "rmsa;%s",
@@ -102,8 +103,8 @@
 	       _("remove duplicate area centroids ('type' option ignored)"),
 	       _("break (topologically clean) polygons (imported from "
 		 "non topological format, like ShapeFile). Boundaries are broken on each "
-		 "point shared between 2 and more polygons where angles of segments are different;"
-		 "prune;remove vertices in threshold from lines and boundaries, "
+		 "point shared between 2 and more polygons where angles of segments are different"),
+	       _("remove vertices in threshold from lines and boundaries, "
 		 "boundary is pruned only if topology is not damaged (new intersection, "
 		 "changed attachement of centroid), first and last segment of the boundary "
 		 "is never changed"),



More information about the grass-commit mailing list