-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve consistency in georeferencing setup
After calling Georeferencing::setProjectedRefPoint(..., false, false), consistently configure scaling and rotation explicitly. In most cases, this means simply preserving the current values of combined scale factor and grivation (which affect the transformation to paper coordinates directly), causing calculated updates to auxiliary scale factor and declination. Given that transformation is preserved, there shall be no visible effect. However, the Georeferencing objects are put into a consistent state with regard to the scaling and rotation variables, similar to what is otherwise achieved by calling setProjectedRefPoint(...). This relevant at least where Georeferencing objects are saved/loaded as member of template configuration etc.
- Loading branch information
Showing
6 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters