ol-spirit 1.4.3 → 1.4.4
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.
|
@@ -31274,7 +31274,7 @@ hs([8, 32946], () => import("./deflate-60bcbda9.js").then((i) => i.default));
|
|
|
31274
31274
|
hs(32773, () => import("./packbits-adbb43a1.js").then((i) => i.default));
|
|
31275
31275
|
hs(
|
|
31276
31276
|
34887,
|
|
31277
|
-
() => import("./lerc-
|
|
31277
|
+
() => import("./lerc-0135bf6b.js").then(async (i) => (await i.zstd.init(), i)).then((i) => i.default)
|
|
31278
31278
|
);
|
|
31279
31279
|
hs(50001, () => import("./webimage-1041724b.js").then((i) => i.default));
|
|
31280
31280
|
function Mc(i, t, e, n = 1) {
|
|
@@ -48522,7 +48522,7 @@ function SE(i) {
|
|
|
48522
48522
|
for (const n of t) {
|
|
48523
48523
|
for (const [s, r] of Object.entries(i))
|
|
48524
48524
|
s.startsWith("layer") && r && n.set(s, r);
|
|
48525
|
-
i.maxResolution && n.
|
|
48525
|
+
i.maxResolution && n.setMaxResolution(i.maxResolution), i.minResolution && n.setMinResolution(i.minResolution), i.minZoom && n.setMinZoom(i.minZoom), i.maxZoom && n.setMaxZoom(i.maxZoom), n.setZIndex(i.layerOrder);
|
|
48526
48526
|
}
|
|
48527
48527
|
return e === "clusterlayer" && t[1].set(pe, i[pe] + "_cluster"), t;
|
|
48528
48528
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as oA } from "./pako.esm-a24ba4ed.js";
|
|
2
|
-
import { g as sA, L as DA, a as gA } from "./index-
|
|
2
|
+
import { g as sA, L as DA, a as gA } from "./index-9a18b566.js";
|
|
3
3
|
import { B as nA } from "./basedecoder-11034ec6.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
var iA = { exports: {} };
|
package/dist/ol-spirit.js
CHANGED