@mapcomponents/ra-geospatial 1.8.9 → 1.8.10
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-Dp690k7B.js → index-B5zI8Flg.js} +53 -32
- package/dist/{index-Dp690k7B.js.map → index-B5zI8Flg.js.map} +1 -1
- package/dist/index-Dd1CuEbT.cjs.map +1 -1
- package/dist/{index.es-6r-F_Aoh.js → index.es-CivyK7P3.js} +2 -2
- package/dist/{index.es-6r-F_Aoh.js.map → index.es-CivyK7P3.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/package.json +3 -3
- package/package.json +4 -4
|
@@ -43557,7 +43557,7 @@ endobj\r
|
|
|
43557
43557
|
var x = v.getContext("2d");
|
|
43558
43558
|
x.fillStyle = "#fff", x.fillRect(0, 0, v.width, v.height);
|
|
43559
43559
|
var E = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, I = this;
|
|
43560
|
-
return (jn.canvg ? Promise.resolve(jn.canvg) : import("./index.es-
|
|
43560
|
+
return (jn.canvg ? Promise.resolve(jn.canvg) : import("./index.es-CivyK7P3.js")).catch(function(R) {
|
|
43561
43561
|
return Promise.reject(new Error("Could not load canvg: " + R));
|
|
43562
43562
|
}).then(function(R) {
|
|
43563
43563
|
return R.default ? R.default : R;
|
|
@@ -44351,7 +44351,13 @@ function tC(e) {
|
|
|
44351
44351
|
function $4(e, t, i) {
|
|
44352
44352
|
if (e !== null)
|
|
44353
44353
|
for (var l, c, f, d, o, v, x, E = 0, I = 0, R, P = e.type, z = P === "FeatureCollection", M = P === "Feature", F = z ? e.features.length : 1, V = 0; V < F; V++) {
|
|
44354
|
-
x = z ?
|
|
44354
|
+
x = z ? (
|
|
44355
|
+
// @ts-expect-error: Known type conflict
|
|
44356
|
+
e.features[V].geometry
|
|
44357
|
+
) : M ? (
|
|
44358
|
+
// @ts-expect-error: Known type conflict
|
|
44359
|
+
e.geometry
|
|
44360
|
+
) : e, R = x ? x.type === "GeometryCollection" : !1, o = R ? x.geometries.length : 1;
|
|
44355
44361
|
for (var Q = 0; Q < o; Q++) {
|
|
44356
44362
|
var ae = 0, Y = 0;
|
|
44357
44363
|
if (d = R ? x.geometries[Q] : x, d !== null) {
|
|
@@ -44361,26 +44367,32 @@ function $4(e, t, i) {
|
|
|
44361
44367
|
case null:
|
|
44362
44368
|
break;
|
|
44363
44369
|
case "Point":
|
|
44364
|
-
if (
|
|
44365
|
-
|
|
44366
|
-
|
|
44367
|
-
|
|
44368
|
-
|
|
44369
|
-
|
|
44370
|
-
|
|
44370
|
+
if (
|
|
44371
|
+
// @ts-expect-error: Known type conflict
|
|
44372
|
+
t(
|
|
44373
|
+
v,
|
|
44374
|
+
I,
|
|
44375
|
+
V,
|
|
44376
|
+
ae,
|
|
44377
|
+
Y
|
|
44378
|
+
) === !1
|
|
44379
|
+
)
|
|
44371
44380
|
return !1;
|
|
44372
44381
|
I++, ae++;
|
|
44373
44382
|
break;
|
|
44374
44383
|
case "LineString":
|
|
44375
44384
|
case "MultiPoint":
|
|
44376
44385
|
for (l = 0; l < v.length; l++) {
|
|
44377
|
-
if (
|
|
44378
|
-
|
|
44379
|
-
|
|
44380
|
-
|
|
44381
|
-
|
|
44382
|
-
|
|
44383
|
-
|
|
44386
|
+
if (
|
|
44387
|
+
// @ts-expect-error: Known type conflict
|
|
44388
|
+
t(
|
|
44389
|
+
v[l],
|
|
44390
|
+
I,
|
|
44391
|
+
V,
|
|
44392
|
+
ae,
|
|
44393
|
+
Y
|
|
44394
|
+
) === !1
|
|
44395
|
+
)
|
|
44384
44396
|
return !1;
|
|
44385
44397
|
I++, de === "MultiPoint" && ae++;
|
|
44386
44398
|
}
|
|
@@ -44390,13 +44402,16 @@ function $4(e, t, i) {
|
|
|
44390
44402
|
case "MultiLineString":
|
|
44391
44403
|
for (l = 0; l < v.length; l++) {
|
|
44392
44404
|
for (c = 0; c < v[l].length - E; c++) {
|
|
44393
|
-
if (
|
|
44394
|
-
|
|
44395
|
-
|
|
44396
|
-
|
|
44397
|
-
|
|
44398
|
-
|
|
44399
|
-
|
|
44405
|
+
if (
|
|
44406
|
+
// @ts-expect-error: Known type conflict
|
|
44407
|
+
t(
|
|
44408
|
+
v[l][c],
|
|
44409
|
+
I,
|
|
44410
|
+
V,
|
|
44411
|
+
ae,
|
|
44412
|
+
Y
|
|
44413
|
+
) === !1
|
|
44414
|
+
)
|
|
44400
44415
|
return !1;
|
|
44401
44416
|
I++;
|
|
44402
44417
|
}
|
|
@@ -44408,13 +44423,16 @@ function $4(e, t, i) {
|
|
|
44408
44423
|
for (l = 0; l < v.length; l++) {
|
|
44409
44424
|
for (Y = 0, c = 0; c < v[l].length; c++) {
|
|
44410
44425
|
for (f = 0; f < v[l][c].length - E; f++) {
|
|
44411
|
-
if (
|
|
44412
|
-
|
|
44413
|
-
|
|
44414
|
-
|
|
44415
|
-
|
|
44416
|
-
|
|
44417
|
-
|
|
44426
|
+
if (
|
|
44427
|
+
// @ts-expect-error: Known type conflict
|
|
44428
|
+
t(
|
|
44429
|
+
v[l][c][f],
|
|
44430
|
+
I,
|
|
44431
|
+
V,
|
|
44432
|
+
ae,
|
|
44433
|
+
Y
|
|
44434
|
+
) === !1
|
|
44435
|
+
)
|
|
44418
44436
|
return !1;
|
|
44419
44437
|
I++;
|
|
44420
44438
|
}
|
|
@@ -44425,7 +44443,10 @@ function $4(e, t, i) {
|
|
|
44425
44443
|
break;
|
|
44426
44444
|
case "GeometryCollection":
|
|
44427
44445
|
for (l = 0; l < d.geometries.length; l++)
|
|
44428
|
-
if (
|
|
44446
|
+
if (
|
|
44447
|
+
// @ts-expect-error: Known type conflict
|
|
44448
|
+
$4(d.geometries[l], t) === !1
|
|
44449
|
+
)
|
|
44429
44450
|
return !1;
|
|
44430
44451
|
break;
|
|
44431
44452
|
default:
|
|
@@ -65448,4 +65469,4 @@ export {
|
|
|
65448
65469
|
kh as c,
|
|
65449
65470
|
Uf as g
|
|
65450
65471
|
};
|
|
65451
|
-
//# sourceMappingURL=index-
|
|
65472
|
+
//# sourceMappingURL=index-B5zI8Flg.js.map
|