Hiding and showing
Understanding visibility requests
{
show?: string[], // IDs of entities to show
hide?: string[] // IDs of entities to hide
}Layers
felt.setLayerVisibility({
show: ["layer-1", "layer-2"],
hide: ["layer-3"]
});Layer groups
felt.setLayerGroupVisibility({
show: ["group-1", "group-2"],
hide: ["group-3"]
});Annotation groups
Legend items
Common use cases
Focusing on a single layer
Toggling visibility
Best practices
Last updated
Was this helpful?