Bug report #3254
GdalTools - Managing render flag in batch tools
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Build/Install | ||
| Affected QGIS version: | Regression?: | No | |
| Operating System: | Debian | Easy fix?: | No |
| Pull Request or Patch supplied: | Resolution: | fixed | |
| Crashes QGIS or corrupts data: | Copied to github as #: | 13314 |
Description
Batch tools add several layers to canvas.
To avoid waste of time the best practice is:
- disabling the render
- adding the layers
- re-enabling the render
Thanks Germán!
Associated revisions
Managed the render flag in batch tools to avoid waste of time loading many layers, to fix #3254
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14875 c8812cc2-4d05-0410-92ff-de0c093fc19c
Managed the render flag in batch tools to avoid waste of time loading many layers, to fix #3254
git-svn-id: http://svn.osgeo.org/qgis/trunk@14875 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1
Updated by Giuseppe Sucameli almost 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed from