diff --git a/maps_dashboards/public/components/layer_control_panel/layer_control_panel.tsx b/maps_dashboards/public/components/layer_control_panel/layer_control_panel.tsx index 0f7e4fd0..954df699 100644 --- a/maps_dashboards/public/components/layer_control_panel/layer_control_panel.tsx +++ b/maps_dashboards/public/components/layer_control_panel/layer_control_panel.tsx @@ -222,6 +222,7 @@ const LayerControlPanel = memo(({ maplibreRef, setLayers, layers }: Props) => { iconType={LAYER_ICON_TYPE_MAP[layer.type]} aria-label="layer in the map layers list" onClick={() => onClickLayerName(layer)} + isDisabled={layerVisibility.get(layer.id) ? false : true} />