@mapcomponents/ra-geospatial 1.6.1 → 1.6.2
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-C46vlfqQ.js → index-Ch2LED6r.js} +5 -7
- package/dist/{index-C46vlfqQ.js.map → index-Ch2LED6r.js.map} +1 -1
- package/dist/{index-DuPAPsWa.cjs → index-LFDbxU2K.cjs} +3 -3
- package/dist/{index-DuPAPsWa.cjs.map → index-LFDbxU2K.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/{index.es-BXasLBfG.js → index.es-6e0FVhHF.js} +2 -2
- package/dist/{index.es-BXasLBfG.js.map → index.es-6e0FVhHF.js.map} +1 -1
- package/dist/{index.es-UgETSxCJ.cjs → index.es-CITAORuQ.cjs} +2 -2
- package/dist/{index.es-UgETSxCJ.cjs.map → index.es-CITAORuQ.cjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/package.json +1 -1
- package/package.json +2 -2
|
@@ -40793,7 +40793,7 @@ endobj\r
|
|
|
40793
40793
|
var v = y.getContext("2d");
|
|
40794
40794
|
v.fillStyle = "#fff", v.fillRect(0, 0, y.width, y.height);
|
|
40795
40795
|
var S = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, P = this;
|
|
40796
|
-
return (jn.canvg ? Promise.resolve(jn.canvg) : import("./index.es-
|
|
40796
|
+
return (jn.canvg ? Promise.resolve(jn.canvg) : import("./index.es-6e0FVhHF.js")).catch(function(M) {
|
|
40797
40797
|
return Promise.reject(new Error("Could not load canvg: " + M));
|
|
40798
40798
|
}).then(function(M) {
|
|
40799
40799
|
return M.default ? M.default : M;
|
|
@@ -43929,11 +43929,9 @@ const kz = (e) => {
|
|
|
43929
43929
|
), h(!0));
|
|
43930
43930
|
}, [n.map, e, a, v]), ki(() => {
|
|
43931
43931
|
if (!n.map || !c) return;
|
|
43932
|
-
const S = () => {
|
|
43933
|
-
|
|
43934
|
-
|
|
43935
|
-
o(P?.features), typeof e.onChange == "function" && e.onChange(P?.features);
|
|
43936
|
-
}
|
|
43932
|
+
const S = (P) => {
|
|
43933
|
+
let M = [];
|
|
43934
|
+
P && typeof P == "object" && "features" in P && P.features && (M = P.features), o(M), e.onChange && e.onChange(M);
|
|
43937
43935
|
};
|
|
43938
43936
|
return n.map.on("mouseup", S), n.map.on("touchend", S), () => {
|
|
43939
43937
|
n.map && (n.map.map.off("mouseup", S), n.map.map.off("touchend", S));
|
|
@@ -61526,4 +61524,4 @@ export {
|
|
|
61526
61524
|
Xc as c,
|
|
61527
61525
|
Yh as g
|
|
61528
61526
|
};
|
|
61529
|
-
//# sourceMappingURL=index-
|
|
61527
|
+
//# sourceMappingURL=index-Ch2LED6r.js.map
|