Bug report #3450
GdalTools: grid - loading a point layer from the canvas does not work
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Python plugins | ||
| 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 #: | 13510 |
Description
If a file is loaded on the canvas, attempting to use it for grid analyses results in an error:
the selected file is not supported by OGR.
The same file is ok when loaded from filesystem
Associated revisions
fix #3450
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15342 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #3450
git-svn-id: http://svn.osgeo.org/qgis/trunk@15342 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1
Updated by Borys Jurgiel over 14 years ago
Seems like an easy fix. Brushtyler, I don't fix it myself as I believe there must be a reason for the comment in doGrid.GdalToolsDialog.getInputFileName() ?
#2
Updated by Giuseppe Sucameli over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Replying to [comment:1 borysiasty]:
Seems like an easy fix. Brushtyler, I don't fix it myself as I believe there must be a reason for the comment in doGrid.GdalToolsDialog.getInputFileName() ?
No reasons... I fixed it.
#3
Updated by Giuseppe Sucameli over 14 years ago
Fixed in eda85f11 (SVN r15343)