@gis_victory/gismap 1.0.42 → 1.0.44
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.
- package/dist/index.es.js +2 -0
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -94861,6 +94861,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
94861
94861
|
if (layer.layers && layer.layers.length > 0) {
|
|
94862
94862
|
if (checked) {
|
|
94863
94863
|
map2?.manager.layerManager.addGroupLayer(layer);
|
|
94864
|
+
map2?.pubsub.publish("layer-checked", layer);
|
|
94864
94865
|
} else {
|
|
94865
94866
|
map2?.manager.layerManager.removeGroupLayer(layer);
|
|
94866
94867
|
}
|
|
@@ -94881,6 +94882,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
94881
94882
|
if (layer.checked) {
|
|
94882
94883
|
map2?.manager.layerManager.addGroupLayer(layer);
|
|
94883
94884
|
_checkedKeys.push(layer.id);
|
|
94885
|
+
map2?.pubsub.publish("layer-checked", layer);
|
|
94884
94886
|
}
|
|
94885
94887
|
if (layer.expand) {
|
|
94886
94888
|
_expandKeys.push(layer.id);
|