@mapcatch/util 1.0.12 → 1.0.13
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/CHANGELOG.md +5 -1
- package/dist/catchUtil.min.esm.js +1 -1
- package/dist/catchUtil.min.js +1 -1
- package/package.json +1 -1
- package/src/util.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -48955,7 +48955,7 @@ function Fl(T, E = []) {
|
|
|
48955
48955
|
continue;
|
|
48956
48956
|
}
|
|
48957
48957
|
let { opacity: B, visible: c } = w;
|
|
48958
|
-
XA.isEqual(t, w) || (["point", "line", "polygon"].includes(G) ? a.push(["updateAnnotations", t]) : I !== B ||
|
|
48958
|
+
XA.isEqual(t, w) || (["point", "line", "polygon"].includes(G) ? a.push(["updateAnnotations", t]) : I !== B || !XA.isEqual(t.metadata, w.metadata) ? a.push(["updateLayer", t]) : D !== c && a.push([D ? "addLayer" : "removeLayer", t]));
|
|
48959
48959
|
}
|
|
48960
48960
|
}
|
|
48961
48961
|
for (let r of E)
|