#1793: WXGUI r3.mapcalc adds layer to layer manager as a raster layer
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Launch r3.mapcalc from WXGUI and enter any expression (i.e. random(1,2));
Run it; Observe how a new layer is added to layer manager and it fails, as
it's done with d.rast instead of d.rast3d. In meantime r3.mapcalc also
shows wrong command (r.mapcalc not r3.mapcalc) in window's command
preview, still on "Run" it executes correct one.