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
ChildMap is not usable in Python, as there is no template instance for this class. In particular this prevents usage of OverlayContainer.getChildren().
ChildMap
OverlayContainer.getChildren()
For a sample on how to create a template instance see here.
One can work around this issue by storing the names of created overlays separately and getting them via OverlayContainer.getChild(name)
OverlayContainer.getChild(name)
The text was updated successfully, but these errors were encountered:
can you provide a pull-request for this?
Sorry, something went wrong.
Add SWIG-template-instantiation for OverlayContainer::ChildMap
96470ee
Fixes OGRECave#3284
Successfully merging a pull request may close this issue.
ChildMap
is not usable in Python, as there is no template instance for this class. In particular this prevents usage ofOverlayContainer.getChildren()
.For a sample on how to create a template instance see here.
One can work around this issue by storing the names of created overlays separately and getting them via
OverlayContainer.getChild(name)
The text was updated successfully, but these errors were encountered: