Opened 9 years ago
Last modified 7 years ago
#2858 new defect
d.mon cairo cleans the image without overwrite flag
Reported by: | wenzeslaus | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.4 |
Component: | Display | Version: | svn-trunk |
Keywords: | d.mon, rendering, overwrite | Cc: | |
CPU: | Unspecified | Platform: | Linux |
Description
d.mon
with start=cairo
removes whatever is in the output file (named map.png by default) even though the --overwrite
flag was not specified. The file is left there but it is empty. This happens in trunk, not in 70 release branch. Here are steps to reproduce it:
- Render an image:
d.mon cairo d.rast elevation d.mon stop=cairo
- View the file map.png. elevation map should be there.
- Try to start d.mon again:
> d.mon cairo ERROR: option <output>: <map.png> exists. To overwrite, use the --overwrite flag
- Correct error was reported but view the file map.png. It is there but it is empty.
Change History (6)
comment:1 by , 9 years ago
Milestone: | 7.1.0 → 7.2.0 |
---|
comment:3 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:6 by , 7 years ago
Milestone: | → 7.2.4 |
---|
Note:
See TracTickets
for help on using tickets.
Milestone renamed