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

Layers removed from map after set_layer_visibility #101

Closed
anthonynorth opened this issue Oct 19, 2023 · 0 comments
Closed

Layers removed from map after set_layer_visibility #101

anthonynorth opened this issue Oct 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@anthonynorth
Copy link
Member

anthonynorth commented Oct 19, 2023

set_layer_visiblitity() is dropping layers from the map in shiny apps, because layer type is being overwritten with null and this isn't explicitly catered for in typescript.

rdeck/R/shiny.R

Lines 208 to 213 in 016d7e6

layer <- new_layer(
NULL,
id = id,
visible = visible,
visibility_toggle = visibility_toggle
)

@anthonynorth anthonynorth added the bug Something isn't working label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant