@provoly/dashboard 1.1.4 → 1.1.5
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.
|
@@ -2050,6 +2050,9 @@ class WidgetMapComponent extends DataWidgetComponent {
|
|
|
2050
2050
|
}
|
|
2051
2051
|
}
|
|
2052
2052
|
}
|
|
2053
|
+
else {
|
|
2054
|
+
layer.title = geoLayer.paramLayer;
|
|
2055
|
+
}
|
|
2053
2056
|
}
|
|
2054
2057
|
else {
|
|
2055
2058
|
layer.title = this.translateService.instant(`@pry.widget.map.layerType.${layer.type}`, { ...layer });
|