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

Specify layer name in add_table_layer #360

Open
joaq-ram opened this issue Jul 24, 2023 · 1 comment
Open

Specify layer name in add_table_layer #360

joaq-ram opened this issue Jul 24, 2023 · 1 comment

Comments

@joaq-ram
Copy link

Include ability to specify a data layer name in the add_table_layer() method via a "name = " parameter at the declaration of the layer. This feature exists in the add_image_layer() but has not been implemented with table layers.

@pkgw
Copy link
Contributor

pkgw commented Aug 3, 2023

OK, looking into this, the CreateTableLayerMessage used by pywwt does not have a name field yet, so we'll need to add some support for this on the engine side first. This should be simple and analogous to the CreateImageSetLayerMessage, which does have this field.

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