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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 2 05:07:43 EST 2011


Author: mmetz
Date: 2011-12-02 02:07:43 -0800 (Fri, 02 Dec 2011)
New Revision: 49485

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
add r.viewshed to GUI

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2011-12-02 09:58:51 UTC (rev 49484)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2011-12-02 10:07:43 UTC (rev 49485)
@@ -1258,6 +1258,13 @@
 	      <help>Line-of-sight raster analysis program.</help>
 	      <keywords>raster,viewshed</keywords>
 	      <handler>OnMenuCmd</handler>
+	      <command>r.viewshed</command>
+	    </menuitem>
+	    <menuitem>
+	      <label>Visibility [DEPRECATED]</label>
+	      <help>Line-of-sight raster analysis program.</help>
+	      <keywords>raster,viewshed</keywords>
+	      <handler>OnMenuCmd</handler>
 	      <command>r.los</command>
 	    </menuitem>
 	    <menuitem>



More information about the grass-commit mailing list