Browse Source

wxgui - adding v.outlier to menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55179 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 12 years ago
parent
commit
e95f8b7f55
1 changed files with 7 additions and 0 deletions
  1. 7 0
      gui/wxpython/xml/menudata.xml

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

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