Skip to content
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

Try to make PROJ >= 6 related tests more robust to output from different PROJ versions #39290

Merged
merged 1 commit into from Oct 11, 2020

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Oct 9, 2020

No description provided.

@github-actions github-actions bot added this to the 3.16.0 milestone Oct 9, 2020

QgsPointXY pp( 529127, 479348 );
pp = ct.transform( pp );
QGSCOMPARENEAR( pp.x(), 679125.816475, 0.00001 );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this changed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes recent PROJ returns a default pipeline that is slightly different from previously. None of them are necessarily better (user choice required), hence the choice for a transformation that should hopefully be stable among all PROJ versions and not dependent on content of the EPSG database

@nyalldawson nyalldawson merged commit 18bfe1f into qgis:master Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants