[GRASS-SVN] r34884 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 14 16:17:03 EST 2008


Author: martinl
Date: 2008-12-14 16:17:03 -0500 (Sun, 14 Dec 2008)
New Revision: 34884

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
wxGUI: v.to.3d added to menu


Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2008-12-14 20:41:19 UTC (rev 34883)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2008-12-14 21:17:03 UTC (rev 34884)
@@ -482,6 +482,12 @@
 	      <command>v.to.rast3</command>
 	    </menuitem>
 	    <menuitem>
+	      <label>2D vector to 3D vector</label>
+	      <help>Performs transformation of 2D vector features to 3D.</help>
+	      <handler>self.OnMenuCmd</handler>
+	      <command>v.to.3d</command>
+	    </menuitem>
+	    <menuitem>
 	      <label>Sites to vector</label>
 	      <help>Converts a GRASS site_lists file into a vector map.</help>
 	      <handler>self.OnMenuCmd</handler>



More information about the grass-commit mailing list