mapicgc-gl-js 0.0.78 → 0.0.80
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/.github/workflows/npm-publish.yml +2 -2
- package/README.md +13 -10
- package/dist/{html2canvas.esm-DbilGY6A-DB3xAFLF.mjs → html2canvas.esm-CKxSAI8P-DSC9_HHp.mjs} +2 -2
- package/dist/{index-k0DrX4BJ.mjs → index-58U3KmRv.mjs} +20029 -20169
- package/dist/{index.es-BR8y8uSW-D6xEGnjs.mjs → index.es-BWyxJuJN-BMkqIbwq.mjs} +3 -4
- package/dist/mapicgc-gl.js +206 -206
- package/dist/mapicgc-gl.mjs +1 -1
- package/dist/mapicgc-gl.umd.js +206 -206
- package/dist/purify.es-CLxMp-4V-DmiRgNNX.mjs +476 -0
- package/package.json +2 -2
- package/src/map/Map.js +1 -0
- package/src/mapicgc-config.json +13 -3
- package/test/exemples/addVectorLayerICGC.html +6 -6
- package/dist/purify.es-C-d0AVPf-BZqXIm-R.mjs +0 -464
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as Ui } from "./index-
|
|
1
|
+
import { p as Ui } from "./index-58U3KmRv.mjs";
|
|
2
2
|
var Zt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3
3
|
function No(i) {
|
|
4
4
|
return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i;
|
|
@@ -117,10 +117,10 @@ var wn = lr, ya = wn, jh = D, Bh = L, zh = Bh.String, Fo = !!Object.getOwnProper
|
|
|
117
117
|
return t;
|
|
118
118
|
}, il = L, nl = Sn, xa = "__core-js_shared__", ba = zo.exports = il[xa] || nl(xa, {});
|
|
119
119
|
(ba.versions || (ba.versions = [])).push({
|
|
120
|
-
version: "3.
|
|
120
|
+
version: "3.37.0",
|
|
121
121
|
mode: "global",
|
|
122
122
|
copyright: "© 2014-2024 Denis Pushkarev (zloirock.ru)",
|
|
123
|
-
license: "https://github.com/zloirock/core-js/blob/v3.
|
|
123
|
+
license: "https://github.com/zloirock/core-js/blob/v3.37.0/LICENSE",
|
|
124
124
|
source: "https://github.com/zloirock/core-js"
|
|
125
125
|
});
|
|
126
126
|
var Tn = zo.exports, wa = Tn, An = function(i, t) {
|
|
@@ -1978,7 +1978,6 @@ function uo(i, t, e, r) {
|
|
|
1978
1978
|
function ho(i, t, e, r) {
|
|
1979
1979
|
var n = 1e-6, a = t - i, o = e - t, s = 3 * a + 3 * (r - e) - 6 * o, u = 6 * (o - a), h = 3 * a;
|
|
1980
1980
|
return Math.abs(s) < n ? [-h / u] : function(l, g, f) {
|
|
1981
|
-
f === void 0 && (f = 1e-6);
|
|
1982
1981
|
var c = l * l / 4 - g;
|
|
1983
1982
|
if (c < -f)
|
|
1984
1983
|
return [];
|