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