-
Notifications
You must be signed in to change notification settings - Fork 8
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
Do not use CRS operations before initializing QgsApplication #60
Conversation
35f3255
to
369b7dc
Compare
@LKajan could you review this and maybe make another release afterwards? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
==========================================
- Coverage 57.66% 57.25% -0.41%
==========================================
Files 7 7
Lines 496 496
==========================================
- Hits 286 284 -2
- Misses 210 212 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for this PR! |
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.
Thanks for the PR! This indeed is a weird case.
9b66a09
to
3db953c
Compare
3db953c
to
3fa959b
Compare
Fixes #56 by not using any
QgsCoordinateReferenceSystem
before initialiszingQgsApplication
.