Opened 6 years ago
Last modified 6 years ago
#3678 new defect
Map Display is not updated after r.mask in executed in the Console
Reported by: | wenzeslaus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.6.2 |
Component: | wxGUI | Version: | svn-releasebranch74 |
Keywords: | MASK, r.mask, mapdisp, console | Cc: | |
CPU: | Unspecified | Platform: | All |
Description
In the sample NC location, add raster (using buttons or Console):
d.rast aspect
Activate mask using command in Console tab:
r.mask raster=basin_50K
But seemingly nothing happens because Map Display window is not updated. Same for r.mask -r
.
Map Display is updated when other modules are executed including r.colors, so the expected behavior is that the update happens also after r.mask. When r.mask is used from the GUI dialog/form, the Map Display is updated.
Note:
See TracTickets
for help on using tickets.
Workaround: Use the Render map in the Map Display toolbar (when in doubts about what you see in Map Display).