Browse Source

add r.viewshed to GUI

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49485 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 years ago
parent
commit
cb21d25dc0
1 changed files with 7 additions and 0 deletions
  1. 7 0
      gui/wxpython/xml/menudata.xml

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

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