-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add snap to grid feature for raster export dialog. Fixes #43915 #62502
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?
Conversation
… QgsRasterLayerSaveAsDialog). Fixes qgis#43915
🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. 🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. 🪟 Windows buildsDownload Windows builds of this PR for testing. |
@@ -246,6 +246,7 @@ def testSetOutputCrs(self): | |||
self.assertEqual( | |||
w.outputExtent().toString(4), QgsRectangle(1, 2, 3, 4).toString(4) | |||
) | |||
|
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.
Did you forget to add a test here?
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.
:) ! I forgot to commit it
Add snap to grid feature for raster export dialog. Fixes #43915
This PR adds a "Snap to grid" feature for the "Save Raster Layer as...", which automatically snaps the export extent to align with the input raster grid.
The issue requested in #43915.