Opened 9 years ago
Closed 8 years ago
#2952 closed enhancement (wontfix)
g.gui.gmodeler - global overwriting option is not respected
Reported by: | lfurtkevicova | Owned by: | martinl |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.5 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | gmodeler, global overwriting | Cc: | grass-dev@… |
CPU: | x86-64 | Platform: | Linux |
Description
e.g. for modules
v.import, db.in.ogr, r.terraflow,r.slope.aspect,r.mapcalc,v.overlay, v.to.rast, ...
outputs are not overwritten.
There is still an ERROR: option <output>: <xyz> exists. To overwrite, use the --overwrite flag
Change History (4)
comment:1 by , 9 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 9 years ago
Component: | Default → wxGUI |
---|
comment:3 by , 9 years ago
Milestone: | 7.0.4 → 7.0.5 |
---|
comment:4 by , 8 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I tried to reproduce this issue with two
v.import
modules in the model (in trunk). When I enable global overwriting (Model -> Model properties -> Allow overwriting
) the outputs are overwritten successfully. Can you provided more details?