Feature request #3594
Raster merge causing older project crash
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Project Loading/Saving | ||
| Pull Request or Patch supplied: | Resolution: | fixed | |
| Easy fix?: | No | Copied to github as #: | 13654 |
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
#1
Updated by Jürgen Fischer over 14 years ago
the attached patch seems to fix the issue.
#2
Updated by John Tull over 14 years ago
The patch worked well for me. Thanks
+1 to apply
#3
Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
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).
