Bug report #8408
GdalTools: Output format is already GeoTIFF
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | GDAL Tools | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 17179 |
Description
Some GdalTools (e.g. translation, warp) generate only GeoTIFF files, because the "-of" option is always set to "GTiff". So we need to directly edit the "-of" option to write into another format. The selected filter in the output file select dialog does not apply to the option. This means that some features of GdalTools are not working well.
History
#1 Updated by Minoru Akagi over 11 years ago
"already" in the title is a typo. It should be "always".
pull request to fix this issue: https://github.com/qgis/Quantum-GIS/pull/785
#2 Updated by Minoru Akagi about 11 years ago
Fixed in c27d1c0
#3 Updated by Minoru Akagi about 11 years ago
- Status changed from Open to Closed