Opened 16 years ago
Closed 16 years ago
#305 closed defect (fixed)
Add created map into layer tree: errors for import modules
Reported by: | msieczka | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | grass-dev@… | |
CPU: | All | Platform: | All |
Description
- in preferences set "Add created map into layer tree"
- try to import using any module, in GUI, = errors
For example, 'v.in.ogr dsn=pomiar.shp output=pomiar' yields:
Execution failed: 'd.vect map=pomiar@podklady --q' Details: Error: Vector map <pomiar@podklady> not found
Moreover, re-running the command with ovewrite will add the layer again (so after 2 re-runs you have the layer twice on the list, and so forth). Could this be avoided?
Change History (3)
comment:1 by , 16 years ago
Component: | default → wxGUI |
---|
follow-up: 3 comment:2 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Replying to msieczka:
- in preferences set "Add created map into layer tree"
- try to import using any module, in GUI, = errors
should be fixed in r34836 (6.4), r34837 (7.0).
Moreover, re-running the command with ovewrite will add the layer again (so after 2 re-runs you have the layer twice on the list, and so forth). Could this be avoided?
You can always disable adding new layer into layer tree if you re-run the same command...
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to martinl:
Moreover, re-running the command with ovewrite will add the layer again (so after 2 re-runs you have the layer twice on the list, and so forth). Could this be avoided?
You can always disable adding new layer into layer tree if you re-run the same command...
It's feature, closing the ticket.
I assume it's a wxGUI issue.