#3591 closed defect (fixed)
r.import does not recognize selected file
Reported by: | cmbarton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 7.4.2 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | r.import | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
r.import will not recognize files selected and showing in the list of raster layers. No matter what, it returns this message:
"No layer selected. Operation canceled"
Maybe related to issue solved in https://trac.osgeo.org/grass/ticket/3570. I don't know if this is a Mac specific issue, a wxPython 4 related issue, or something more general.
In GRASS 7.5 trunk, compiled 12 June 2018
Attachments (4)
Change History (17)
comment:1 by , 6 years ago
Milestone: | → 7.6.0 |
---|
comment:3 by , 6 years ago
I made a quick test: NC sample dataset, g.gui >> File >> Import raster map >> Simplified ... (r.import).
No problem identified. See screenshot
comment:4 by , 6 years ago
I've added a screenshot that shows what happens when I press the "import" button
comment:5 by , 6 years ago
v.import on Mac also has this bug in the GUI. r.import and v.import both work fine in the command line on Mac. Tested on GRASS 7.4.1 on Mac.
comment:7 by , 6 years ago
Replying to cmbarton:
What I reported is for the GUI
Right, I am just adding that v.import has the same error. Maybe that should go in a separate ticket. Regarding the command line, I just wanted to clarify that both commands work and the issue is with the GUI.
comment:12 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed in v. 7.4 on up. Closing
comment:13 by , 6 years ago
Milestone: | 7.6.0 → 7.4.2 |
---|
Is this a problem of the GUI of r.import or of r.import itself, i.e. does the error appear when run on the CLI or when run in the GUI?