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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 21 02:32:00 EST 2008


Author: cmbarton
Date: 2008-02-21 02:31:59 -0500 (Thu, 21 Feb 2008)
New Revision: 30274

Modified:
   grass/trunk/gui/tcltk/gis.m/gmmenu.tcl
Log:
Removed extra v.dissolve. Moved v.generalize in menu next to v.clean

Modified: grass/trunk/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-02-21 02:02:34 UTC (rev 30273)
+++ grass/trunk/gui/tcltk/gis.m/gmmenu.tcl	2008-02-21 07:31:59 UTC (rev 30274)
@@ -422,6 +422,7 @@
 		{separator}
 		{command {[G_msg "Create/rebuild topology: "]} {} "v.build: Create or rebuild topology of vector objects" {} -command {execute v.build }}
 		{command {[G_msg "Clean vector"]} {} "v.clean: Clean vector objects" {} -command {execute v.clean }}
+		{command {[G_msg "Generalization"]} {} "v.generalize: Smooth, simplify, displace, or generalize a vector map" {} -command {execute v.generalize }}
 		{separator}
 		{command {[G_msg "Convert object types"]} {} "v.type: Convert vector objects from one feature type to another" {} -command {execute $env(GISBASE)/etc/gui/scripts/v.type.sh }}
 		{separator}
@@ -445,7 +446,6 @@
 		{separator}
 		{command {[G_msg "Metadata support"]} {} "v.support: Edit metadata for vector map" {} -command {execute v.support }}
 		{separator}
-		{command {[G_msg "Generalization"]} {} "v.generalize: Generalize a vector map" {} -command {execute v.generalize }}
 	}}
 	{separator}
 	{command {[G_msg "Query with attributes"]} {} "v.extract: Query vector objects by attribute values" {} -command {execute v.extract }}
@@ -453,7 +453,6 @@
 	{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