Bug report #18491
QGIS 3 - badly generated jgw file
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Nyall Dawson | ||
Category: | Map Canvas | ||
Affected QGIS version: | 3.0.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26379 |
Description
If you have set the rotation of the canvas to bigger than 90 degress and then try to save map as image file then QGIS will generate wrong word file - the fourth value has double '-' at the beginning. Sample:
-0.01847046396465634
1.05817217183748857
1.05817217183748857
--0.01847046396465634
-1695664.99200768675655127
9425646.86312681064009666
History
#1 Updated by Nyall Dawson over 6 years ago
- Status changed from Open to Feedback
Can you please confirm whether the correct line should be:
"0.01847046396465634"
or
"-0.01847046396465634"?
#2 Updated by Tomasz Romaszkiewicz over 6 years ago
- Assignee set to Nyall Dawson
- Status changed from Feedback to Open
As we have checked, the correct values should be:
-0.01847046396465634
1.05817217183748857
1.05817217183748857
0.01847046396465634
-1695664.99200768675655127
9425646.86312681064009666
So the double '-' should disappear.
#3 Updated by Nyall Dawson over 6 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|a2ba566e2b98c5bb520b46c0635652fbf2140979.