[GRASS-SVN] r66677 - grass/branches/releasebranch_7_0/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 30 07:31:50 PDT 2015


Author: neteler
Date: 2015-10-30 07:31:50 -0700 (Fri, 30 Oct 2015)
New Revision: 66677

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: add r.import and v.import to the menu (trunk, r66664 + r66676)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2015-10-30 14:29:11 UTC (rev 66676)
+++ grass/branches/releasebranch_7_0/gui/wxpython/xml/toolboxes.xml	2015-10-30 14:31:50 UTC (rev 66677)
@@ -249,6 +249,9 @@
     <label>Import raster data</label>
     <items>
       <wxgui-item name="CommonFormatsImport"/>
+      <module-item name="r.import">
+        <label>Import of common formats with reprojection</label>
+      </module-item>
       <separator/>
       <module-item name="r.in.xyz">
         <label>ASCII x,y,z point import and gridding</label>
@@ -298,6 +301,9 @@
     <label>Import vector data</label>
     <items>
       <wxgui-item name="CommonImportFormats"/>
+      <module-item name="v.import">
+        <label>Import of common formats with reprojection</label>
+      </module-item>
       <separator/>
       <module-item name="v.in.ascii">
         <label>ASCII points or GRASS ASCII format</label>



More information about the grass-commit mailing list