[GRASS-SVN] r30275 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 21 02:34:49 EST 2008


Author: cmbarton
Date: 2008-02-21 02:34:49 -0500 (Thu, 21 Feb 2008)
New Revision: 30275

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
Added v.generalize and v.net.visibility

Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-02-21 07:31:59 UTC (rev 30274)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-02-21 07:34:49 UTC (rev 30275)
@@ -355,6 +355,7 @@
                 ("","","", ""),
                 ("Create/rebuild topology", "Create or rebuild topology of vector objects", "self.OnMenuCmd", "v.build"),
                 ("Clean vector map", "Clean vector objects", "self.OnMenuCmd", "v.clean"),
+                ("Generalization", "Smooth, simplify, displace, or generalize a vector map", "self.OnMenuCmd", "v.generalize"),
                 ("","","", ""),
                 ("Convert object types", "Convert vector objects from one feature type to another", "self.OnMenuCmd", "v.type.sh"),
                 ("","","", ""),
@@ -397,6 +398,7 @@
               ("Network analysis", (
                 ("Allocate subnets", "Allocate subnets for nearest centers", "self.OnMenuCmd", "v.net.alloc"),
                 ("Network maintenance", "Network maintenance", "self.OnMenuCmd", "v.net"),
+                ("Visibility network", "Create and maintain a visibility network", "self.OnMenuCmd", "v.net.visibility"),
                 ("Shortest route", "Calculate shortest route along network between 2 nodes", "self.OnMenuCmd", "v.net.path"),
                 ("Display shortest route (requires XTerm)", " Display shortest route along network between 2 nodes (visualization only)", "self.OnXTerm", "d.path"),
                 ("Split net", "Split net into bands between cost isolines", "self.OnMenuCmd", "v.net.iso"),



More information about the grass-commit mailing list