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

Suggestion : group edit #22

Open
djes opened this issue Sep 13, 2019 · 2 comments
Open

Suggestion : group edit #22

djes opened this issue Sep 13, 2019 · 2 comments

Comments

@djes
Copy link

djes commented Sep 13, 2019

This plugin is really useful, and greatly appreciated ! Could I suggest the possibility to alter a whole group with a little loop like

        # selected layers
        selectedLayers = iface.layerTreeView().selectedLayersRecursive()
        for layer in selectedLayers:
            layer.startEditing()
            layer.triggerRepaint()

Anyway, thank you very much :)

@olivierdalang
Copy link
Owner

Ideally, it would be even better to repackage the functionality of the plugin as a processing algorithm, this way we could achieve this using batch mode from the processing toolbox.

If this feature would be useful to you, you can consider sponsoring it's development, as unfortunately I'm not using the plugin in my current projects...

@djes
Copy link
Author

djes commented Sep 17, 2019

Thank you, I'll consider this.

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

No branches or pull requests

2 participants