[GRASS-SVN] r73829 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 24 08:20:15 PST 2018
Author: martinl
Date: 2018-12-24 08:20:15 -0800 (Mon, 24 Dec 2018)
New Revision: 73829
Modified:
grass/trunk/gui/wxpython/xml/toolboxes.xml
grass/trunk/gui/wxpython/xml/wxgui_items.xml
Log:
r.mapcalc.simple added to the menu, #3431
Modified: grass/trunk/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/toolboxes.xml 2018-12-24 13:05:41 UTC (rev 73828)
+++ grass/trunk/gui/wxpython/xml/toolboxes.xml 2018-12-24 16:20:15 UTC (rev 73829)
@@ -70,7 +70,7 @@
<module-item name="r.mask">
<label>Mask</label>
</module-item>
- <wxgui-item name="RasterMapCalculator"/>
+ <subtoolbox name="RasterMapCalculator"/>
<subtoolbox name="NeighborhoodAnalysis"/>
<subtoolbox name="OverlayRasters"/>
<subtoolbox name="SolarRadianceAndShadows"/>
@@ -575,6 +575,18 @@
</module-item>
</items>
</toolbox>
+ <toolbox name="RasterMapCalculator">
+ <label>Raster map calculator</label>
+ <items>
+ <module-item name="r.mapcalc.simple">
+ <label>Simplified raster map calculator</label>
+ </module-item>
+ <module-item name="r.mapcalc">
+ <label>Raster map calculator</label>
+ <handler>OnMapCalculator</handler>
+ </module-item>
+ </items>
+ </toolbox>
<toolbox name="GRASSWorkingEnvironment">
<label>GRASS working environment</label>
<items>
Modified: grass/trunk/gui/wxpython/xml/wxgui_items.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/wxgui_items.xml 2018-12-24 13:05:41 UTC (rev 73828)
+++ grass/trunk/gui/wxpython/xml/wxgui_items.xml 2018-12-24 16:20:15 UTC (rev 73829)
@@ -85,13 +85,6 @@
<description>User GUI preferences (display font, commands, digitizer, etc.)</description>
<wx-id>ID_PREFERENCES</wx-id>
</wxgui-item>
- <wxgui-item name="RasterMapCalculator">
- <label>Raster map calculator</label>
- <handler>OnMapCalculator</handler>
- <related-module>r.mapcalc</related-module>
- <description>Raster map calculator</description>
- <keywords>raster,algebra</keywords>
- </wxgui-item>
<wxgui-item name="Histogram">
<label>Histogram</label>
<handler>OnHistogram</handler>
More information about the grass-commit
mailing list