@maptiler/sdk 3.5.1-rc4 → 3.5.1-rc5

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.
@@ -3608,8 +3608,8 @@ class Nr {
3608
3608
  return this.bindings[e] ? !0 : this.parent ? this.parent.has(e) : !1;
3609
3609
  }
3610
3610
  }
3611
- const Ot = { kind: "null" }, b = { kind: "number" }, I = { kind: "string" }, _ = { kind: "boolean" }, de = { kind: "color" }, jt = { kind: "projectionDefinition" }, Re = { kind: "object" }, T = { kind: "value" }, Ki = { kind: "error" }, Nt = { kind: "collator" }, Dt = { kind: "formatted" }, Ut = { kind: "padding" }, nt = { kind: "colorArray" }, Bt = { kind: "numberArray" }, ft = { kind: "resolvedImage" }, qt = { kind: "variableAnchorOffsetCollection" };
3612
- function Y(r, e) {
3611
+ const Ot = { kind: "null" }, w = { kind: "number" }, I = { kind: "string" }, _ = { kind: "boolean" }, de = { kind: "color" }, jt = { kind: "projectionDefinition" }, Re = { kind: "object" }, T = { kind: "value" }, Ki = { kind: "error" }, Nt = { kind: "collator" }, Dt = { kind: "formatted" }, Ut = { kind: "padding" }, nt = { kind: "colorArray" }, Bt = { kind: "numberArray" }, ft = { kind: "resolvedImage" }, qt = { kind: "variableAnchorOffsetCollection" };
3612
+ function W(r, e) {
3613
3613
  return {
3614
3614
  kind: "array",
3615
3615
  itemType: r,
@@ -3625,14 +3625,14 @@ function j(r) {
3625
3625
  }
3626
3626
  const Xi = [
3627
3627
  Ot,
3628
- b,
3628
+ w,
3629
3629
  I,
3630
3630
  _,
3631
3631
  de,
3632
3632
  jt,
3633
3633
  Dt,
3634
3634
  Re,
3635
- Y(T),
3635
+ W(T),
3636
3636
  Ut,
3637
3637
  Bt,
3638
3638
  nt,
@@ -3764,7 +3764,7 @@ function rs(r) {
3764
3764
  // ,|/ (optional)
3765
3765
  m,
3766
3766
  // <numeric> (optional)
3767
- w
3767
+ b
3768
3768
  // % (optional)
3769
3769
  ] = o, v = [u || " ", f || " ", y].join("");
3770
3770
  if (v === " " || v === " /" || v === ",," || v === ",,,") {
@@ -3774,7 +3774,7 @@ function rs(r) {
3774
3774
  Ue(+s / A, 0, 1),
3775
3775
  Ue(+c / A, 0, 1),
3776
3776
  Ue(+d / A, 0, 1),
3777
- m ? kn(+m, w) : 1
3777
+ m ? kn(+m, b) : 1
3778
3778
  ];
3779
3779
  if (Cn(L))
3780
3780
  return L;
@@ -4094,13 +4094,13 @@ class F {
4094
4094
  let x = u - o;
4095
4095
  u > o && x > 180 ? x -= 360 : u < o && o - u > 180 && (x += 360), d = o + n * x;
4096
4096
  } else isNaN(o) ? isNaN(u) ? d = NaN : (d = u, (s === 1 || s === 0) && (h = c)) : (d = o, (p === 1 || p === 0) && (h = i));
4097
- const [y, m, w, v] = Qi([
4097
+ const [y, m, b, v] = Qi([
4098
4098
  d,
4099
4099
  h ?? Le(i, c, n),
4100
4100
  Le(s, p, n),
4101
4101
  Le(l, f, n)
4102
4102
  ]);
4103
- return new F(y, m, w, v, !1);
4103
+ return new F(y, m, b, v, !1);
4104
4104
  }
4105
4105
  case "lab": {
4106
4106
  const [o, i, s, l] = Sa(Ve(e.lab, t.lab, n));
@@ -4354,7 +4354,7 @@ function B(r) {
4354
4354
  if (typeof r == "boolean")
4355
4355
  return _;
4356
4356
  if (typeof r == "number")
4357
- return b;
4357
+ return w;
4358
4358
  if (r instanceof F)
4359
4359
  return de;
4360
4360
  if (r instanceof ie)
@@ -4387,7 +4387,7 @@ function B(r) {
4387
4387
  break;
4388
4388
  }
4389
4389
  }
4390
- return Y(t || T, e);
4390
+ return W(t || T, e);
4391
4391
  } else
4392
4392
  return Re;
4393
4393
  }
@@ -4420,7 +4420,7 @@ class He {
4420
4420
  }
4421
4421
  const wt = {
4422
4422
  string: I,
4423
- number: b,
4423
+ number: w,
4424
4424
  boolean: _,
4425
4425
  object: Re
4426
4426
  };
@@ -4448,7 +4448,7 @@ class se {
4448
4448
  return t.error('The length argument to "array" must be a positive integer literal', 2);
4449
4449
  l = e[2], n++;
4450
4450
  }
4451
- a = Y(s, l);
4451
+ a = W(s, l);
4452
4452
  } else {
4453
4453
  if (!wt[o])
4454
4454
  throw new Error(`Types doesn't contain name = ${o}`);
@@ -4483,7 +4483,7 @@ class se {
4483
4483
  const Ln = {
4484
4484
  "to-boolean": _,
4485
4485
  "to-color": de,
4486
- "to-number": b,
4486
+ "to-number": w,
4487
4487
  "to-string": I
4488
4488
  };
4489
4489
  class ke {
@@ -4765,7 +4765,7 @@ class Br {
4765
4765
  static parse(e, t) {
4766
4766
  if (e.length !== 3)
4767
4767
  return t.error(`Expected 2 arguments, but found ${e.length - 1} instead.`);
4768
- const n = t.parse(e[1], 1, b), a = t.parse(e[2], 2, Y(t.expectedType || T));
4768
+ const n = t.parse(e[1], 1, w), a = t.parse(e[2], 2, W(t.expectedType || T));
4769
4769
  if (!n || !a)
4770
4770
  return null;
4771
4771
  const o = a.type;
@@ -4796,7 +4796,7 @@ class qr {
4796
4796
  if (e.length !== 3)
4797
4797
  return t.error(`Expected 2 arguments, but found ${e.length - 1} instead.`);
4798
4798
  const n = t.parse(e[1], 1, T), a = t.parse(e[2], 2, T);
4799
- return !n || !a ? null : Dr(n.type, [_, I, b, Ot, T]) ? new qr(n, a) : t.error(`Expected first argument to be of type boolean, string, number or null, but found ${j(n.type)} instead`);
4799
+ return !n || !a ? null : Dr(n.type, [_, I, w, Ot, T]) ? new qr(n, a) : t.error(`Expected first argument to be of type boolean, string, number or null, but found ${j(n.type)} instead`);
4800
4800
  }
4801
4801
  evaluate(e) {
4802
4802
  const t = this.needle.evaluate(e), n = this.haystack.evaluate(e);
@@ -4817,7 +4817,7 @@ class qr {
4817
4817
  }
4818
4818
  class Tt {
4819
4819
  constructor(e, t, n) {
4820
- this.type = b, this.needle = e, this.haystack = t, this.fromIndex = n;
4820
+ this.type = w, this.needle = e, this.haystack = t, this.fromIndex = n;
4821
4821
  }
4822
4822
  static parse(e, t) {
4823
4823
  if (e.length <= 2 || e.length >= 5)
@@ -4825,10 +4825,10 @@ class Tt {
4825
4825
  const n = t.parse(e[1], 1, T), a = t.parse(e[2], 2, T);
4826
4826
  if (!n || !a)
4827
4827
  return null;
4828
- if (!Dr(n.type, [_, I, b, Ot, T]))
4828
+ if (!Dr(n.type, [_, I, w, Ot, T]))
4829
4829
  return t.error(`Expected first argument to be of type boolean, string, number or null, but found ${j(n.type)} instead`);
4830
4830
  if (e.length === 4) {
4831
- const o = t.parse(e[3], 3, b);
4831
+ const o = t.parse(e[3], 3, w);
4832
4832
  return o ? new Tt(n, a, o) : null;
4833
4833
  } else
4834
4834
  return new Tt(n, a);
@@ -4960,13 +4960,13 @@ class _t {
4960
4960
  static parse(e, t) {
4961
4961
  if (e.length <= 2 || e.length >= 5)
4962
4962
  return t.error(`Expected 3 or 4 arguments, but found ${e.length - 1} instead.`);
4963
- const n = t.parse(e[1], 1, T), a = t.parse(e[2], 2, b);
4963
+ const n = t.parse(e[1], 1, T), a = t.parse(e[2], 2, w);
4964
4964
  if (!n || !a)
4965
4965
  return null;
4966
- if (!Dr(n.type, [Y(T), I, T]))
4966
+ if (!Dr(n.type, [W(T), I, T]))
4967
4967
  return t.error(`Expected first argument to be of type array or string, but found ${j(n.type)} instead`);
4968
4968
  if (e.length === 4) {
4969
- const o = t.parse(e[3], 3, b);
4969
+ const o = t.parse(e[3], 3, w);
4970
4970
  return o ? new _t(n.type, n, a, o) : null;
4971
4971
  } else
4972
4972
  return new _t(n.type, n, a);
@@ -5012,7 +5012,7 @@ class Kt {
5012
5012
  return t.error(`Expected at least 4 arguments, but found only ${e.length - 1}.`);
5013
5013
  if ((e.length - 1) % 2 !== 0)
5014
5014
  return t.error("Expected an even number of arguments.");
5015
- const n = t.parse(e[1], 1, b);
5015
+ const n = t.parse(e[1], 1, w);
5016
5016
  if (!n)
5017
5017
  return null;
5018
5018
  const a = [];
@@ -5140,7 +5140,7 @@ class he {
5140
5140
  return t.error(`Expected at least 4 arguments, but found only ${e.length - 1}.`);
5141
5141
  if ((e.length - 1) % 2 !== 0)
5142
5142
  return t.error("Expected an even number of arguments.");
5143
- if (o = t.parse(o, 2, b), !o)
5143
+ if (o = t.parse(o, 2, w), !o)
5144
5144
  return null;
5145
5145
  const s = [];
5146
5146
  let l = null;
@@ -5156,7 +5156,7 @@ class he {
5156
5156
  return null;
5157
5157
  l = l || h.type, s.push([c, h]);
5158
5158
  }
5159
- return !we(l, b) && !we(l, jt) && !we(l, de) && !we(l, Ut) && !we(l, Bt) && !we(l, nt) && !we(l, qt) && !we(l, Y(b)) ? t.error(`Type ${j(l)} is not interpolatable.`) : new he(l, n, a, o, s);
5159
+ return !we(l, w) && !we(l, jt) && !we(l, de) && !we(l, Ut) && !we(l, Bt) && !we(l, nt) && !we(l, qt) && !we(l, W(w)) ? t.error(`Type ${j(l)} is not interpolatable.`) : new he(l, n, a, o, s);
5160
5160
  }
5161
5161
  evaluate(e) {
5162
5162
  const t = this.labels, n = this.outputs;
@@ -5384,7 +5384,7 @@ class Hr {
5384
5384
  static parse(e, t) {
5385
5385
  if (e.length !== 3)
5386
5386
  return t.error("Expected two arguments.");
5387
- const n = t.parse(e[1], 1, b);
5387
+ const n = t.parse(e[1], 1, w);
5388
5388
  if (!n)
5389
5389
  return null;
5390
5390
  const a = e[2];
@@ -5397,10 +5397,10 @@ class Hr {
5397
5397
  if (a.currency && (i = t.parse(a.currency, 1, I), !i))
5398
5398
  return null;
5399
5399
  let s = null;
5400
- if (a["min-fraction-digits"] && (s = t.parse(a["min-fraction-digits"], 1, b), !s))
5400
+ if (a["min-fraction-digits"] && (s = t.parse(a["min-fraction-digits"], 1, w), !s))
5401
5401
  return null;
5402
5402
  let l = null;
5403
- return a["max-fraction-digits"] && (l = t.parse(a["max-fraction-digits"], 1, b), !l) ? null : new Hr(n, o, i, s, l);
5403
+ return a["max-fraction-digits"] && (l = t.parse(a["max-fraction-digits"], 1, w), !l) ? null : new Hr(n, o, i, s, l);
5404
5404
  }
5405
5405
  evaluate(e) {
5406
5406
  return new Intl.NumberFormat(this.locale ? this.locale.evaluate(e) : [], {
@@ -5434,10 +5434,10 @@ class Kr {
5434
5434
  if (o && typeof s == "object" && !Array.isArray(s)) {
5435
5435
  o = !1;
5436
5436
  let l = null;
5437
- if (s["font-scale"] && (l = t.parse(s["font-scale"], 1, b), !l))
5437
+ if (s["font-scale"] && (l = t.parse(s["font-scale"], 1, w), !l))
5438
5438
  return null;
5439
5439
  let u = null;
5440
- if (s["text-font"] && (u = t.parse(s["text-font"], 1, Y(I)), !u))
5440
+ if (s["text-font"] && (u = t.parse(s["text-font"], 1, W(I)), !u))
5441
5441
  return null;
5442
5442
  let c = null;
5443
5443
  if (s["text-color"] && (c = t.parse(s["text-color"], 1, de), !c))
@@ -5501,7 +5501,7 @@ class Xr {
5501
5501
  }
5502
5502
  class Zr {
5503
5503
  constructor(e) {
5504
- this.type = b, this.input = e;
5504
+ this.type = w, this.input = e;
5505
5505
  }
5506
5506
  static parse(e, t) {
5507
5507
  if (e.length !== 2)
@@ -6001,10 +6001,10 @@ function Zs(r, e, t, n = 1 / 0) {
6001
6001
  const p = s[c], f = s[l];
6002
6002
  for (const d of e)
6003
6003
  for (let h = 0, y = d.length, m = y - 1; h < y; m = h++) {
6004
- const w = d[m], v = d[h];
6005
- if (Zt(p, f, w, v))
6004
+ const b = d[m], v = d[h];
6005
+ if (Zt(p, f, b, v))
6006
6006
  return 0;
6007
- i = Math.min(i, en(p, f, w, v, t));
6007
+ i = Math.min(i, en(p, f, b, v, t));
6008
6008
  }
6009
6009
  }
6010
6010
  return i;
@@ -6171,7 +6171,7 @@ function cr(r) {
6171
6171
  }
6172
6172
  class $e {
6173
6173
  constructor(e, t) {
6174
- this.type = b, this.geojson = e, this.geometries = t;
6174
+ this.type = w, this.geojson = e, this.geometries = t;
6175
6175
  }
6176
6176
  static parse(e, t) {
6177
6177
  if (e.length !== 2)
@@ -6370,7 +6370,7 @@ le.register(tn, {
6370
6370
  (r, [e]) => j(B(e.evaluate(r)))
6371
6371
  ],
6372
6372
  "to-rgba": [
6373
- Y(b, 4),
6373
+ W(w, 4),
6374
6374
  [de],
6375
6375
  (r, [e]) => {
6376
6376
  const [t, n, a, o] = e.evaluate(r).rgb;
@@ -6379,12 +6379,12 @@ le.register(tn, {
6379
6379
  ],
6380
6380
  rgb: [
6381
6381
  de,
6382
- [b, b, b],
6382
+ [w, w, w],
6383
6383
  On
6384
6384
  ],
6385
6385
  rgba: [
6386
6386
  de,
6387
- [b, b, b, b],
6387
+ [w, w, w, w],
6388
6388
  On
6389
6389
  ],
6390
6390
  has: {
@@ -6434,22 +6434,22 @@ le.register(tn, {
6434
6434
  (r) => r.id()
6435
6435
  ],
6436
6436
  zoom: [
6437
- b,
6437
+ w,
6438
6438
  [],
6439
6439
  (r) => r.globals.zoom
6440
6440
  ],
6441
6441
  "heatmap-density": [
6442
- b,
6442
+ w,
6443
6443
  [],
6444
6444
  (r) => r.globals.heatmapDensity || 0
6445
6445
  ],
6446
6446
  elevation: [
6447
- b,
6447
+ w,
6448
6448
  [],
6449
6449
  (r) => r.globals.elevation || 0
6450
6450
  ],
6451
6451
  "line-progress": [
6452
- b,
6452
+ w,
6453
6453
  [],
6454
6454
  (r) => r.globals.lineProgress || 0
6455
6455
  ],
@@ -6459,8 +6459,8 @@ le.register(tn, {
6459
6459
  (r) => r.globals.accumulated === void 0 ? null : r.globals.accumulated
6460
6460
  ],
6461
6461
  "+": [
6462
- b,
6463
- Ie(b),
6462
+ w,
6463
+ Ie(w),
6464
6464
  (r, e) => {
6465
6465
  let t = 0;
6466
6466
  for (const n of e)
@@ -6469,8 +6469,8 @@ le.register(tn, {
6469
6469
  }
6470
6470
  ],
6471
6471
  "*": [
6472
- b,
6473
- Ie(b),
6472
+ w,
6473
+ Ie(w),
6474
6474
  (r, e) => {
6475
6475
  let t = 1;
6476
6476
  for (const n of e)
@@ -6479,129 +6479,129 @@ le.register(tn, {
6479
6479
  }
6480
6480
  ],
6481
6481
  "-": {
6482
- type: b,
6482
+ type: w,
6483
6483
  overloads: [
6484
6484
  [
6485
- [b, b],
6485
+ [w, w],
6486
6486
  (r, [e, t]) => e.evaluate(r) - t.evaluate(r)
6487
6487
  ],
6488
6488
  [
6489
- [b],
6489
+ [w],
6490
6490
  (r, [e]) => -e.evaluate(r)
6491
6491
  ]
6492
6492
  ]
6493
6493
  },
6494
6494
  "/": [
6495
- b,
6496
- [b, b],
6495
+ w,
6496
+ [w, w],
6497
6497
  (r, [e, t]) => e.evaluate(r) / t.evaluate(r)
6498
6498
  ],
6499
6499
  "%": [
6500
- b,
6501
- [b, b],
6500
+ w,
6501
+ [w, w],
6502
6502
  (r, [e, t]) => e.evaluate(r) % t.evaluate(r)
6503
6503
  ],
6504
6504
  ln2: [
6505
- b,
6505
+ w,
6506
6506
  [],
6507
6507
  () => Math.LN2
6508
6508
  ],
6509
6509
  pi: [
6510
- b,
6510
+ w,
6511
6511
  [],
6512
6512
  () => Math.PI
6513
6513
  ],
6514
6514
  e: [
6515
- b,
6515
+ w,
6516
6516
  [],
6517
6517
  () => Math.E
6518
6518
  ],
6519
6519
  "^": [
6520
- b,
6521
- [b, b],
6520
+ w,
6521
+ [w, w],
6522
6522
  (r, [e, t]) => Math.pow(e.evaluate(r), t.evaluate(r))
6523
6523
  ],
6524
6524
  sqrt: [
6525
- b,
6526
- [b],
6525
+ w,
6526
+ [w],
6527
6527
  (r, [e]) => Math.sqrt(e.evaluate(r))
6528
6528
  ],
6529
6529
  log10: [
6530
- b,
6531
- [b],
6530
+ w,
6531
+ [w],
6532
6532
  (r, [e]) => Math.log(e.evaluate(r)) / Math.LN10
6533
6533
  ],
6534
6534
  ln: [
6535
- b,
6536
- [b],
6535
+ w,
6536
+ [w],
6537
6537
  (r, [e]) => Math.log(e.evaluate(r))
6538
6538
  ],
6539
6539
  log2: [
6540
- b,
6541
- [b],
6540
+ w,
6541
+ [w],
6542
6542
  (r, [e]) => Math.log(e.evaluate(r)) / Math.LN2
6543
6543
  ],
6544
6544
  sin: [
6545
- b,
6546
- [b],
6545
+ w,
6546
+ [w],
6547
6547
  (r, [e]) => Math.sin(e.evaluate(r))
6548
6548
  ],
6549
6549
  cos: [
6550
- b,
6551
- [b],
6550
+ w,
6551
+ [w],
6552
6552
  (r, [e]) => Math.cos(e.evaluate(r))
6553
6553
  ],
6554
6554
  tan: [
6555
- b,
6556
- [b],
6555
+ w,
6556
+ [w],
6557
6557
  (r, [e]) => Math.tan(e.evaluate(r))
6558
6558
  ],
6559
6559
  asin: [
6560
- b,
6561
- [b],
6560
+ w,
6561
+ [w],
6562
6562
  (r, [e]) => Math.asin(e.evaluate(r))
6563
6563
  ],
6564
6564
  acos: [
6565
- b,
6566
- [b],
6565
+ w,
6566
+ [w],
6567
6567
  (r, [e]) => Math.acos(e.evaluate(r))
6568
6568
  ],
6569
6569
  atan: [
6570
- b,
6571
- [b],
6570
+ w,
6571
+ [w],
6572
6572
  (r, [e]) => Math.atan(e.evaluate(r))
6573
6573
  ],
6574
6574
  min: [
6575
- b,
6576
- Ie(b),
6575
+ w,
6576
+ Ie(w),
6577
6577
  (r, e) => Math.min(...e.map((t) => t.evaluate(r)))
6578
6578
  ],
6579
6579
  max: [
6580
- b,
6581
- Ie(b),
6580
+ w,
6581
+ Ie(w),
6582
6582
  (r, e) => Math.max(...e.map((t) => t.evaluate(r)))
6583
6583
  ],
6584
6584
  abs: [
6585
- b,
6586
- [b],
6585
+ w,
6586
+ [w],
6587
6587
  (r, [e]) => Math.abs(e.evaluate(r))
6588
6588
  ],
6589
6589
  round: [
6590
- b,
6591
- [b],
6590
+ w,
6591
+ [w],
6592
6592
  (r, [e]) => {
6593
6593
  const t = e.evaluate(r);
6594
6594
  return t < 0 ? -Math.round(-t) : Math.round(t);
6595
6595
  }
6596
6596
  ],
6597
6597
  floor: [
6598
- b,
6599
- [b],
6598
+ w,
6599
+ [w],
6600
6600
  (r, [e]) => Math.floor(e.evaluate(r))
6601
6601
  ],
6602
6602
  ceil: [
6603
- b,
6604
- [b],
6603
+ w,
6604
+ [w],
6605
6605
  (r, [e]) => Math.ceil(e.evaluate(r))
6606
6606
  ],
6607
6607
  "filter-==": [
@@ -6695,23 +6695,23 @@ le.register(tn, {
6695
6695
  ],
6696
6696
  "filter-type-in": [
6697
6697
  _,
6698
- [Y(I)],
6698
+ [W(I)],
6699
6699
  (r, [e]) => e.value.indexOf(r.geometryType()) >= 0
6700
6700
  ],
6701
6701
  "filter-id-in": [
6702
6702
  _,
6703
- [Y(T)],
6703
+ [W(T)],
6704
6704
  (r, [e]) => e.value.indexOf(r.id()) >= 0
6705
6705
  ],
6706
6706
  "filter-in-small": [
6707
6707
  _,
6708
- [I, Y(T)],
6708
+ [I, W(T)],
6709
6709
  // assumes v is an array literal
6710
6710
  (r, [e, t]) => t.value.indexOf(r.properties()[e.value]) >= 0
6711
6711
  ],
6712
6712
  "filter-in-large": [
6713
6713
  _,
6714
- [I, Y(T)],
6714
+ [I, W(T)],
6715
6715
  // assumes v is a array literal with values sorted in ascending order and of a single type
6716
6716
  (r, [e, t]) => Qs(r.properties()[e.value], t.value, 0, t.value.length - 1)
6717
6717
  ],
@@ -6963,7 +6963,7 @@ function nl(r) {
6963
6963
  const e = {
6964
6964
  color: de,
6965
6965
  string: I,
6966
- number: b,
6966
+ number: w,
6967
6967
  enum: I,
6968
6968
  boolean: _,
6969
6969
  formatted: Dt,
@@ -6974,7 +6974,7 @@ function nl(r) {
6974
6974
  resolvedImage: ft,
6975
6975
  variableAnchorOffsetCollection: qt
6976
6976
  };
6977
- return r.type === "array" ? Y(e[r.value] || T, r.length) : e[r.type];
6977
+ return r.type === "array" ? W(e[r.value] || T, r.length) : e[r.type];
6978
6978
  }
6979
6979
  function al(r) {
6980
6980
  if (r.type === "color" && rn(r.default))
@@ -7133,36 +7133,36 @@ function ja(r) {
7133
7133
  if (t === "identity")
7134
7134
  return [new g(y.key, y.value, 'identity function may not have a "stops" property')];
7135
7135
  let m = [];
7136
- const w = y.value;
7136
+ const b = y.value;
7137
7137
  return m = m.concat(an({
7138
7138
  key: y.key,
7139
- value: w,
7139
+ value: b,
7140
7140
  valueSpec: y.valueSpec,
7141
7141
  validateSpec: y.validateSpec,
7142
7142
  style: y.style,
7143
7143
  styleSpec: y.styleSpec,
7144
7144
  arrayElementValidator: f
7145
- })), M(w) === "array" && w.length === 0 && m.push(new g(y.key, w, "array must have at least one stop")), m;
7145
+ })), M(b) === "array" && b.length === 0 && m.push(new g(y.key, b, "array must have at least one stop")), m;
7146
7146
  }
7147
7147
  function f(y) {
7148
7148
  let m = [];
7149
- const w = y.value, v = y.key;
7150
- if (M(w) !== "array")
7151
- return [new g(v, w, `array expected, ${M(w)} found`)];
7152
- if (w.length !== 2)
7153
- return [new g(v, w, `array length 2 expected, length ${w.length} found`)];
7149
+ const b = y.value, v = y.key;
7150
+ if (M(b) !== "array")
7151
+ return [new g(v, b, `array expected, ${M(b)} found`)];
7152
+ if (b.length !== 2)
7153
+ return [new g(v, b, `array length 2 expected, length ${b.length} found`)];
7154
7154
  if (u) {
7155
- if (M(w[0]) !== "object")
7156
- return [new g(v, w, `object expected, ${M(w[0])} found`)];
7157
- if (w[0].zoom === void 0)
7158
- return [new g(v, w, "object stop key must have zoom")];
7159
- if (w[0].value === void 0)
7160
- return [new g(v, w, "object stop key must have value")];
7161
- if (i && i > U(w[0].zoom))
7162
- return [new g(v, w[0].zoom, "stop zoom values must appear in ascending order")];
7163
- U(w[0].zoom) !== i && (i = U(w[0].zoom), o = void 0, a = {}), m = m.concat(te({
7155
+ if (M(b[0]) !== "object")
7156
+ return [new g(v, b, `object expected, ${M(b[0])} found`)];
7157
+ if (b[0].zoom === void 0)
7158
+ return [new g(v, b, "object stop key must have zoom")];
7159
+ if (b[0].value === void 0)
7160
+ return [new g(v, b, "object stop key must have value")];
7161
+ if (i && i > U(b[0].zoom))
7162
+ return [new g(v, b[0].zoom, "stop zoom values must appear in ascending order")];
7163
+ U(b[0].zoom) !== i && (i = U(b[0].zoom), o = void 0, a = {}), m = m.concat(te({
7164
7164
  key: `${v}[0]`,
7165
- value: w[0],
7165
+ value: b[0],
7166
7166
  valueSpec: { zoom: {} },
7167
7167
  validateSpec: y.validateSpec,
7168
7168
  style: y.style,
@@ -7172,14 +7172,14 @@ function ja(r) {
7172
7172
  } else
7173
7173
  m = m.concat(d({
7174
7174
  key: `${v}[0]`,
7175
- value: w[0],
7175
+ value: b[0],
7176
7176
  validateSpec: y.validateSpec,
7177
7177
  style: y.style,
7178
7178
  styleSpec: y.styleSpec
7179
- }, w));
7180
- return za(je(w[1])) ? m.concat([new g(`${v}[1]`, w[1], "expressions are not allowed in function stops.")]) : m.concat(y.validateSpec({
7179
+ }, b));
7180
+ return za(je(b[1])) ? m.concat([new g(`${v}[1]`, b[1], "expressions are not allowed in function stops.")]) : m.concat(y.validateSpec({
7181
7181
  key: `${v}[1]`,
7182
- value: w[1],
7182
+ value: b[1],
7183
7183
  valueSpec: e,
7184
7184
  validateSpec: y.validateSpec,
7185
7185
  style: y.style,
@@ -7187,18 +7187,18 @@ function ja(r) {
7187
7187
  }));
7188
7188
  }
7189
7189
  function d(y, m) {
7190
- const w = M(y.value), v = U(y.value), x = y.value !== null ? y.value : m;
7190
+ const b = M(y.value), v = U(y.value), x = y.value !== null ? y.value : m;
7191
7191
  if (!n)
7192
- n = w;
7193
- else if (w !== n)
7194
- return [new g(y.key, x, `${w} stop domain type must match previous stop domain type ${n}`)];
7195
- if (w !== "number" && w !== "string" && w !== "boolean")
7192
+ n = b;
7193
+ else if (b !== n)
7194
+ return [new g(y.key, x, `${b} stop domain type must match previous stop domain type ${n}`)];
7195
+ if (b !== "number" && b !== "string" && b !== "boolean")
7196
7196
  return [new g(y.key, x, "stop domain value must be a number, string, or boolean")];
7197
- if (w !== "number" && t !== "categorical") {
7198
- let A = `number expected, ${w} found`;
7197
+ if (b !== "number" && t !== "categorical") {
7198
+ let A = `number expected, ${b} found`;
7199
7199
  return zt(e) && t === void 0 && (A += '\nIf you intended to use a categorical function, specify `"type": "categorical"`.'), [new g(y.key, x, A)];
7200
7200
  }
7201
- return t === "categorical" && w === "number" && (!isFinite(v) || Math.floor(v) !== v) ? [new g(y.key, x, `integer expected, found ${v}`)] : t !== "categorical" && w === "number" && o !== void 0 && v < o ? [new g(y.key, x, "stop domain values must appear in ascending order")] : (o = v, t === "categorical" && v in a ? [new g(y.key, x, "stop domain values must be unique")] : (a[v] = !0, []));
7201
+ return t === "categorical" && b === "number" && (!isFinite(v) || Math.floor(v) !== v) ? [new g(y.key, x, `integer expected, found ${v}`)] : t !== "categorical" && b === "number" && o !== void 0 && v < o ? [new g(y.key, x, "stop domain values must appear in ascending order")] : (o = v, t === "categorical" && v in a ? [new g(y.key, x, "stop domain values must be unique")] : (a[v] = !0, []));
7202
7202
  }
7203
7203
  function h(y) {
7204
7204
  return y.validateSpec({
@@ -7813,7 +7813,7 @@ function Wa(r) {
7813
7813
  const e = r.value, t = r.key, n = Ne(r);
7814
7814
  return n.length || (e.indexOf("{fontstack}") === -1 && n.push(new g(t, e, '"glyphs" url must include a "{fontstack}" token')), e.indexOf("{range}") === -1 && n.push(new g(t, e, '"glyphs" url must include a "{range}" token'))), n;
7815
7815
  }
7816
- function Z(r, e = Hi) {
7816
+ function Y(r, e = Hi) {
7817
7817
  let t = [];
7818
7818
  return t = t.concat(Ft({
7819
7819
  key: "",
@@ -7833,17 +7833,17 @@ function Z(r, e = Hi) {
7833
7833
  value: r.constants
7834
7834
  }))), Ya(t);
7835
7835
  }
7836
- Z.source = pe(ce(Ga));
7837
- Z.sprite = pe(ce(Xa));
7838
- Z.glyphs = pe(ce(Wa));
7839
- Z.light = pe(ce(Va));
7840
- Z.sky = pe(ce(Ha));
7841
- Z.terrain = pe(ce(Ka));
7842
- Z.state = pe(ce(Za));
7843
- Z.layer = pe(ce(qa));
7844
- Z.filter = pe(ce(on));
7845
- Z.paintProperty = pe(ce(Ua));
7846
- Z.layoutProperty = pe(ce(Ba));
7836
+ Y.source = pe(ce(Ga));
7837
+ Y.sprite = pe(ce(Xa));
7838
+ Y.glyphs = pe(ce(Wa));
7839
+ Y.light = pe(ce(Va));
7840
+ Y.sky = pe(ce(Ha));
7841
+ Y.terrain = pe(ce(Ka));
7842
+ Y.state = pe(ce(Za));
7843
+ Y.layer = pe(ce(qa));
7844
+ Y.filter = pe(ce(on));
7845
+ Y.paintProperty = pe(ce(Ua));
7846
+ Y.layoutProperty = pe(ce(Ba));
7847
7847
  function ce(r) {
7848
7848
  return function(e) {
7849
7849
  return r({
@@ -7897,16 +7897,16 @@ function qn(r) {
7897
7897
  style: r.getDefaultVariant().getExpandedStyleURL(),
7898
7898
  requiresUrlMonitoring: !1,
7899
7899
  isFallback: !1
7900
- } : Z(r).length === 0 ? {
7900
+ } : Y(r).length === 0 ? {
7901
7901
  style: r,
7902
7902
  requiresUrlMonitoring: !1,
7903
7903
  isFallback: !1
7904
- } : (console.log("FUCK OFF", Z(r)), {
7904
+ } : {
7905
7905
  style: Qe[rr[0].referenceStyleID].getDefaultVariant().getExpandedStyleURL(),
7906
7906
  requiresUrlMonitoring: !1,
7907
7907
  // default styles don't require URL monitoring
7908
7908
  isFallback: !0
7909
- });
7909
+ };
7910
7910
  }
7911
7911
  function bl(r) {
7912
7912
  try {
@@ -7917,7 +7917,7 @@ function bl(r) {
7917
7917
  }
7918
7918
  function wl(r) {
7919
7919
  try {
7920
- const e = JSON.parse(r), t = Z(e);
7920
+ const e = JSON.parse(r), t = Y(e);
7921
7921
  return {
7922
7922
  isValidJSON: !0,
7923
7923
  isValidStyle: t.length === 0,
@@ -8065,7 +8065,7 @@ class Cl extends ri {
8065
8065
  }
8066
8066
  }
8067
8067
  }
8068
- var K, oe, Se, xe, W, pt, q, Ja, J, Qa;
8068
+ var K, oe, Se, xe, Z, pt, q, Ja, J, Qa;
8069
8069
  class fr {
8070
8070
  constructor(e, t) {
8071
8071
  be(this, q);
@@ -8074,9 +8074,9 @@ class fr {
8074
8074
  be(this, oe);
8075
8075
  be(this, Se);
8076
8076
  be(this, xe);
8077
- be(this, W, !1);
8077
+ be(this, Z, !1);
8078
8078
  be(this, pt);
8079
- e.style !== void 0 && _e(this, W, !0), _e(this, K, {
8079
+ e.style !== void 0 && _e(this, Z, !0), _e(this, K, {
8080
8080
  // set defaults
8081
8081
  zoomAdjust: -4,
8082
8082
  position: "top-right",
@@ -8102,31 +8102,31 @@ class fr {
8102
8102
  }), e.lockZoom !== void 0 && (P(this, K).minZoom = e.lockZoom, P(this, K).maxZoom = e.lockZoom);
8103
8103
  }
8104
8104
  setStyle(e, t) {
8105
- P(this, W) || this.map.setStyle(e, t), H(this, q, J).call(this);
8105
+ P(this, Z) || this.map.setStyle(e, t), H(this, q, J).call(this);
8106
8106
  }
8107
8107
  addLayer(e, t) {
8108
- return P(this, W) || this.map.addLayer(e, t), H(this, q, J).call(this), this.map;
8108
+ return P(this, Z) || this.map.addLayer(e, t), H(this, q, J).call(this), this.map;
8109
8109
  }
8110
8110
  moveLayer(e, t) {
8111
- return P(this, W) || this.map.moveLayer(e, t), H(this, q, J).call(this), this.map;
8111
+ return P(this, Z) || this.map.moveLayer(e, t), H(this, q, J).call(this), this.map;
8112
8112
  }
8113
8113
  removeLayer(e) {
8114
- return P(this, W) || this.map.removeLayer(e), H(this, q, J).call(this), this;
8114
+ return P(this, Z) || this.map.removeLayer(e), H(this, q, J).call(this), this;
8115
8115
  }
8116
8116
  setLayerZoomRange(e, t, n) {
8117
- return P(this, W) || this.map.setLayerZoomRange(e, t, n), H(this, q, J).call(this), this;
8117
+ return P(this, Z) || this.map.setLayerZoomRange(e, t, n), H(this, q, J).call(this), this;
8118
8118
  }
8119
8119
  setFilter(e, t, n) {
8120
- return P(this, W) || this.map.setFilter(e, t, n), H(this, q, J).call(this), this;
8120
+ return P(this, Z) || this.map.setFilter(e, t, n), H(this, q, J).call(this), this;
8121
8121
  }
8122
8122
  setPaintProperty(e, t, n, a) {
8123
- return P(this, W) || this.map.setPaintProperty(e, t, n, a), H(this, q, J).call(this), this;
8123
+ return P(this, Z) || this.map.setPaintProperty(e, t, n, a), H(this, q, J).call(this), this;
8124
8124
  }
8125
8125
  setLayoutProperty(e, t, n, a) {
8126
- return P(this, W) || this.map.setLayoutProperty(e, t, n, a), H(this, q, J).call(this), this;
8126
+ return P(this, Z) || this.map.setLayoutProperty(e, t, n, a), H(this, q, J).call(this), this;
8127
8127
  }
8128
8128
  setGlyphs(e, t) {
8129
- return P(this, W) || this.map.setGlyphs(e, t), H(this, q, J).call(this), this;
8129
+ return P(this, Z) || this.map.setGlyphs(e, t), H(this, q, J).call(this), this;
8130
8130
  }
8131
8131
  onAdd(e) {
8132
8132
  _e(this, oe, e), _e(this, Se, ge("div", "maplibregl-ctrl maplibregl-ctrl-group"));
@@ -8143,7 +8143,7 @@ class fr {
8143
8143
  (e = P(this, pt)) == null || e.call(this), sn(P(this, Se));
8144
8144
  }
8145
8145
  }
8146
- K = new WeakMap(), oe = new WeakMap(), Se = new WeakMap(), xe = new WeakMap(), W = new WeakMap(), pt = new WeakMap(), q = new WeakSet(), Ja = function(e) {
8146
+ K = new WeakMap(), oe = new WeakMap(), Se = new WeakMap(), xe = new WeakMap(), Z = new WeakMap(), pt = new WeakMap(), q = new WeakSet(), Ja = function(e) {
8147
8147
  e === void 0 || e.linePaint === void 0 && e.fillPaint === void 0 || (_e(this, xe, {
8148
8148
  type: "Feature",
8149
8149
  properties: {
@@ -8228,7 +8228,7 @@ class Ll {
8228
8228
  this.projectionButton.classList.remove("maplibregl-ctrl-projection-globe"), this.projectionButton.classList.remove("maplibregl-ctrl-projection-mercator"), this.map.isGlobeProjection() ? (this.projectionButton.classList.add("maplibregl-ctrl-projection-mercator"), this.projectionButton.title = "Enable Mercator projection") : (this.projectionButton.classList.add("maplibregl-ctrl-projection-globe"), this.projectionButton.title = "Enable Globe projection");
8229
8229
  }
8230
8230
  }
8231
- const Al = "@maptiler/sdk", El = "3.5.1-rc4", Tl = "The Javascript & TypeScript map SDK tailored for MapTiler Cloud", _l = "MapTiler", Il = "dist/maptiler-sdk.mjs", Ml = "dist/maptiler-sdk.d.ts", Pl = "dist/maptiler-sdk.css", Rl = "module", zl = "dist/maptiler-sdk.mjs", Fl = { ".": { import: "./dist/maptiler-sdk.mjs", types: "./dist/maptiler-sdk.d.ts" }, "./dist/maptiler-sdk.css": { import: "./dist/maptiler-sdk.css" }, "./style.css": { import: "./dist/maptiler-sdk.css" } }, $l = ["maptiler", "map", "sdk", "webmap", "cloud", "webGL", "maplibre"], Ol = "https://docs.maptiler.com/sdk-js/", jl = "BSD-3-Clause", Nl = { type: "git", url: "https://github.com/maptiler/maptiler-sdk-js.git" }, Dl = { prepare: "husky", doc: "rm -rf docs/* && typedoc --out docs && cp -r images docs/", ncu: "npx npm-check-updates", lint: "tsc --noEmit && eslint src", "lint:fix": "tsc --noEmit && eslint src --fix", "test:watch": "vitest watch -c vite.config-test.ts --dom", test: "vitest run -c vite.config-test.ts --dom", "install:clean": "rm -rf build/ dist/ node_modules/ && npm ci", dev: "npm run build-css && vite -c vite.config-dev.ts", "dev-umd": "npm run build-css && tsc && NODE_ENV=development vite build -w -c vite.config-umd.ts", "build-css": "mkdir -p dist build && node scripts/replace-path-with-content.js src/style/style_template.css dist/tmp_maptiler-sdk.css && cat node_modules/maplibre-gl/dist/maplibre-gl.css dist/tmp_maptiler-sdk.css > dist/maptiler-sdk.css && rm dist/tmp_maptiler-sdk.css && cp dist/maptiler-sdk.css build/maptiler-sdk.css", "build-umd": "tsc && NODE_ENV=production vite build -c vite.config-umd.ts", "build-es": "tsc && NODE_ENV=production vite build -c vite.config-es.ts", build: "npm run build-es; npm run build-umd; npm run build-css", make: "npm run install:clean && npm run build" }, Ul = { "@canvas/image-data": "^1.0.0", "@eslint/js": "^9.21.0", "@types/color-convert": "^2.0.4", "@types/color-name": "^2.0.0", "@types/stats.js": "^0.17.4", "@types/uuid": "^10.0.0", "@types/xmldom": "^0.1.31", "@vitest/web-worker": "^3.0.9", "@xmldom/xmldom": "^0.8.10", concurrently: "^9.1.2", eslint: "^9.21.0", "eslint-config-prettier": "^10.0.2", "eslint-plugin-prettier": "^5.2.3", "happy-dom": "^17.4.4", husky: "^8.0.0", jiti: "^2.4.2", "lint-staged": "^15.4.3", prettier: "3.5.2", "stats.js": "^0.17.0", typedoc: "^0.27.6", typescript: "^5.7.3", "typescript-eslint": "^8.25.0", vite: "^6.0.7", "vite-plugin-dts": "^4.5.0", vitest: "^3.0.9" }, Bl = { "@maplibre/maplibre-gl-style-spec": "~23.3.0", "@maptiler/client": "~2.4.0", events: "^3.3.0", "gl-matrix": "^3.4.3", "js-base64": "^3.7.7", "maplibre-gl": "~5.6.0", uuid: "^11.0.5" }, ql = {
8231
+ const Al = "@maptiler/sdk", El = "3.5.1-rc5", Tl = "The Javascript & TypeScript map SDK tailored for MapTiler Cloud", _l = "MapTiler", Il = "dist/maptiler-sdk.mjs", Ml = "dist/maptiler-sdk.d.ts", Pl = "dist/maptiler-sdk.css", Rl = "module", zl = "dist/maptiler-sdk.mjs", Fl = { ".": { import: "./dist/maptiler-sdk.mjs", types: "./dist/maptiler-sdk.d.ts" }, "./dist/maptiler-sdk.css": { import: "./dist/maptiler-sdk.css" }, "./style.css": { import: "./dist/maptiler-sdk.css" } }, $l = ["maptiler", "map", "sdk", "webmap", "cloud", "webGL", "maplibre"], Ol = "https://docs.maptiler.com/sdk-js/", jl = "BSD-3-Clause", Nl = { type: "git", url: "https://github.com/maptiler/maptiler-sdk-js.git" }, Dl = { prepare: "husky", doc: "rm -rf docs/* && typedoc --out docs && cp -r images docs/", ncu: "npx npm-check-updates", lint: "tsc --noEmit && eslint src", "lint:fix": "tsc --noEmit && eslint src --fix", "test:watch": "vitest watch -c vite.config-test.ts --dom", test: "vitest run -c vite.config-test.ts --dom", "install:clean": "rm -rf build/ dist/ node_modules/ && npm ci", dev: "npm run build-css && vite -c vite.config-dev.ts", "dev-umd": "npm run build-css && tsc && NODE_ENV=development vite build -w -c vite.config-umd.ts", "build-css": "mkdir -p dist build && node scripts/replace-path-with-content.js src/style/style_template.css dist/tmp_maptiler-sdk.css && cat node_modules/maplibre-gl/dist/maplibre-gl.css dist/tmp_maptiler-sdk.css > dist/maptiler-sdk.css && rm dist/tmp_maptiler-sdk.css && cp dist/maptiler-sdk.css build/maptiler-sdk.css", "build-umd": "tsc && NODE_ENV=production vite build -c vite.config-umd.ts", "build-es": "tsc && NODE_ENV=production vite build -c vite.config-es.ts", build: "npm run build-es; npm run build-umd; npm run build-css", make: "npm run install:clean && npm run build" }, Ul = { "@canvas/image-data": "^1.0.0", "@eslint/js": "^9.21.0", "@types/color-convert": "^2.0.4", "@types/color-name": "^2.0.0", "@types/stats.js": "^0.17.4", "@types/uuid": "^10.0.0", "@types/xmldom": "^0.1.31", "@vitest/web-worker": "^3.0.9", "@xmldom/xmldom": "^0.8.10", concurrently: "^9.1.2", eslint: "^9.21.0", "eslint-config-prettier": "^10.0.2", "eslint-plugin-prettier": "^5.2.3", "happy-dom": "^17.4.4", husky: "^8.0.0", jiti: "^2.4.2", "lint-staged": "^15.4.3", prettier: "3.5.2", "stats.js": "^0.17.0", typedoc: "^0.27.6", typescript: "^5.7.3", "typescript-eslint": "^8.25.0", vite: "^6.0.7", "vite-plugin-dts": "^4.5.0", vitest: "^3.0.9" }, Bl = { "@maplibre/maplibre-gl-style-spec": "~23.3.0", "@maptiler/client": "~2.4.0", events: "^3.3.0", "gl-matrix": "^3.4.3", "js-base64": "^3.7.7", "maplibre-gl": "~5.6.0", uuid: "^11.0.5" }, ql = {
8232
8232
  name: Al,
8233
8233
  version: El,
8234
8234
  description: Tl,
@@ -8299,8 +8299,8 @@ function Vl(r, e, t, n, a, o, i, s, l, u, c, p, f, d, h, y, m) {
8299
8299
  return r[0] = e, r[1] = t, r[2] = n, r[3] = a, r[4] = o, r[5] = i, r[6] = s, r[7] = l, r[8] = u, r[9] = c, r[10] = p, r[11] = f, r[12] = d, r[13] = h, r[14] = y, r[15] = m, r;
8300
8300
  }
8301
8301
  function Hl(r, e, t) {
8302
- var n = e[0], a = e[1], o = e[2], i = e[3], s = e[4], l = e[5], u = e[6], c = e[7], p = e[8], f = e[9], d = e[10], h = e[11], y = e[12], m = e[13], w = e[14], v = e[15], x = t[0], A = t[1], L = t[2], $ = t[3];
8303
- return r[0] = x * n + A * s + L * p + $ * y, r[1] = x * a + A * l + L * f + $ * m, r[2] = x * o + A * u + L * d + $ * w, r[3] = x * i + A * c + L * h + $ * v, x = t[4], A = t[5], L = t[6], $ = t[7], r[4] = x * n + A * s + L * p + $ * y, r[5] = x * a + A * l + L * f + $ * m, r[6] = x * o + A * u + L * d + $ * w, r[7] = x * i + A * c + L * h + $ * v, x = t[8], A = t[9], L = t[10], $ = t[11], r[8] = x * n + A * s + L * p + $ * y, r[9] = x * a + A * l + L * f + $ * m, r[10] = x * o + A * u + L * d + $ * w, r[11] = x * i + A * c + L * h + $ * v, x = t[12], A = t[13], L = t[14], $ = t[15], r[12] = x * n + A * s + L * p + $ * y, r[13] = x * a + A * l + L * f + $ * m, r[14] = x * o + A * u + L * d + $ * w, r[15] = x * i + A * c + L * h + $ * v, r;
8302
+ var n = e[0], a = e[1], o = e[2], i = e[3], s = e[4], l = e[5], u = e[6], c = e[7], p = e[8], f = e[9], d = e[10], h = e[11], y = e[12], m = e[13], b = e[14], v = e[15], x = t[0], A = t[1], L = t[2], $ = t[3];
8303
+ return r[0] = x * n + A * s + L * p + $ * y, r[1] = x * a + A * l + L * f + $ * m, r[2] = x * o + A * u + L * d + $ * b, r[3] = x * i + A * c + L * h + $ * v, x = t[4], A = t[5], L = t[6], $ = t[7], r[4] = x * n + A * s + L * p + $ * y, r[5] = x * a + A * l + L * f + $ * m, r[6] = x * o + A * u + L * d + $ * b, r[7] = x * i + A * c + L * h + $ * v, x = t[8], A = t[9], L = t[10], $ = t[11], r[8] = x * n + A * s + L * p + $ * y, r[9] = x * a + A * l + L * f + $ * m, r[10] = x * o + A * u + L * d + $ * b, r[11] = x * i + A * c + L * h + $ * v, x = t[12], A = t[13], L = t[14], $ = t[15], r[12] = x * n + A * s + L * p + $ * y, r[13] = x * a + A * l + L * f + $ * m, r[14] = x * o + A * u + L * d + $ * b, r[15] = x * i + A * c + L * h + $ * v, r;
8304
8304
  }
8305
8305
  function Kl(r, e, t) {
8306
8306
  var n = t[0], a = t[1], o = t[2];
@@ -9099,10 +9099,10 @@ function gu({ gl: r, faces: e, onReady: t, forceRefresh: n }) {
9099
9099
  if (p) {
9100
9100
  const d = r.RGBA, h = r.RGBA, y = r.UNSIGNED_BYTE, m = new Image();
9101
9101
  m.crossOrigin = "anonymous";
9102
- const w = () => {
9102
+ const b = () => {
9103
9103
  r.texParameteri(r.TEXTURE_CUBE_MAP, r.TEXTURE_MAG_FILTER, r.LINEAR), r.texParameteri(r.TEXTURE_CUBE_MAP, r.TEXTURE_MIN_FILTER, r.LINEAR), r.texParameteri(r.TEXTURE_CUBE_MAP, r.TEXTURE_WRAP_S, r.CLAMP_TO_EDGE), r.texParameteri(r.TEXTURE_CUBE_MAP, r.TEXTURE_WRAP_T, r.CLAMP_TO_EDGE), r.texImage2D(p, 0, d, h, y, m), u(m);
9104
9104
  };
9105
- m.src = l, m.complete && m.naturalWidth > 0 ? w() : m.onload = w, m.onerror = () => {
9105
+ m.src = l, m.complete && m.naturalWidth > 0 ? b() : m.onload = b, m.onerror = () => {
9106
9106
  c(new Error(`[CubemapLayer][loadCubemapTexture]: Error loading image ${l}`));
9107
9107
  };
9108
9108
  }
@@ -9460,7 +9460,7 @@ class br {
9460
9460
  const n = Lt(e.color);
9461
9461
  if (e.color && this.targetBgColor.toString() !== n.toString())
9462
9462
  this.setBgColor(n);
9463
- else if (e.preset && e.preset in Ge) {
9463
+ else if (!e.color && e.preset && e.preset in Ge) {
9464
9464
  const a = Ge[e.preset];
9465
9465
  this.setBgColor(Lt(a.color));
9466
9466
  }
@@ -9752,14 +9752,14 @@ class wr {
9752
9752
  Xn(d, c, f), dr(d, d), Vl(l, f[0], f[1], f[2], 0, d[0], d[1], d[2], 0, c[0], c[1], c[2], 0, 0, 0, 0, 1);
9753
9753
  const h = this.plane.programInfo.uniformsLocations.rotationMatrix;
9754
9754
  e.uniformMatrix4fv(h, !1, l);
9755
- const y = this.gradient.stops.length, m = [], w = [];
9755
+ const y = this.gradient.stops.length, m = [], b = [];
9756
9756
  for (let v = 0; v <= y; v++)
9757
9757
  if (v < y) {
9758
9758
  m[v] = this.gradient.stops[v][0];
9759
9759
  const x = Lt(this.gradient.stops[v][1]);
9760
- w.push(...x);
9760
+ b.push(...x);
9761
9761
  }
9762
- e.uniform1i(this.plane.programInfo.uniformsLocations.stopsNumber, y), e.uniform1fv(this.plane.programInfo.uniformsLocations.stops, new Float32Array(m)), e.uniform4fv(this.plane.programInfo.uniformsLocations.colors, new Float32Array(w)), e.uniform1f(this.plane.programInfo.uniformsLocations.maxDistance, Je), e.uniform1f(this.plane.programInfo.uniformsLocations.scale, o), e.drawArrays(e.TRIANGLE_STRIP, 0, 4);
9762
+ e.uniform1i(this.plane.programInfo.uniformsLocations.stopsNumber, y), e.uniform1fv(this.plane.programInfo.uniformsLocations.stops, new Float32Array(m)), e.uniform4fv(this.plane.programInfo.uniformsLocations.colors, new Float32Array(b)), e.uniform1f(this.plane.programInfo.uniformsLocations.maxDistance, Je), e.uniform1f(this.plane.programInfo.uniformsLocations.scale, o), e.drawArrays(e.TRIANGLE_STRIP, 0, 4);
9763
9763
  }
9764
9764
  /**
9765
9765
  * Sets a new gradient for the radial gradient layer and animates the transition.
@@ -9837,9 +9837,9 @@ let Mu = class ro extends k.Map {
9837
9837
  this.styleInProcess = !1;
9838
9838
  }), this.on("error", (h) => {
9839
9839
  if (h.error instanceof k.AJAXError) {
9840
- const m = h.error.url, w = new URL(m);
9841
- w.search = "";
9842
- const v = w.href;
9840
+ const m = h.error.url, b = new URL(m);
9841
+ b.search = "";
9842
+ const v = b.href;
9843
9843
  this.monitoredStyleUrls && this.monitoredStyleUrls.has(v) && (this.monitoredStyleUrls.delete(v), u());
9844
9844
  return;
9845
9845
  }
@@ -9918,8 +9918,8 @@ let Mu = class ro extends k.Map {
9918
9918
  } else t.maptilerLogo && this.addControl(new xn(), t.logoPosition);
9919
9919
  if (t.scaleControl) {
9920
9920
  const y = t.scaleControl === !0 || t.scaleControl === void 0 ? "bottom-right" : t.scaleControl, m = new ai({ unit: D.unit });
9921
- this.addControl(m, y), D.on("unit", (w) => {
9922
- m.setUnit(w);
9921
+ this.addControl(m, y), D.on("unit", (b) => {
9922
+ m.setUnit(b);
9923
9923
  });
9924
9924
  }
9925
9925
  if (t.navigationControl !== !1) {
@@ -9969,7 +9969,7 @@ let Mu = class ro extends k.Map {
9969
9969
  const {
9970
9970
  zoom: y,
9971
9971
  center: m,
9972
- style: w,
9972
+ style: b,
9973
9973
  language: v,
9974
9974
  apiKey: x,
9975
9975
  maptilerLogo: A,
@@ -9992,7 +9992,7 @@ let Mu = class ro extends k.Map {
9992
9992
  this.minimap = new fr(h, {
9993
9993
  zoom: y,
9994
9994
  center: m,
9995
- style: w,
9995
+ style: b,
9996
9996
  language: v,
9997
9997
  apiKey: x,
9998
9998
  container: "null",
@@ -10058,17 +10058,20 @@ let Mu = class ro extends k.Map {
10058
10058
  }
10059
10059
  setSpaceFromStyle({ style: t }) {
10060
10060
  var o, i, s;
10061
- if (!((i = (o = t.metadata) == null ? void 0 : o.maptiler) != null && i.space))
10062
- return;
10063
- const n = t.metadata.maptiler.space;
10064
- if (JSON.stringify((s = this.space) == null ? void 0 : s.getConfig()) === JSON.stringify(n))
10065
- return;
10061
+ const n = (i = (o = t.metadata) == null ? void 0 : o.maptiler) == null ? void 0 : i.space;
10066
10062
  if (!n) {
10067
10063
  this.setSpace({
10068
10064
  color: "transparent"
10069
10065
  });
10070
10066
  return;
10071
10067
  }
10068
+ if (JSON.stringify((s = this.space) == null ? void 0 : s.getConfig()) === JSON.stringify(n)) {
10069
+ if (this.space && !this.getLayer(this.space.id)) {
10070
+ const l = this.getLayersOrder()[0];
10071
+ this.addLayer(this.space, l);
10072
+ }
10073
+ return;
10074
+ }
10072
10075
  (() => {
10073
10076
  if (this.space && this.isGlobeProjection()) {
10074
10077
  if (!this.getLayer(this.space.id)) {
@@ -10080,10 +10083,15 @@ let Mu = class ro extends k.Map {
10080
10083
  })();
10081
10084
  }
10082
10085
  setHaloFromStyle({ style: t }) {
10083
- var o, i;
10086
+ var o, i, s;
10084
10087
  const n = (o = t.metadata) == null ? void 0 : o.maptiler;
10085
- if (JSON.stringify((i = this.halo) == null ? void 0 : i.getConfig()) === JSON.stringify(n == null ? void 0 : n.halo))
10088
+ if (JSON.stringify((i = this.halo) == null ? void 0 : i.getConfig()) === JSON.stringify(n == null ? void 0 : n.halo)) {
10089
+ if (this.halo && !this.getLayer(this.halo.id)) {
10090
+ const l = this.getLayersOrder().indexOf(((s = this.space) == null ? void 0 : s.id) ?? "") + 1, u = this.getLayersOrder()[l];
10091
+ this.addLayer(this.halo, u);
10092
+ }
10086
10093
  return;
10094
+ }
10087
10095
  if (!(n != null && n.halo)) {
10088
10096
  this.setHalo({
10089
10097
  stops: [
@@ -10095,11 +10103,11 @@ let Mu = class ro extends k.Map {
10095
10103
  return;
10096
10104
  }
10097
10105
  (() => {
10098
- var s;
10106
+ var l;
10099
10107
  if (this.halo) {
10100
10108
  if (!this.getLayer(this.halo.id)) {
10101
- const l = this.getLayersOrder().indexOf(((s = this.space) == null ? void 0 : s.id) ?? "") + 1, u = this.getLayersOrder()[l];
10102
- this.addLayer(this.halo, u);
10109
+ const u = this.getLayersOrder().indexOf(((l = this.space) == null ? void 0 : l.id) ?? "") + 1, c = this.getLayersOrder()[u];
10110
+ this.addLayer(this.halo, c);
10103
10111
  }
10104
10112
  this.halo.setGradient(n.halo);
10105
10113
  }
@@ -10232,8 +10240,8 @@ let Mu = class ro extends k.Map {
10232
10240
  * - a longer form with the prefix `"maptiler://"` (eg. `"maptiler://streets-v2"`)
10233
10241
  */
10234
10242
  setStyle(t, n) {
10235
- var o;
10236
- this.originalLabelStyle.clear(), (o = this.minimap) == null || o.setStyle(t), this.forceLanguageUpdate = !0, this.once("idle", () => {
10243
+ var u, c, p, f, d;
10244
+ this.originalLabelStyle.clear(), (u = this.minimap) == null || u.setStyle(t), this.forceLanguageUpdate = !0, this.once("idle", () => {
10237
10245
  this.forceLanguageUpdate = !1;
10238
10246
  });
10239
10247
  const a = qn(t);
@@ -10247,16 +10255,27 @@ let Mu = class ro extends k.Map {
10247
10255
  );
10248
10256
  }
10249
10257
  this.styleInProcess = !0;
10258
+ const o = this.getStyle(), i = a.style, s = ((c = o == null ? void 0 : o.terrain) == null ? void 0 : c.source) !== ((p = i == null ? void 0 : i.terrain) == null ? void 0 : p.source) || ((f = o == null ? void 0 : o.terrain) == null ? void 0 : f.exaggeration) !== ((d = i == null ? void 0 : i.terrain) == null ? void 0 : d.exaggeration);
10250
10259
  try {
10251
10260
  super.setStyle(a.style, n);
10252
- } catch (i) {
10253
- this.styleInProcess = !1, console.error("[Map.setStyle]: Error while setting style:", i);
10261
+ } catch (h) {
10262
+ this.styleInProcess = !1, console.error("[Map.setStyle]: Error while setting style:", h);
10254
10263
  }
10255
- return typeof a.style == "string" || a.requiresUrlMonitoring ? this : (this.once("style.load", () => {
10256
- var l, u, c, p;
10257
- const i = this.getLayersOrder()[0], s = a.style;
10258
- this.space ? this.setSpaceFromStyle({ style: s }) : this.initSpace({ before: i, spec: (u = (l = s.metadata) == null ? void 0 : l.maptiler) == null ? void 0 : u.space }), this.halo ? this.setHaloFromStyle({ style: s }) : this.initHalo({ before: i, spec: (p = (c = s.metadata) == null ? void 0 : c.maptiler) == null ? void 0 : p.halo });
10259
- }), this);
10264
+ if (typeof a.style == "string" || a.requiresUrlMonitoring)
10265
+ return this;
10266
+ const l = () => {
10267
+ this.setSpaceFromStyle({ style: a.style }), this.setHaloFromStyle({ style: a.style });
10268
+ };
10269
+ if (s)
10270
+ this.once("terrain", l);
10271
+ else
10272
+ return l(), this;
10273
+ return this.styleInProcess && this.once("style.load", () => {
10274
+ var m, b, v, x;
10275
+ console.log("style.load");
10276
+ const h = this.getLayersOrder()[0], y = a.style;
10277
+ this.space ? this.setSpaceFromStyle({ style: y }) : this.initSpace({ before: h, spec: (b = (m = y.metadata) == null ? void 0 : m.maptiler) == null ? void 0 : b.space }), this.halo ? this.setHaloFromStyle({ style: y }) : this.initHalo({ before: h, spec: (x = (v = y.metadata) == null ? void 0 : v.maptiler) == null ? void 0 : x.halo });
10278
+ }), this;
10260
10279
  }
10261
10280
  /**
10262
10281
  * Adds a [MapLibre style layer](https://maplibre.org/maplibre-style-spec/layers)
@@ -10472,8 +10491,8 @@ let Mu = class ro extends k.Map {
10472
10491
  continue;
10473
10492
  let m;
10474
10493
  if (u ? (m = this.getLayoutProperty(h, "text-field"), this.originalLabelStyle.set(h, m)) : m = this.originalLabelStyle.get(h), typeof m == "string") {
10475
- const { contains: w, exactMatch: v } = Zo(m, this.isStyleLocalized);
10476
- if (!w) continue;
10494
+ const { contains: b, exactMatch: v } = Zo(m, this.isStyleLocalized);
10495
+ if (!b) continue;
10477
10496
  if (v)
10478
10497
  this.setLayoutProperty(h, "text-field", s);
10479
10498
  else {
@@ -10481,8 +10500,8 @@ let Mu = class ro extends k.Map {
10481
10500
  this.setLayoutProperty(h, "text-field", x);
10482
10501
  }
10483
10502
  } else {
10484
- const w = Xo(m, s, this.isStyleLocalized);
10485
- this.setLayoutProperty(h, "text-field", w);
10503
+ const b = Xo(m, s, this.isStyleLocalized);
10504
+ this.setLayoutProperty(h, "text-field", b);
10486
10505
  }
10487
10506
  }
10488
10507
  this.languageIsUpdated = !0;
@@ -10835,7 +10854,7 @@ function zu(r, e, t, n) {
10835
10854
  o[x[d].getAttribute("name") ?? ""] = O(x[d]) ?? "";
10836
10855
  }
10837
10856
  f !== null && (o.visibility = O(f) ?? ""), a.coordTimes.length !== 0 && (o.coordTimes = a.coordTimes.length === 1 ? a.coordTimes[0] : a.coordTimes);
10838
- const w = {
10857
+ const b = {
10839
10858
  type: "Feature",
10840
10859
  geometry: a.geoms.length === 1 ? a.geoms[0] : {
10841
10860
  type: "GeometryCollection",
@@ -10843,7 +10862,7 @@ function zu(r, e, t, n) {
10843
10862
  },
10844
10863
  properties: o
10845
10864
  };
10846
- return Oe(r, "id") && (w.id = Oe(r, "id") ?? void 0), [w];
10865
+ return Oe(r, "id") && (b.id = Oe(r, "id") ?? void 0), [b];
10847
10866
  }
10848
10867
  function io(r, e) {
10849
10868
  const t = G(r, e), n = [], a = [];
@@ -12239,14 +12258,14 @@ function Vu(r, e) {
12239
12258
  ), e.outline === !0) {
12240
12259
  let m;
12241
12260
  f === "inside" ? typeof i == "number" ? m = 0.5 * i : m = z(
12242
- i.map(({ zoom: w, value: v }) => ({
12243
- zoom: w,
12261
+ i.map(({ zoom: b, value: v }) => ({
12262
+ zoom: b,
12244
12263
  value: 0.5 * v
12245
12264
  }))
12246
12265
  ) : f === "outside" ? typeof i == "number" ? m = -0.5 * i : m = z(
12247
- i.map((w) => ({
12248
- zoom: w.zoom,
12249
- value: -0.5 * w.value
12266
+ i.map((b) => ({
12267
+ zoom: b.zoom,
12268
+ value: -0.5 * b.value
12250
12269
  }))
12251
12270
  ) : m = 0, r.addLayer(
12252
12271
  {
@@ -12290,7 +12309,7 @@ function Hu(r, e) {
12290
12309
  throw new Error(`A layer already exists with the layer id: ${e.layerId}`);
12291
12310
  const t = e.minPointRadius ?? 10, n = e.maxPointRadius ?? 50, a = e.cluster ?? !1, o = 20, i = Array.isArray(e.pointColor) ? e.pointColor : mo.TURBO.scale(10, e.cluster ? 1e4 : 1e3).resample("ease-out-square"), s = i.getBounds(), l = e.sourceId ?? yt(), u = e.layerId ?? mt(), c = e.showLabel ?? a, p = e.alignOnViewport ?? !0, f = e.outline ?? !1, d = e.outlineOpacity ?? 1, h = e.outlineWidth ?? 1, y = e.outlineColor ?? "#FFFFFF";
12292
12311
  let m;
12293
- const w = e.zoomCompensation ?? !0, v = e.minzoom ?? 0, x = e.maxzoom ?? 23;
12312
+ const b = e.zoomCompensation ?? !0, v = e.minzoom ?? 0, x = e.maxzoom ?? 23;
12294
12313
  typeof e.pointOpacity == "number" ? m = e.pointOpacity : Array.isArray(e.pointOpacity) ? m = z(e.pointOpacity) : e.cluster ? m = Or(i, "point_count") : e.property ? m = Or(i, e.property) : m = z([
12295
12314
  { zoom: v, value: 0 },
12296
12315
  { zoom: v + 0.25, value: 1 },
@@ -12371,13 +12390,13 @@ function Hu(r, e) {
12371
12390
  e.beforeId
12372
12391
  );
12373
12392
  } else {
12374
- let L = typeof e.pointColor == "string" ? e.pointColor : Array.isArray(e.pointColor) ? e.pointColor.getColorHex(e.pointColor.getBounds().min) : Qt(), $ = typeof e.pointRadius == "number" ? w ? z([
12393
+ let L = typeof e.pointColor == "string" ? e.pointColor : Array.isArray(e.pointColor) ? e.pointColor.getColorHex(e.pointColor.getBounds().min) : Qt(), $ = typeof e.pointRadius == "number" ? b ? z([
12375
12394
  { zoom: 0, value: e.pointRadius * 0.025 },
12376
12395
  { zoom: 2, value: e.pointRadius * 0.05 },
12377
12396
  { zoom: 4, value: e.pointRadius * 0.1 },
12378
12397
  { zoom: 8, value: e.pointRadius * 0.25 },
12379
12398
  { zoom: 16, value: e.pointRadius * 1 }
12380
- ]) : e.pointRadius : Array.isArray(e.pointRadius) ? z(e.pointRadius) : w ? z([
12399
+ ]) : e.pointRadius : Array.isArray(e.pointRadius) ? z(e.pointRadius) : b ? z([
12381
12400
  { zoom: 0, value: t * 0.05 },
12382
12401
  { zoom: 2, value: t * 0.1 },
12383
12402
  { zoom: 4, value: t * 0.2 },
@@ -12393,7 +12412,7 @@ function Hu(r, e) {
12393
12412
  color: typeof e.pointColor == "string" ? e.pointColor : i.getColorHex(vt)
12394
12413
  };
12395
12414
  });
12396
- L = Fr(Te, e.property), $ = $r(Te, e.property, w);
12415
+ L = Fr(Te, e.property), $ = $r(Te, e.property, b);
12397
12416
  }
12398
12417
  r.addLayer(
12399
12418
  {
@@ -12480,7 +12499,7 @@ function Ku(r, e) {
12480
12499
  ], y = e.radius ?? (i ? h : 10);
12481
12500
  let m = 1;
12482
12501
  typeof y == "number" ? m = y : Array.isArray(y) && "zoom" in y[0] ? m = z(y) : p && Array.isArray(y) && "propertyValue" in y[0] ? m = ho(y, p, i) : !p && Array.isArray(y) && "propertyValue" in y[0] ? (m = z(h), console.warn("The option `.radius` can only be property-driven if the option `.property` is provided.")) : m = z(h);
12483
- const w = {
12502
+ const b = {
12484
12503
  heatmapLayerId: n,
12485
12504
  heatmapSourceId: t
12486
12505
  };
@@ -12507,7 +12526,7 @@ function Ku(r, e) {
12507
12526
  }
12508
12527
  },
12509
12528
  e.beforeId
12510
- ), w;
12529
+ ), b;
12511
12530
  }
12512
12531
  const xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12513
12532
  __proto__: null,
@@ -12534,7 +12553,7 @@ const xc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12534
12553
  }, Symbol.toStringTag, { value: "Module" }));
12535
12554
  qo();
12536
12555
  function kc() {
12537
- return "3.5.1-rc4";
12556
+ return "3.5.1-rc5";
12538
12557
  }
12539
12558
  const Cc = k.Map, Lc = k.Marker, Ac = k.Popup, Ec = k.Style, Tc = k.CanvasSource, _c = k.GeoJSONSource, Ic = k.ImageSource, Mc = k.RasterTileSource, Pc = k.RasterDEMTileSource, Rc = k.VectorTileSource, zc = k.VideoSource, Fc = k.NavigationControl, $c = k.GeolocateControl, Oc = k.AttributionControl, jc = k.LogoControl, Nc = k.ScaleControl, Dc = k.FullscreenControl, Uc = k.TerrainControl, Bc = k.BoxZoomHandler, qc = k.ScrollZoomHandler, Gc = k.CooperativeGesturesHandler, Vc = k.KeyboardHandler, Hc = k.TwoFingersTouchPitchHandler, Kc = k.MapWheelEvent, Xc = k.MapTouchEvent, Zc = k.MapMouseEvent, Wc = k.config, Yc = k.getVersion, {
12540
12559
  setRTLTextPlugin: Jc,