Bug report #10964
Processing: wrong warning shows when the projects has layer with manually defined CRSs
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 19312 |
Description
steps:
+ create a project and add a raster layer
+ duplicate the layer
+ in the duplicate layer change manually (for whatever reason) the CRS to a different one
+ save the project
starting from now when using certain tools (like "warp") a warning will pop up
Layers do not all use the same CRS.
This can cause unexpected results.
Do you want to continue?
problem is that for tools that have only 1 input file does not make sense at all...
Associated revisions
[processing] don't warn about different CRS's if algorithm has only one
input (fix #10964)
History
#1 Updated by Alexander Bruy over 10 years ago
- Status changed from Open to Closed
Fixed in changeset 24e89a4712f8f7936e99f177c48cb13bc216540d.
#2 Updated by Alexander Bruy over 10 years ago
- Resolution set to fixed/implemented
#3 Updated by Giovanni Manghi over 9 years ago
- Category changed from 94 to Processing/Core