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

alternate layer/group api #4

Open
MilesMcBain opened this issue Nov 25, 2021 · 0 comments
Open

alternate layer/group api #4

MilesMcBain opened this issue Nov 25, 2021 · 0 comments

Comments

@MilesMcBain
Copy link
Contributor

Sometimes the user may want to toggle layers within groups. This is not possible with the API at the moment that is geared toward either selecting entire groups or ungrouped layers.

We could consider an alternative API for layer_names that allowed exact specification e.g.:

list(
"group_name1" = c("layer_name1", "layer_name2"),
"group_name2" = "layer_name1"
)

etc.

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

1 participant