[GRASS-SVN] r30266 - grass/trunk/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 19 22:50:12 EST 2008


Author: cmbarton
Date: 2008-02-19 22:50:12 -0500 (Tue, 19 Feb 2008)
New Revision: 30266

Modified:
   grass/trunk/gui/tcltk/gis.m/gmmenu.tcl
Log:
Adding v.dissolve to menu

Modified: grass/trunk/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-02-19 21:05:36 UTC (rev 30265)
+++ grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-02-20 03:50:12 UTC (rev 30266)
@@ -453,6 +453,7 @@
 	{command {[G_msg "Query with another map"]} {} " v.select: Query objects using objects from a second map" {} -command {execute v.select }}
 	{separator}
 	{command {[G_msg "Buffer vectors"]} {} "v.buffer: Create vector buffers around vector objects" {} -command {execute v.buffer }}
+	{command {[G_msg "Dissolve boundaries"]} {} "v.dissolve: Dissolve common boundaries and optionally reclassify objects with common cats or attributes" {} -command {execute v.dissolve }}
 	{cascad {[G_msg "Lidar analysis"]} {} "" $tmenu {			
 		{command {[G_msg "Detect edges"]} {} "v.lidar.edgedetection: Detect object edges in Lidar data" {} -command {execute v.lidar.edgedetection }}
 		{command {[G_msg "Detect interiors"]} {} "v.lidar.growing: Detect interiors of objects in Lidar data" {} -command {execute v.lidar.growing }}



More information about the grass-commit mailing list