-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Mesh layer remove datasetgroup #59382
Conversation
…data and emit message if it is not
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
@JanCaha A documentation ticket will be opened at https://github.com/qgis/QGIS-Documentation when this PR is merged. Please update the description (not the comments) with helpful description and screenshot to help the work from documentors. Thank you! |
This pull request has been tagged for the changelog.
You can edit the description. Format available for credits
Thank you! |
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.
That's some nice functionality!
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.
Some minor last const
stuff (I also unresolved two previous const
comments)
fix docstring Co-authored-by: Stefanos Natsis <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@JanCaha |
Description
Adds option to add Dataset Groups to Mesh Layer with the same name (but not from the same uri), the Dataset Group names are automatically renamed to "Original Name _Number", for clarity.
Adds option to remove Dataset Groups from Mesh Layer. Only additional Dataset Groups (not associated with mesh source file) can be removed.
Includes GUI interface: