Opened 7 years ago
Closed 7 years ago
#3492 closed defect (fixed)
r.texture overwrites without --o flag and without any warning when map exists
Reported by: | veroandreo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.4.1 |
Component: | Raster | Version: | unspecified |
Keywords: | r.texture | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
Attachments (1)
Change History (6)
comment:1 by , 7 years ago
follow-ups: 4 5 comment:3 by , 7 years ago
I committed a version with slightly modified wording to trunk in r72380. Candidate for backport to 7.4 ?
comment:4 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
I didn't find a function of the sorts open_raster_new_if_not_exist_else_fatal, so the attached patch is what I found. It bails out after the first existing map found and only mentions that. Maybe it would be more elegant to collect all found maps and output the names of all the existing maps, but please already test this.