Feature #3594
Raster merge causing older project crash
| Status: | Closed | Start Date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Project Loading / Saving | |||
| Target version: | Version 1.7.0 | |||
| Platform: | All | Resolution: | fixed | |
| Platform version: | Patch supplied: | |||
| Status info: | 0 |
Description
The merge of raster branch into trunk is causing pre-1.7 projects to crash QGIS. Replacing all instances of:
<provider></provider>
with:
<provider>gdal</provider>
in the qgs file fixes the problem.
History
Updated by Jürgen Fischer about 2 years ago
the attached patch seems to fix the issue.
Updated by John Tull about 2 years ago
The patch worked well for me. Thanks
+1 to apply
Updated by Jürgen Fischer about 2 years ago
- Status changed from New to Closed
- Resolution set to fixed
Replying to [comment:2 jctull]:
The patch worked well for me. Thanks +1 to apply
ok, then - so that seems to work everywhere. applied in 251dada4 (SVN r15454).