Opened 11 years ago
Closed 6 years ago
#2246 closed defect (worksforme)
G7: r.shaded.relief result not added to layer tree
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.7 |
Component: | Raster | Version: | svn-releasebranch70 |
Keywords: | r.shaded.relief | Cc: | |
CPU: | x86-64 | Platform: | All |
Description
When calculating a shaded map with r.shaded.relief, the resulting map is not added to the map layer tree. I used "elevation@PERMANENT", NC location
The shaded map is calculated but not added.
g.version -g version=7.0.0svn date=2014 revision=59520 build_date=2014-03-30 build_platform=x86_64-unknown-linux-gnu
Change History (6)
follow-up: 2 comment:1 by , 11 years ago
comment:2 by , 11 years ago
Component: | wxGUI → Raster |
---|---|
Platform: | Linux → All |
Replying to wenzeslaus:
Please specify if you've filled parameter
output
or not.
No, I did not (so the "strange" default was used).
...
The
output
should be always required, IMO, and the same applies for all modules with the same behavior if there are any.
For consistency (and to make the GUI happy) it would make sense to change it.
comment:3 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:4 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:5 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
Note:
See TracTickets
for help on using tickets.
Please specify if you've filled parameter
output
or not.Because there is a strange thing in G7:r.shaded.relief that
output
is not required and if you not specify it, a raster with the name<name_of_input>.shade
is created. And in this case there is no (easy, currently implemented) way in GRASS how GUI can get know that something was created (this is result of the separate processes design). In the first case, GUI is guessing from the parameters.The
output
should be always required, IMO, and the same applies for all modules with the same behavior if there are any.