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
Hi,
Recently, you added the createLayerAt function (thanks again for that!).
Is there a way to delete such a layer again? There's the LayerManager::delete, but it's private. And calling:
delete mLayer;
throws an error if the layer is not empty.
How do I remove a (dynamically added) layer?
The text was updated successfully, but these errors were encountered:
Alternatively, how do I empty the layer so that I can then remove it calling "delete mLayer" ?
Sorry, something went wrong.
No branches or pull requests
Hi,
Recently, you added the createLayerAt function (thanks again for that!).
Is there a way to delete such a layer again?
There's the LayerManager::delete, but it's private. And calling:
throws an error if the layer is not empty.
How do I remove a (dynamically added) layer?
The text was updated successfully, but these errors were encountered: