@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.
@@ -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-6r-F_Aoh.js")).catch(function(R) {
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 ? e.features[V].geometry : M ? e.geometry : e, R = x ? x.type === "GeometryCollection" : !1, o = R ? x.geometries.length : 1;
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 (t(
44365
- v,
44366
- I,
44367
- V,
44368
- ae,
44369
- Y
44370
- ) === !1)
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 (t(
44378
- v[l],
44379
- I,
44380
- V,
44381
- ae,
44382
- Y
44383
- ) === !1)
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 (t(
44394
- v[l][c],
44395
- I,
44396
- V,
44397
- ae,
44398
- Y
44399
- ) === !1)
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 (t(
44412
- v[l][c][f],
44413
- I,
44414
- V,
44415
- ae,
44416
- Y
44417
- ) === !1)
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 ($4(d.geometries[l], t) === !1)
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-Dp690k7B.js.map
65472
+ //# sourceMappingURL=index-B5zI8Flg.js.map