Bug report #3172
raster calculator does not work with RasterLite?
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Data Provider | ||
| 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 #: | 13232 |
Description
Testing the new raster calculator, I discovered that apparently it does not work with valid RasterLite layers (or perhaps with mutiband?):
RASTERLITE:/home/paolo/qgis-sample.sqlite,table=TrueMarble@1 * 100
is invalid.
A sample db can be downloaded from: http://www.gaia-gis.it/qgis-sample.sqlite.gz (beware, 280 Mb)
History
#1
Updated by Marco Hugentobler almost 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
The problem were the :/- characters in the layer name. Should be fixed with 2fd7c32a (SVN r14697)