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
Using addGroupedLayersControl(), I can set the current groupedLayersControlOptions() in this way:
options = groupedLayersControlOptions(groupCheckboxes = TRUE, collapsed = FALSE, autoZIndex = TRUE, groupsCollapsable = FALSE, sortLayers = FALSE, sortGroups = FALSE, sortBaseLayers = FALSE, exclusiveGroups = "Miscelanea")) %>%
and get:
or:
options = groupedLayersControlOptions(groupCheckboxes = TRUE, collapsed = FALSE, autoZIndex = TRUE, groupsCollapsable = TRUE, sortLayers = FALSE, sortGroups = FALSE, sortBaseLayers = FALSE, exclusiveGroups = "Miscelanea")) %>%
But what I would like the user to see when opening the map is:
which seems to me that would require an additional option "groupsCollapsed=FALSE"
The text was updated successfully, but these errors were encountered:
Unfortunately this is currently not supported in the underlying JS library. I will have to see how to include it there
Sorry, something went wrong.
No branches or pull requests
Using addGroupedLayersControl(), I can set the current groupedLayersControlOptions()
in this way:
and get:
or:
and get:
But what I would like the user to see when opening the map is:
which seems to me that would require an additional option "groupsCollapsed=FALSE"
The text was updated successfully, but these errors were encountered: