@provoly/dashboard 0.25.11 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1539,7 +1539,7 @@ class WidgetMapComponent extends DataWidgetComponent {
|
|
|
1539
1539
|
.forEach((layer) => {
|
|
1540
1540
|
this.store.dispatch(DashboardActions.updateLayerGroup({
|
|
1541
1541
|
name: DEFAULT_LAYER_GROUP,
|
|
1542
|
-
visibleLayers:
|
|
1542
|
+
visibleLayers: layer.title ?? 'MISSING TITLE'
|
|
1543
1543
|
}));
|
|
1544
1544
|
});
|
|
1545
1545
|
this.optionsCopy.layers = this.optionsCopy.layers?.map((layer) => ({
|