diff --git a/umap/static/umap/js/modules/ui/bar.js b/umap/static/umap/js/modules/ui/bar.js index 146ec3b3..05adefd8 100644 --- a/umap/static/umap/js/modules/ui/bar.js +++ b/umap/static/umap/js/modules/ui/bar.js @@ -211,6 +211,7 @@ export class BottomBar extends WithTemplate { this.elements.filter.hidden = !showMenus || !this._umap.properties.facetKey this.elements.layers.innerHTML = '' this._umap.eachDataLayer((datalayer) => { + if (!datalayer.options.inCaption) return this.elements.layers.appendChild( Utils.loadTemplate( ``