-
Notifications
You must be signed in to change notification settings - Fork 416
Correct geodetic scale denominator calculation #3979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Correct geodetic scale denominator calculation #3979
Conversation
|
@copilot can you add a test for the modified method? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Fixes an incorrect coordinate used in geodetic scale denominator computation so geodetic scale correction is applied at the intended map position.
Changes:
- Correct
minGeoXcomputation inScale.getGeodeticDenominatorto useposition.xinstead ofposition.y.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@sebr72 this is ready to be reviewed and merged |
…pendent projections (#3982) Add a regression test for geodetic scale with CH2056 X-position dependence Co-authored-by: sbrunner <353872+sbrunner@users.noreply.github.com> Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com>
4520fe6 to
2c1ae8a
Compare
Replace #3828 to be able to apply the copilot fixies