Bug report #1991
Interpolation plugin does not set file extension to tif
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Marco Hugentobler | ||
Category: | C++ Plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12051 |
Description
When saving the interpolated raster from the interpolation plugin, the file extension (.tif) is not added automatically
History
#1 Updated by Marco Hugentobler about 15 years ago
I would say the bug is that it only saves ascii grid files at the moment ;-)
What it should do is to read the available GDAL driver capabilities and present the list of possible formats (similar to the raster terrain plugin).
#2 Updated by Marco Hugentobler about 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
It adds the .asc extension for ASCII grid in 849546b5 (SVN r12246)