[GRASS-SVN] r55179 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 22 09:06:29 PST 2013


Author: cmbarton
Date: 2013-02-22 09:06:29 -0800 (Fri, 22 Feb 2013)
New Revision: 55179

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxgui - adding v.outlier to menu

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2013-02-22 13:37:06 UTC (rev 55178)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2013-02-22 17:06:29 UTC (rev 55179)
@@ -2246,6 +2246,13 @@
           <label>Lidar analysis</label>
           <items>
             <menuitem>
+              <label>Identify and remove outliers</label>
+              <help>Removes outlier points from a LIDAR data set.</help>
+              <keywords>vector,LIDAR,outliers</keywords>
+              <handler>OnMenuCmd</handler>
+              <command>v.outlier</command>
+            </menuitem>
+            <menuitem>
               <label>Detect edges</label>
               <help>Detects the object's edges from a LIDAR data set.</help>
               <keywords>vector,LIDAR,edges</keywords>



More information about the grass-commit mailing list