[GRASS-dev] [GRASS GIS] #2423: r.series.interp missing in wxGUI menu

GRASS GIS trac at osgeo.org
Mon Sep 29 08:40:44 PDT 2014


#2423: r.series.interp missing in wxGUI menu
------------------------------------------+---------------------------------
 Reporter:  jbrauner                      |       Owner:  grass-dev@…              
     Type:  defect                        |      Status:  new                      
 Priority:  normal                        |   Milestone:  7.1.0                    
Component:  wxGUI                         |     Version:  svn-trunk                
 Keywords:  r.series.interp, wxGUI, menu  |    Platform:  All                      
      Cpu:  All                           |  
------------------------------------------+---------------------------------

Comment(by wenzeslaus):

 Replying to [comment:2 jbrauner]:
 > I ''try'' to deduct my thinking process here ... which lead to the patch
 :)
 >
 > Replying to [comment:1 neteler]:
 > > I would be happy to intergrate tge missing item but it is not clear to
 me which files to edit:
 > >
 > > {{{
 > > ls gui/wxpython/xml/*.xml
 > > main_menu.xml         menudata_psmap.xml  module_tree_menudata.xml
 toolboxes.xml
 > > menudata_modeler.xml  menudata.xml        module_tree.xml
 wxgui_items.xml
 > > }}}
 >
 > I somehow figured out (after checking the wxGUI developer documentation
 and the source code), that it has to be {{{toolboxes.xml}}}, because
 >

 There was [source:grass/trunk/gui/wxpython/wxguitoolboxes.dox?rev=57001 a
 documentation for this] in programming manual but it was deleted few days
 ago in r62097. However, there is still a user-oriented documentation which
 applies almost completely:

  * http://grass.osgeo.org/grass71/manuals/wxGUI.toolboxes.html

 (except for location of the files)

 > > What is the role of
 > >
 > > gui/wxpython/tools/update_menudata.py
 > >
 > > ?
 >
 > this script delivers a list of all possible menuentries and
 {{{toolboxes.xml}}} based on {{{menudata.xml}}} provides the structure,
 place and the labels used in the menu.
 >
 See, (removed) documentation
 (source:grass/trunk/gui/wxpython/wxguitoolboxes.dox?rev=57001#L224).
 Perhaps we could remove the script now. I would have to double check.

 Anyway, use `make` and see what happens, if nothing do `make clean`, maybe
 `rm ...dist.../etc/gui` and `make` (or simple or time consuming `make
 distclean && make`).

 > Again, that was somehow a noobish deduction - but that's the best I can
 deliver right now. :)
 >

 If you want some example of a change, see the changes in r60768
 (backported r60771).

 I'm not doing the change because I don't know if "Overlay rasters" is the
 right toolbox/group/submenu for `r.series.interp`, interpolation is not
 really an overlay operation. Perhaps `r.series.accumulate` should go there
 (which is also not in the menu).

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/2423#comment:3>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list