#305: Add created map into layer tree: errors for import modules
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: default | Version: svn-develbranch6
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
1. in preferences set "Add created map into layer tree"
2. try to import using any module, in GUI, = errors
For example, 'v.in.ogr dsn=pomiar.shp output=pomiar' yields:
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?
> 1. in preferences set "Add created map into layer tree"
>
> 2. 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...
> > 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...