You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can toggle the visibility and interactivity of individual features with the visible() and selectionAPI() functions. It would be nice if these were exposed for layers, so an entire layer (regardless of type) could be hidden or selections disabled (though the interaction option might only be appropriate for feature layers).
Currently, you can hide a layer by changing is opacity, but it still interacts and renders.