Bug report #19483
Saving rasters in Rasterlite2 format is not possible
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Even Rouault | ||
Category: | Rasters | ||
Affected QGIS version: | 3.3(master) | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 27311 |
Description
When QGIS build against GDAL with RasterLite2 support, corresponding format listed in the "Save Raster Layer as..." dialog. However, saving raster in this format is not possible: QGIS generates empty SQLite database but does not populate it with raster data.
Associated revisions
Raster: do not list RasterLite2 as a supported output format, and use a helper for every call site (fixes #19483)
Merge pull request #7984 from rouault/fix_19483
Raster: do not list RasterLite2 as a supported output format, and use a helper for every call site (fixes #19483)
History
#1 Updated by Even Rouault about 6 years ago
- Assignee set to Even Rouault
- Status changed from Open to In Progress
Actually RasterLite2 only supports CreateCopy(), and not Create(). So it shouldn't be listed
#2 Updated by Even Rouault about 6 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Closed
Applied in changeset qgis|d2a7668c1674816833b316c06f80064301c68cd3.