瀏覽代碼

wxGUI: v.to.3d added to menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34885 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父節點
當前提交
9a3bb43ded
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      gui/wxpython/xml/menudata.xml

+ 6 - 0
gui/wxpython/xml/menudata.xml

@@ -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>