diff --git a/assets/src/components/FeaturesTable.js b/assets/src/components/FeaturesTable.js index c488d02c71..1a391f1299 100644 --- a/assets/src/components/FeaturesTable.js +++ b/assets/src/components/FeaturesTable.js @@ -35,6 +35,7 @@ import GeoJSON from 'ol/format/GeoJSON.js'; * (optional) data-center-to-highlighted-feature-geometry="true" * (optional) data-max-features="100" * (optional) data-active-item-feature-id="5" + * (optional) data-empty-message="No features found" * > * html`

${this.layerTitle}

+ ${this.features.length > 0 ? html`
`;