We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
constructing an QgsCoordinateReferenceSystem(4326) crashes QGIS
QgsCoordinateReferenceSystem(4326)
I'm using the macOS/Qt6 build from @m-kuhn provided here: #60039 (comment)
previous versions of QGIS don't crash. (I tested QGIS 3.40.2, the offical build from qgis.org)
QgsCoordinateReferenceSystem(4326) is used in the https://plugins.qgis.org/plugins/StreetView/ plugin, which I try to make work with Qt6.
1 ) Go to the Python Console 2) evaluate QgsCoordinateReferenceSystem(4326)
No response
The text was updated successfully, but these errors were encountered:
Addendum:
Constructing it with QgsCoordinateReferenceSystem("EPSG:4326") instead of QgsCoordinateReferenceSystem(4326) works as expected and doesn't crash.
QgsCoordinateReferenceSystem("EPSG:4326")
Sorry, something went wrong.
No branches or pull requests
What is the bug or the crash?
constructing an
QgsCoordinateReferenceSystem(4326)
crashes QGISI'm using the macOS/Qt6 build from @m-kuhn provided here: #60039 (comment)
previous versions of QGIS don't crash. (I tested QGIS 3.40.2, the offical build from qgis.org)
QgsCoordinateReferenceSystem(4326)
is used in the https://plugins.qgis.org/plugins/StreetView/ plugin, which I try to make work with Qt6.Steps to reproduce the issue
1 ) Go to the Python Console
2) evaluate
QgsCoordinateReferenceSystem(4326)
Versions
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: