@maptiler/geocoding-control 1.4.2-dev.2 → 2.0.0

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.
Files changed (55) hide show
  1. package/MapLibreBasedGeocodingControl.d.ts +70 -35
  2. package/leaflet-controller.d.ts +1 -1
  3. package/leaflet-controller.js +407 -398
  4. package/leaflet-controller.js.map +1 -1
  5. package/leaflet-controller.umd.js +3 -3
  6. package/leaflet-controller.umd.js.map +1 -1
  7. package/leaflet.d.ts +52 -16
  8. package/leaflet.js +888 -870
  9. package/leaflet.js.map +1 -1
  10. package/leaflet.umd.js +3 -3
  11. package/leaflet.umd.js.map +1 -1
  12. package/maplibregl-controller.d.ts +7 -7
  13. package/maplibregl-controller.js +421 -413
  14. package/maplibregl-controller.js.map +1 -1
  15. package/maplibregl-controller.umd.js +3 -3
  16. package/maplibregl-controller.umd.js.map +1 -1
  17. package/maplibregl.d.ts +29 -5
  18. package/maplibregl.js +1244 -1236
  19. package/maplibregl.js.map +1 -1
  20. package/maplibregl.umd.js +3 -3
  21. package/maplibregl.umd.js.map +1 -1
  22. package/maptilersdk.d.ts +29 -5
  23. package/maptilersdk.js +1194 -1180
  24. package/maptilersdk.js.map +1 -1
  25. package/maptilersdk.umd.js +3 -3
  26. package/maptilersdk.umd.js.map +1 -1
  27. package/openlayers.js +694 -692
  28. package/openlayers.js.map +1 -1
  29. package/openlayers.umd.js +3 -3
  30. package/openlayers.umd.js.map +1 -1
  31. package/package.json +5 -5
  32. package/react.js +671 -669
  33. package/react.js.map +1 -1
  34. package/react.umd.js +1 -1
  35. package/react.umd.js.map +1 -1
  36. package/svelte/GeocodingControl.svelte +4 -2
  37. package/svelte/GeocodingControl.svelte.d.ts +1 -0
  38. package/svelte/MapLibreBasedGeocodingControl.d.ts +70 -35
  39. package/svelte/MapLibreBasedGeocodingControl.js +69 -66
  40. package/svelte/leaflet-controller.d.ts +1 -1
  41. package/svelte/leaflet-controller.js +47 -24
  42. package/svelte/leaflet.d.ts +52 -16
  43. package/svelte/leaflet.js +14 -2
  44. package/svelte/maplibregl-controller.d.ts +7 -7
  45. package/svelte/maplibregl-controller.js +55 -34
  46. package/svelte/maplibregl.d.ts +29 -5
  47. package/svelte/maplibregl.js +3 -8
  48. package/svelte/maptilersdk.d.ts +29 -5
  49. package/svelte/maptilersdk.js +15 -18
  50. package/svelte/types.d.ts +6 -0
  51. package/types.d.ts +6 -0
  52. package/vanilla.js +392 -390
  53. package/vanilla.js.map +1 -1
  54. package/vanilla.umd.js +1 -1
  55. package/vanilla.umd.js.map +1 -1
package/leaflet.js CHANGED
@@ -1,30 +1,30 @@
1
- var an = Object.defineProperty;
2
- var Zt = (i) => {
1
+ var dn = Object.defineProperty;
2
+ var Qt = (i) => {
3
3
  throw TypeError(i);
4
4
  };
5
- var cn = (i, e, t) => e in i ? an(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
6
- var _t = (i, e, t) => cn(i, typeof e != "symbol" ? e + "" : e, t), qt = (i, e, t) => e.has(i) || Zt("Cannot " + t);
7
- var se = (i, e, t) => (qt(i, e, "read from private field"), t ? t.call(i) : e.get(i)), Et = (i, e, t) => e.has(i) ? Zt("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(i) : e.set(i, t), it = (i, e, t, n) => (qt(i, e, "write to private field"), n ? n.call(i, t) : e.set(i, t), t);
8
- import * as de from "leaflet";
5
+ var hn = (i, e, t) => e in i ? dn(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
6
+ var Et = (i, e, t) => hn(i, typeof e != "symbol" ? e + "" : e, t), Ht = (i, e, t) => e.has(i) || Qt("Cannot " + t);
7
+ var le = (i, e, t) => (Ht(i, e, "read from private field"), t ? t.call(i) : e.get(i)), Lt = (i, e, t) => e.has(i) ? Qt("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(i) : e.set(i, t), it = (i, e, t, n) => (Ht(i, e, "write to private field"), n ? n.call(i, t) : e.set(i, t), t);
8
+ import * as re from "leaflet";
9
9
  function A() {
10
10
  }
11
- function fn(i, e) {
11
+ function gn(i, e) {
12
12
  for (const t in e) i[t] = e[t];
13
13
  return (
14
14
  /** @type {T & S} */
15
15
  i
16
16
  );
17
17
  }
18
- function Mi(i) {
18
+ function Ni(i) {
19
19
  return i();
20
20
  }
21
- function Qt() {
21
+ function Vt() {
22
22
  return /* @__PURE__ */ Object.create(null);
23
23
  }
24
24
  function ye(i) {
25
- i.forEach(Mi);
25
+ i.forEach(Ni);
26
26
  }
27
- function Ci(i) {
27
+ function Pi(i) {
28
28
  return typeof i == "function";
29
29
  }
30
30
  function Se(i, e) {
@@ -34,19 +34,19 @@ let nt;
34
34
  function X(i, e) {
35
35
  return i === e ? !0 : (nt || (nt = document.createElement("a")), nt.href = e, i === nt.href);
36
36
  }
37
- function dn(i) {
37
+ function mn(i) {
38
38
  return Object.keys(i).length === 0;
39
39
  }
40
- function hn(i, e, t, n) {
40
+ function yn(i, e, t, n) {
41
41
  if (i) {
42
- const r = ki(i, e, t, n);
42
+ const r = Ti(i, e, t, n);
43
43
  return i[0](r);
44
44
  }
45
45
  }
46
- function ki(i, e, t, n) {
47
- return i[1] && n ? fn(t.ctx.slice(), i[1](n(e))) : t.ctx;
46
+ function Ti(i, e, t, n) {
47
+ return i[1] && n ? gn(t.ctx.slice(), i[1](n(e))) : t.ctx;
48
48
  }
49
- function mn(i, e, t, n) {
49
+ function pn(i, e, t, n) {
50
50
  if (i[2] && n) {
51
51
  const r = i[2](n(t));
52
52
  if (e.dirty === void 0)
@@ -61,13 +61,13 @@ function mn(i, e, t, n) {
61
61
  }
62
62
  return e.dirty;
63
63
  }
64
- function gn(i, e, t, n, r, o) {
64
+ function vn(i, e, t, n, r, o) {
65
65
  if (r) {
66
- const l = ki(e, t, n, o);
66
+ const l = Ti(e, t, n, o);
67
67
  i.p(l, r);
68
68
  }
69
69
  }
70
- function yn(i) {
70
+ function bn(i) {
71
71
  if (i.ctx.length > 32) {
72
72
  const e = [], t = i.ctx.length / 32;
73
73
  for (let n = 0; n < t; n++)
@@ -76,7 +76,7 @@ function yn(i) {
76
76
  }
77
77
  return -1;
78
78
  }
79
- function Ht(i) {
79
+ function Yt(i) {
80
80
  return i ?? "";
81
81
  }
82
82
  function T(i, e) {
@@ -91,7 +91,7 @@ function B(i) {
91
91
  function W(i) {
92
92
  return document.createElement(i);
93
93
  }
94
- function ue(i) {
94
+ function ae(i) {
95
95
  return document.createElementNS("http://www.w3.org/2000/svg", i);
96
96
  }
97
97
  function _e(i) {
@@ -100,13 +100,13 @@ function _e(i) {
100
100
  function te() {
101
101
  return _e(" ");
102
102
  }
103
- function pn() {
103
+ function wn() {
104
104
  return _e("");
105
105
  }
106
106
  function J(i, e, t, n) {
107
107
  return i.addEventListener(e, t, n), () => i.removeEventListener(e, t, n);
108
108
  }
109
- function vn(i) {
109
+ function _n(i) {
110
110
  return function(e) {
111
111
  return e.preventDefault(), i.call(this, e);
112
112
  };
@@ -114,39 +114,39 @@ function vn(i) {
114
114
  function y(i, e, t) {
115
115
  t == null ? i.removeAttribute(e) : i.getAttribute(e) !== t && i.setAttribute(e, t);
116
116
  }
117
- function bn(i) {
117
+ function En(i) {
118
118
  return Array.from(i.childNodes);
119
119
  }
120
- function Ge(i, e) {
120
+ function je(i, e) {
121
121
  e = "" + e, i.data !== e && (i.data = /** @type {string} */
122
122
  e);
123
123
  }
124
- function Vt(i, e) {
124
+ function Xt(i, e) {
125
125
  i.value = e ?? "";
126
126
  }
127
- function re(i, e, t) {
127
+ function oe(i, e, t) {
128
128
  i.classList.toggle(e, !!t);
129
129
  }
130
- function wn(i, e, { bubbles: t = !1, cancelable: n = !1 } = {}) {
130
+ function Ln(i, e, { bubbles: t = !1, cancelable: n = !1 } = {}) {
131
131
  return new CustomEvent(i, { detail: e, bubbles: t, cancelable: n });
132
132
  }
133
- let je;
133
+ let Ze;
134
134
  function ze(i) {
135
- je = i;
135
+ Ze = i;
136
136
  }
137
- function Ni() {
138
- if (!je) throw new Error("Function called outside component initialization");
139
- return je;
137
+ function Ri() {
138
+ if (!Ze) throw new Error("Function called outside component initialization");
139
+ return Ze;
140
140
  }
141
- function _n(i) {
142
- Ni().$$.on_destroy.push(i);
141
+ function Sn(i) {
142
+ Ri().$$.on_destroy.push(i);
143
143
  }
144
- function En() {
145
- const i = Ni();
144
+ function xn() {
145
+ const i = Ri();
146
146
  return (e, t, { cancelable: n = !1 } = {}) => {
147
147
  const r = i.$$.callbacks[e];
148
148
  if (r) {
149
- const o = wn(
149
+ const o = Ln(
150
150
  /** @type {string} */
151
151
  e,
152
152
  t,
@@ -159,69 +159,69 @@ function En() {
159
159
  return !0;
160
160
  };
161
161
  }
162
- function Yt(i, e) {
162
+ function Kt(i, e) {
163
163
  const t = i.$$.callbacks[e.type];
164
164
  t && t.slice().forEach((n) => n.call(this, e));
165
165
  }
166
- const We = [], Mt = [];
167
- let Ae = [];
168
- const Xt = [], Ln = /* @__PURE__ */ Promise.resolve();
169
- let Ct = !1;
170
- function Sn() {
171
- Ct || (Ct = !0, Ln.then(Pi));
166
+ const Ae = [], Ct = [];
167
+ let Be = [];
168
+ const Jt = [], Mn = /* @__PURE__ */ Promise.resolve();
169
+ let kt = !1;
170
+ function Cn() {
171
+ kt || (kt = !0, Mn.then(Ii));
172
172
  }
173
- function kt(i) {
174
- Ae.push(i);
173
+ function Nt(i) {
174
+ Be.push(i);
175
175
  }
176
- const Lt = /* @__PURE__ */ new Set();
177
- let Ie = 0;
178
- function Pi() {
179
- if (Ie !== 0)
176
+ const St = /* @__PURE__ */ new Set();
177
+ let Oe = 0;
178
+ function Ii() {
179
+ if (Oe !== 0)
180
180
  return;
181
- const i = je;
181
+ const i = Ze;
182
182
  do {
183
183
  try {
184
- for (; Ie < We.length; ) {
185
- const e = We[Ie];
186
- Ie++, ze(e), xn(e.$$);
184
+ for (; Oe < Ae.length; ) {
185
+ const e = Ae[Oe];
186
+ Oe++, ze(e), kn(e.$$);
187
187
  }
188
188
  } catch (e) {
189
- throw We.length = 0, Ie = 0, e;
189
+ throw Ae.length = 0, Oe = 0, e;
190
190
  }
191
- for (ze(null), We.length = 0, Ie = 0; Mt.length; ) Mt.pop()();
192
- for (let e = 0; e < Ae.length; e += 1) {
193
- const t = Ae[e];
194
- Lt.has(t) || (Lt.add(t), t());
191
+ for (ze(null), Ae.length = 0, Oe = 0; Ct.length; ) Ct.pop()();
192
+ for (let e = 0; e < Be.length; e += 1) {
193
+ const t = Be[e];
194
+ St.has(t) || (St.add(t), t());
195
195
  }
196
- Ae.length = 0;
197
- } while (We.length);
198
- for (; Xt.length; )
199
- Xt.pop()();
200
- Ct = !1, Lt.clear(), ze(i);
196
+ Be.length = 0;
197
+ } while (Ae.length);
198
+ for (; Jt.length; )
199
+ Jt.pop()();
200
+ kt = !1, St.clear(), ze(i);
201
201
  }
202
- function xn(i) {
202
+ function kn(i) {
203
203
  if (i.fragment !== null) {
204
204
  i.update(), ye(i.before_update);
205
205
  const e = i.dirty;
206
- i.dirty = [-1], i.fragment && i.fragment.p(i.ctx, e), i.after_update.forEach(kt);
206
+ i.dirty = [-1], i.fragment && i.fragment.p(i.ctx, e), i.after_update.forEach(Nt);
207
207
  }
208
208
  }
209
- function Mn(i) {
209
+ function Nn(i) {
210
210
  const e = [], t = [];
211
- Ae.forEach((n) => i.indexOf(n) === -1 ? e.push(n) : t.push(n)), t.forEach((n) => n()), Ae = e;
211
+ Be.forEach((n) => i.indexOf(n) === -1 ? e.push(n) : t.push(n)), t.forEach((n) => n()), Be = e;
212
212
  }
213
213
  const rt = /* @__PURE__ */ new Set();
214
- let ke;
214
+ let Ne;
215
215
  function ot() {
216
- ke = {
216
+ Ne = {
217
217
  r: 0,
218
218
  c: [],
219
- p: ke
219
+ p: Ne
220
220
  // parent group
221
221
  };
222
222
  }
223
223
  function st() {
224
- ke.r || ye(ke.c), ke = ke.p;
224
+ Ne.r || ye(Ne.c), Ne = Ne.p;
225
225
  }
226
226
  function Z(i, e) {
227
227
  i && i.i && (rt.delete(i), i.i(e));
@@ -229,63 +229,63 @@ function Z(i, e) {
229
229
  function V(i, e, t, n) {
230
230
  if (i && i.o) {
231
231
  if (rt.has(i)) return;
232
- rt.add(i), ke.c.push(() => {
232
+ rt.add(i), Ne.c.push(() => {
233
233
  rt.delete(i), n && (t && i.d(1), n());
234
234
  }), i.o(e);
235
235
  } else n && n();
236
236
  }
237
- function Kt(i) {
237
+ function $t(i) {
238
238
  return (i == null ? void 0 : i.length) !== void 0 ? i : Array.from(i);
239
239
  }
240
- function Cn(i, e) {
240
+ function Pn(i, e) {
241
241
  V(i, 1, 1, () => {
242
242
  e.delete(i.key);
243
243
  });
244
244
  }
245
- function kn(i, e, t, n, r, o, l, s, c, u, h, a) {
246
- let f = i.length, d = o.length, g = f;
247
- const p = {};
248
- for (; g--; ) p[i[g].key] = g;
249
- const v = [], b = /* @__PURE__ */ new Map(), S = /* @__PURE__ */ new Map(), E = [];
250
- for (g = d; g--; ) {
251
- const L = a(r, o, g), w = t(L);
252
- let k = l.get(w);
253
- k ? E.push(() => k.p(L, e)) : (k = u(w, L), k.c()), b.set(w, v[g] = k), w in p && S.set(w, Math.abs(g - p[w]));
254
- }
255
- const _ = /* @__PURE__ */ new Set(), C = /* @__PURE__ */ new Set();
245
+ function Tn(i, e, t, n, r, o, l, s, c, u, h, a) {
246
+ let f = i.length, d = o.length, m = f;
247
+ const v = {};
248
+ for (; m--; ) v[i[m].key] = m;
249
+ const b = [], p = /* @__PURE__ */ new Map(), _ = /* @__PURE__ */ new Map(), E = [];
250
+ for (m = d; m--; ) {
251
+ const L = a(r, o, m), w = t(L);
252
+ let C = l.get(w);
253
+ C ? E.push(() => C.p(L, e)) : (C = u(w, L), C.c()), p.set(w, b[m] = C), w in v && _.set(w, Math.abs(m - v[w]));
254
+ }
255
+ const S = /* @__PURE__ */ new Set(), k = /* @__PURE__ */ new Set();
256
256
  function x(L) {
257
257
  Z(L, 1), L.m(s, h), l.set(L.key, L), h = L.first, d--;
258
258
  }
259
259
  for (; f && d; ) {
260
- const L = v[d - 1], w = i[f - 1], k = L.key, I = w.key;
261
- L === w ? (h = L.first, f--, d--) : b.has(I) ? !l.has(k) || _.has(k) ? x(L) : C.has(I) ? f-- : S.get(k) > S.get(I) ? (C.add(k), x(L)) : (_.add(I), f--) : (c(w, l), f--);
260
+ const L = b[d - 1], w = i[f - 1], C = L.key, I = w.key;
261
+ L === w ? (h = L.first, f--, d--) : p.has(I) ? !l.has(C) || S.has(C) ? x(L) : k.has(I) ? f-- : _.get(C) > _.get(I) ? (k.add(C), x(L)) : (S.add(I), f--) : (c(w, l), f--);
262
262
  }
263
263
  for (; f--; ) {
264
264
  const L = i[f];
265
- b.has(L.key) || c(L, l);
265
+ p.has(L.key) || c(L, l);
266
266
  }
267
- for (; d; ) x(v[d - 1]);
268
- return ye(E), v;
267
+ for (; d; ) x(b[d - 1]);
268
+ return ye(E), b;
269
269
  }
270
270
  function Ee(i) {
271
271
  i && i.c();
272
272
  }
273
- function me(i, e, t) {
273
+ function ge(i, e, t) {
274
274
  const { fragment: n, after_update: r } = i.$$;
275
- n && n.m(e, t), kt(() => {
276
- const o = i.$$.on_mount.map(Mi).filter(Ci);
275
+ n && n.m(e, t), Nt(() => {
276
+ const o = i.$$.on_mount.map(Ni).filter(Pi);
277
277
  i.$$.on_destroy ? i.$$.on_destroy.push(...o) : ye(o), i.$$.on_mount = [];
278
- }), r.forEach(kt);
278
+ }), r.forEach(Nt);
279
279
  }
280
- function ge(i, e) {
280
+ function me(i, e) {
281
281
  const t = i.$$;
282
- t.fragment !== null && (Mn(t.after_update), ye(t.on_destroy), t.fragment && t.fragment.d(e), t.on_destroy = t.fragment = null, t.ctx = []);
282
+ t.fragment !== null && (Nn(t.after_update), ye(t.on_destroy), t.fragment && t.fragment.d(e), t.on_destroy = t.fragment = null, t.ctx = []);
283
283
  }
284
- function Nn(i, e) {
285
- i.$$.dirty[0] === -1 && (We.push(i), Sn(), i.$$.dirty.fill(0)), i.$$.dirty[e / 31 | 0] |= 1 << e % 31;
284
+ function Rn(i, e) {
285
+ i.$$.dirty[0] === -1 && (Ae.push(i), Cn(), i.$$.dirty.fill(0)), i.$$.dirty[e / 31 | 0] |= 1 << e % 31;
286
286
  }
287
287
  function xe(i, e, t, n, r, o, l = null, s = [-1]) {
288
- const c = je;
288
+ const c = Ze;
289
289
  ze(i);
290
290
  const u = i.$$ = {
291
291
  fragment: null,
@@ -294,7 +294,7 @@ function xe(i, e, t, n, r, o, l = null, s = [-1]) {
294
294
  props: o,
295
295
  update: A,
296
296
  not_equal: r,
297
- bound: Qt(),
297
+ bound: Vt(),
298
298
  // lifecycle
299
299
  on_mount: [],
300
300
  on_destroy: [],
@@ -303,7 +303,7 @@ function xe(i, e, t, n, r, o, l = null, s = [-1]) {
303
303
  after_update: [],
304
304
  context: new Map(e.context || (c ? c.$$.context : [])),
305
305
  // everything else
306
- callbacks: Qt(),
306
+ callbacks: Vt(),
307
307
  dirty: s,
308
308
  skip_bound: !1,
309
309
  root: e.target || c.$$.root
@@ -311,15 +311,15 @@ function xe(i, e, t, n, r, o, l = null, s = [-1]) {
311
311
  l && l(u.root);
312
312
  let h = !1;
313
313
  if (u.ctx = t ? t(i, e.props || {}, (a, f, ...d) => {
314
- const g = d.length ? d[0] : f;
315
- return u.ctx && r(u.ctx[a], u.ctx[a] = g) && (!u.skip_bound && u.bound[a] && u.bound[a](g), h && Nn(i, a)), f;
314
+ const m = d.length ? d[0] : f;
315
+ return u.ctx && r(u.ctx[a], u.ctx[a] = m) && (!u.skip_bound && u.bound[a] && u.bound[a](m), h && Rn(i, a)), f;
316
316
  }) : [], u.update(), h = !0, ye(u.before_update), u.fragment = n ? n(u.ctx) : !1, e.target) {
317
317
  if (e.hydrate) {
318
- const a = bn(e.target);
318
+ const a = En(e.target);
319
319
  u.fragment && u.fragment.l(a), a.forEach(B);
320
320
  } else
321
321
  u.fragment && u.fragment.c();
322
- e.intro && Z(i.$$.fragment), me(i, e.target, e.anchor), Pi();
322
+ e.intro && Z(i.$$.fragment), ge(i, e.target, e.anchor), Ii();
323
323
  }
324
324
  ze(c);
325
325
  }
@@ -332,7 +332,7 @@ class Me {
332
332
  *
333
333
  * @type {any}
334
334
  */
335
- _t(this, "$$");
335
+ Et(this, "$$");
336
336
  /**
337
337
  * ### PRIVATE API
338
338
  *
@@ -340,11 +340,11 @@ class Me {
340
340
  *
341
341
  * @type {any}
342
342
  */
343
- _t(this, "$$set");
343
+ Et(this, "$$set");
344
344
  }
345
345
  /** @returns {void} */
346
346
  $destroy() {
347
- ge(this, 1), this.$destroy = A;
347
+ me(this, 1), this.$destroy = A;
348
348
  }
349
349
  /**
350
350
  * @template {Extract<keyof Events, string>} K
@@ -353,7 +353,7 @@ class Me {
353
353
  * @returns {() => void}
354
354
  */
355
355
  $on(e, t) {
356
- if (!Ci(t))
356
+ if (!Pi(t))
357
357
  return A;
358
358
  const n = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
359
359
  return n.push(t), () => {
@@ -366,16 +366,16 @@ class Me {
366
366
  * @returns {void}
367
367
  */
368
368
  $set(e) {
369
- this.$$set && !dn(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
369
+ this.$$set && !mn(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
370
370
  }
371
371
  }
372
- const Pn = "4";
373
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Pn);
374
- function Tn(i) {
372
+ const In = "4";
373
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(In);
374
+ function On(i) {
375
375
  let e, t;
376
376
  return {
377
377
  c() {
378
- e = ue("svg"), t = ue("path"), y(t, "d", "M13.12.706a.982.982 0 0 0-1.391 0L6.907 5.517 2.087.696a.982.982 0 1 0-1.391 1.39l4.821 4.821L.696 11.73a.982.982 0 1 0 1.39 1.39l4.821-4.821 4.822 4.821a.982.982 0 1 0 1.39-1.39L8.298 6.908l4.821-4.822a.988.988 0 0 0 0-1.38Z"), y(e, "viewBox", "0 0 14 14"), y(e, "width", "13"), y(e, "height", "13"), y(e, "class", "svelte-en2qvf");
378
+ e = ae("svg"), t = ae("path"), y(t, "d", "M13.12.706a.982.982 0 0 0-1.391 0L6.907 5.517 2.087.696a.982.982 0 1 0-1.391 1.39l4.821 4.821L.696 11.73a.982.982 0 1 0 1.39 1.39l4.821-4.821 4.822 4.821a.982.982 0 1 0 1.39-1.39L8.298 6.908l4.821-4.822a.988.988 0 0 0 0-1.38Z"), y(e, "viewBox", "0 0 14 14"), y(e, "width", "13"), y(e, "height", "13"), y(e, "class", "svelte-en2qvf");
379
379
  },
380
380
  m(n, r) {
381
381
  F(n, e, r), T(e, t);
@@ -388,16 +388,16 @@ function Tn(i) {
388
388
  }
389
389
  };
390
390
  }
391
- class Ti extends Me {
391
+ class Oi extends Me {
392
392
  constructor(e) {
393
- super(), xe(this, e, null, Tn, Se, {});
393
+ super(), xe(this, e, null, On, Se, {});
394
394
  }
395
395
  }
396
- function Rn(i) {
396
+ function Wn(i) {
397
397
  let e, t;
398
398
  return {
399
399
  c() {
400
- e = ue("svg"), t = ue("path"), y(t, "d", "M15 0C6.705 0 0 6.705 0 15C0 23.295 6.705 30 15 30C23.295 30 30 23.295 30 15C30 6.705 23.295 0 15 0ZM22.5 20.385L20.385 22.5L15 17.115L9.615 22.5L7.5 20.385L12.885 15L7.5 9.615L9.615 7.5L15 12.885L20.385 7.5L22.5 9.615L17.115 15L22.5 20.385Z"), y(e, "viewBox", "0 0 30 30"), y(e, "fill", "none"), y(e, "xmlns", "http://www.w3.org/2000/svg"), y(e, "class", "svelte-d2loi5");
400
+ e = ae("svg"), t = ae("path"), y(t, "d", "M15 0C6.705 0 0 6.705 0 15C0 23.295 6.705 30 15 30C23.295 30 30 23.295 30 15C30 6.705 23.295 0 15 0ZM22.5 20.385L20.385 22.5L15 17.115L9.615 22.5L7.5 20.385L12.885 15L7.5 9.615L9.615 7.5L15 12.885L20.385 7.5L22.5 9.615L17.115 15L22.5 20.385Z"), y(e, "viewBox", "0 0 30 30"), y(e, "fill", "none"), y(e, "xmlns", "http://www.w3.org/2000/svg"), y(e, "class", "svelte-d2loi5");
401
401
  },
402
402
  m(n, r) {
403
403
  F(n, e, r), T(e, t);
@@ -410,12 +410,12 @@ function Rn(i) {
410
410
  }
411
411
  };
412
412
  }
413
- class Ri extends Me {
413
+ class Wi extends Me {
414
414
  constructor(e) {
415
- super(), xe(this, e, null, Rn, Se, {});
415
+ super(), xe(this, e, null, Wn, Se, {});
416
416
  }
417
417
  }
418
- function In(i) {
418
+ function An(i) {
419
419
  let e, t;
420
420
  return {
421
421
  c() {
@@ -446,7 +446,7 @@ function In(i) {
446
446
  }
447
447
  };
448
448
  }
449
- function On(i) {
449
+ function Bn(i) {
450
450
  let e, t;
451
451
  return {
452
452
  c() {
@@ -477,7 +477,7 @@ function On(i) {
477
477
  }
478
478
  };
479
479
  }
480
- function Wn(i) {
480
+ function Dn(i) {
481
481
  let e, t;
482
482
  return {
483
483
  c() {
@@ -508,7 +508,7 @@ function Wn(i) {
508
508
  }
509
509
  };
510
510
  }
511
- function An(i) {
511
+ function Un(i) {
512
512
  let e, t;
513
513
  return {
514
514
  c() {
@@ -539,7 +539,7 @@ function An(i) {
539
539
  }
540
540
  };
541
541
  }
542
- function Bn(i) {
542
+ function Fn(i) {
543
543
  let e, t;
544
544
  return {
545
545
  c() {
@@ -570,7 +570,7 @@ function Bn(i) {
570
570
  }
571
571
  };
572
572
  }
573
- function Dn(i) {
573
+ function Gn(i) {
574
574
  let e, t;
575
575
  return {
576
576
  c() {
@@ -601,7 +601,7 @@ function Dn(i) {
601
601
  }
602
602
  };
603
603
  }
604
- function Un(i) {
604
+ function zn(i) {
605
605
  let e, t;
606
606
  return {
607
607
  c() {
@@ -632,7 +632,7 @@ function Un(i) {
632
632
  }
633
633
  };
634
634
  }
635
- function Fn(i) {
635
+ function jn(i) {
636
636
  let e, t, n, r;
637
637
  return {
638
638
  c() {
@@ -668,7 +668,7 @@ function Fn(i) {
668
668
  }
669
669
  };
670
670
  }
671
- function Jt(i) {
671
+ function ei(i) {
672
672
  let e, t;
673
673
  return {
674
674
  c() {
@@ -682,7 +682,7 @@ function Jt(i) {
682
682
  },
683
683
  p(n, r) {
684
684
  r & /*placeType*/
685
- 64 && Ge(
685
+ 64 && je(
686
686
  t,
687
687
  /*placeType*/
688
688
  n[6]
@@ -693,7 +693,7 @@ function Jt(i) {
693
693
  }
694
694
  };
695
695
  }
696
- function zn(i) {
696
+ function Zn(i) {
697
697
  let e, t, n, r, o, l, s, c, u, h = (
698
698
  /*isReverse*/
699
699
  (i[7] ? (
@@ -714,48 +714,48 @@ function zn(i) {
714
714
  i[0].id.startsWith("poi.") || !/*imageUrl*/
715
715
  i[5]) && !/*isReverse*/
716
716
  i[7]
717
- ), g, p, v = (
717
+ ), m, v, b = (
718
718
  /*isReverse*/
719
719
  (i[7] ? "" : (
720
720
  /*feature*/
721
721
  i[0].place_name.replace(/[^,]*,?\s*/, "")
722
722
  )) + ""
723
- ), b, S, E;
724
- function _(w, k) {
725
- return k & /*feature*/
726
- 1 && (t = null), k & /*feature*/
727
- 1 && (n = null), k & /*feature*/
728
- 1 && (r = null), k & /*feature*/
723
+ ), p, _, E;
724
+ function S(w, C) {
725
+ return C & /*feature*/
726
+ 1 && (t = null), C & /*feature*/
727
+ 1 && (n = null), C & /*feature*/
728
+ 1 && (r = null), C & /*feature*/
729
729
  1 && (o = null), /*imageUrl*/
730
- w[5] ? Fn : (
730
+ w[5] ? jn : (
731
731
  /*feature*/
732
- w[0].address ? Un : (t == null && (t = !!/*feature*/
733
- w[0].id.startsWith("road.")), t ? Dn : (n == null && (n = !!/*feature*/
734
- w[0].id.startsWith("address.")), n ? Bn : (r == null && (r = !!/*feature*/
735
- w[0].id.startsWith("postal_code.")), r ? An : (o == null && (o = !!/*feature*/
736
- w[0].id.startsWith("poi.")), o ? Wn : (
732
+ w[0].address ? zn : (t == null && (t = !!/*feature*/
733
+ w[0].id.startsWith("road.")), t ? Gn : (n == null && (n = !!/*feature*/
734
+ w[0].id.startsWith("address.")), n ? Fn : (r == null && (r = !!/*feature*/
735
+ w[0].id.startsWith("postal_code.")), r ? Un : (o == null && (o = !!/*feature*/
736
+ w[0].id.startsWith("poi.")), o ? Dn : (
737
737
  /*isReverse*/
738
- w[7] ? On : In
738
+ w[7] ? Bn : An
739
739
  )))))
740
740
  );
741
741
  }
742
- let C = _(i, -1), x = C(i), L = d && Jt(i);
742
+ let k = S(i, -1), x = k(i), L = d && ei(i);
743
743
  return {
744
744
  c() {
745
- e = W("li"), x.c(), l = te(), s = W("span"), c = W("span"), u = W("span"), a = _e(h), f = te(), L && L.c(), g = te(), p = W("span"), b = _e(v), y(u, "class", "primary svelte-ltkwvy"), y(c, "class", "svelte-ltkwvy"), y(p, "class", "line2 svelte-ltkwvy"), y(s, "class", "texts svelte-ltkwvy"), y(e, "tabindex", "0"), y(
745
+ e = W("li"), x.c(), l = te(), s = W("span"), c = W("span"), u = W("span"), a = _e(h), f = te(), L && L.c(), m = te(), v = W("span"), p = _e(b), y(u, "class", "primary svelte-ltkwvy"), y(c, "class", "svelte-ltkwvy"), y(v, "class", "line2 svelte-ltkwvy"), y(s, "class", "texts svelte-ltkwvy"), y(e, "tabindex", "0"), y(
746
746
  e,
747
747
  "data-selected",
748
748
  /*selected*/
749
749
  i[1]
750
- ), y(e, "class", "svelte-ltkwvy"), re(
750
+ ), y(e, "class", "svelte-ltkwvy"), oe(
751
751
  e,
752
752
  "selected",
753
753
  /*selected*/
754
754
  i[1]
755
755
  );
756
756
  },
757
- m(w, k) {
758
- F(w, e, k), x.m(e, null), T(e, l), T(e, s), T(s, c), T(c, u), T(u, a), T(c, f), L && L.m(c, null), T(s, g), T(s, p), T(p, b), S || (E = [
757
+ m(w, C) {
758
+ F(w, e, C), x.m(e, null), T(e, l), T(e, s), T(s, c), T(c, u), T(u, a), T(c, f), L && L.m(c, null), T(s, m), T(s, v), T(v, p), _ || (E = [
759
759
  J(
760
760
  e,
761
761
  "mouseenter",
@@ -768,10 +768,10 @@ function zn(i) {
768
768
  /*focus_handler*/
769
769
  i[13]
770
770
  )
771
- ], S = !0);
771
+ ], _ = !0);
772
772
  },
773
- p(w, [k]) {
774
- C === (C = _(w, k)) && x ? x.p(w, k) : (x.d(1), x = C(w), x && (x.c(), x.m(e, l))), k & /*feature*/
773
+ p(w, [C]) {
774
+ k === (k = S(w, C)) && x ? x.p(w, C) : (x.d(1), x = k(w), x && (x.c(), x.m(e, l))), C & /*feature*/
775
775
  1 && h !== (h = /*isReverse*/
776
776
  (w[7] ? (
777
777
  /*feature*/
@@ -779,7 +779,7 @@ function zn(i) {
779
779
  ) : (
780
780
  /*feature*/
781
781
  w[0].place_name.replace(/,.*/, "")
782
- )) + "") && Ge(a, h), k & /*showPlaceType, feature, imageUrl*/
782
+ )) + "") && je(a, h), C & /*showPlaceType, feature, imageUrl*/
783
783
  37 && (d = /*showPlaceType*/
784
784
  w[2] === "always" || /*showPlaceType*/
785
785
  w[2] && !/*feature*/
@@ -789,19 +789,19 @@ function zn(i) {
789
789
  w[0].id.startsWith("postal_code.") && (!/*feature*/
790
790
  w[0].id.startsWith("poi.") || !/*imageUrl*/
791
791
  w[5]) && !/*isReverse*/
792
- w[7]), d ? L ? L.p(w, k) : (L = Jt(w), L.c(), L.m(c, null)) : L && (L.d(1), L = null), k & /*feature*/
793
- 1 && v !== (v = /*isReverse*/
792
+ w[7]), d ? L ? L.p(w, C) : (L = ei(w), L.c(), L.m(c, null)) : L && (L.d(1), L = null), C & /*feature*/
793
+ 1 && b !== (b = /*isReverse*/
794
794
  (w[7] ? "" : (
795
795
  /*feature*/
796
796
  w[0].place_name.replace(/[^,]*,?\s*/, "")
797
- )) + "") && Ge(b, v), k & /*selected*/
797
+ )) + "") && je(p, b), C & /*selected*/
798
798
  2 && y(
799
799
  e,
800
800
  "data-selected",
801
801
  /*selected*/
802
802
  w[1]
803
- ), k & /*selected*/
804
- 2 && re(
803
+ ), C & /*selected*/
804
+ 2 && oe(
805
805
  e,
806
806
  "selected",
807
807
  /*selected*/
@@ -811,36 +811,36 @@ function zn(i) {
811
811
  i: A,
812
812
  o: A,
813
813
  d(w) {
814
- w && B(e), x.d(), L && L.d(), S = !1, ye(E);
814
+ w && B(e), x.d(), L && L.d(), _ = !1, ye(E);
815
815
  }
816
816
  };
817
817
  }
818
- function Gn(i, e, t) {
818
+ function qn(i, e, t) {
819
819
  var E;
820
820
  let n, r, { feature: o } = e, { selected: l = !1 } = e, { showPlaceType: s } = e, { missingIconsCache: c } = e, { iconsBaseUrl: u } = e;
821
821
  const h = (E = o.properties) == null ? void 0 : E.categories;
822
- let a, f, d = 0, g = o.place_type[0] === "reverse";
823
- function p() {
822
+ let a, f, d = 0, m = o.place_type[0] === "reverse";
823
+ function v() {
824
824
  f && c.add(f), t(10, d++, d);
825
825
  }
826
- function v(_) {
827
- Yt.call(this, i, _);
826
+ function b(S) {
827
+ Kt.call(this, i, S);
828
828
  }
829
- function b(_) {
830
- Yt.call(this, i, _);
829
+ function p(S) {
830
+ Kt.call(this, i, S);
831
831
  }
832
- const S = () => p();
833
- return i.$$set = (_) => {
834
- "feature" in _ && t(0, o = _.feature), "selected" in _ && t(1, l = _.selected), "showPlaceType" in _ && t(2, s = _.showPlaceType), "missingIconsCache" in _ && t(9, c = _.missingIconsCache), "iconsBaseUrl" in _ && t(3, u = _.iconsBaseUrl);
832
+ const _ = () => v();
833
+ return i.$$set = (S) => {
834
+ "feature" in S && t(0, o = S.feature), "selected" in S && t(1, l = S.selected), "showPlaceType" in S && t(2, s = S.showPlaceType), "missingIconsCache" in S && t(9, c = S.missingIconsCache), "iconsBaseUrl" in S && t(3, u = S.iconsBaseUrl);
835
835
  }, i.$$.update = () => {
836
- var _, C, x, L;
836
+ var S, k, x, L;
837
837
  if (i.$$.dirty & /*loadIconAttempt, index, category, iconsBaseUrl, imageUrl, missingIconsCache*/
838
838
  3640)
839
839
  do
840
840
  t(11, n--, n), t(4, a = h == null ? void 0 : h[n]), t(5, f = a ? u + a.replace(/ /g, "_") + ".svg" : void 0);
841
841
  while (n > -1 && (!f || c.has(f)));
842
842
  i.$$.dirty & /*feature*/
843
- 1 && t(6, r = ((C = (_ = o.properties) == null ? void 0 : _.categories) == null ? void 0 : C.join(", ")) ?? ((L = (x = o.properties) == null ? void 0 : x.place_type_name) == null ? void 0 : L[0]) ?? o.place_type[0]);
843
+ 1 && t(6, r = ((k = (S = o.properties) == null ? void 0 : S.categories) == null ? void 0 : k.join(", ")) ?? ((L = (x = o.properties) == null ? void 0 : x.place_type_name) == null ? void 0 : L[0]) ?? o.place_type[0]);
844
844
  }, t(11, n = (h == null ? void 0 : h.length) ?? 0), [
845
845
  o,
846
846
  l,
@@ -849,19 +849,19 @@ function Gn(i, e, t) {
849
849
  a,
850
850
  f,
851
851
  r,
852
- g,
853
- p,
852
+ m,
853
+ v,
854
854
  c,
855
855
  d,
856
856
  n,
857
- v,
858
857
  b,
859
- S
858
+ p,
859
+ _
860
860
  ];
861
861
  }
862
- class jn extends Me {
862
+ class Qn extends Me {
863
863
  constructor(e) {
864
- super(), xe(this, e, Gn, zn, Se, {
864
+ super(), xe(this, e, qn, Zn, Se, {
865
865
  feature: 0,
866
866
  selected: 1,
867
867
  showPlaceType: 2,
@@ -870,7 +870,7 @@ class jn extends Me {
870
870
  });
871
871
  }
872
872
  }
873
- function Zn(i) {
873
+ function Hn(i) {
874
874
  let e;
875
875
  return {
876
876
  c() {
@@ -887,22 +887,22 @@ function Zn(i) {
887
887
  }
888
888
  };
889
889
  }
890
- class qn extends Me {
890
+ class Vn extends Me {
891
891
  constructor(e) {
892
- super(), xe(this, e, null, Zn, Se, {});
892
+ super(), xe(this, e, null, Hn, Se, {});
893
893
  }
894
894
  }
895
- function Qn(i) {
895
+ function Yn(i) {
896
896
  let e, t, n;
897
897
  return {
898
898
  c() {
899
- e = ue("svg"), t = ue("path"), y(t, "stroke-width", "4"), y(t, "d", "M 5,33.103579 C 5,17.607779 18.457,5 35,5 C 51.543,5 65,17.607779 65,33.103579 C 65,56.388679 40.4668,76.048179 36.6112,79.137779 C 36.3714,79.329879 36.2116,79.457979 36.1427,79.518879 C 35.8203,79.800879 35.4102,79.942779 35,79.942779 C 34.5899,79.942779 34.1797,79.800879 33.8575,79.518879 C 33.7886,79.457979 33.6289,79.330079 33.3893,79.138079 C 29.5346,76.049279 5,56.389379 5,33.103579 Z M 35.0001,49.386379 C 43.1917,49.386379 49.8323,42.646079 49.8323,34.331379 C 49.8323,26.016779 43.1917,19.276479 35.0001,19.276479 C 26.8085,19.276479 20.1679,26.016779 20.1679,34.331379 C 20.1679,42.646079 26.8085,49.386379 35.0001,49.386379 Z"), y(t, "class", "svelte-gzo3ar"), y(e, "width", n = /*displayIn*/
900
- i[0] === "list" ? 20 : void 0), y(e, "viewBox", "0 0 70 85"), y(e, "fill", "none"), y(e, "class", "svelte-gzo3ar"), re(
899
+ e = ae("svg"), t = ae("path"), y(t, "stroke-width", "4"), y(t, "d", "M 5,33.103579 C 5,17.607779 18.457,5 35,5 C 51.543,5 65,17.607779 65,33.103579 C 65,56.388679 40.4668,76.048179 36.6112,79.137779 C 36.3714,79.329879 36.2116,79.457979 36.1427,79.518879 C 35.8203,79.800879 35.4102,79.942779 35,79.942779 C 34.5899,79.942779 34.1797,79.800879 33.8575,79.518879 C 33.7886,79.457979 33.6289,79.330079 33.3893,79.138079 C 29.5346,76.049279 5,56.389379 5,33.103579 Z M 35.0001,49.386379 C 43.1917,49.386379 49.8323,42.646079 49.8323,34.331379 C 49.8323,26.016779 43.1917,19.276479 35.0001,19.276479 C 26.8085,19.276479 20.1679,26.016779 20.1679,34.331379 C 20.1679,42.646079 26.8085,49.386379 35.0001,49.386379 Z"), y(t, "class", "svelte-gzo3ar"), y(e, "width", n = /*displayIn*/
900
+ i[0] === "list" ? 20 : void 0), y(e, "viewBox", "0 0 70 85"), y(e, "fill", "none"), y(e, "class", "svelte-gzo3ar"), oe(
901
901
  e,
902
902
  "in-map",
903
903
  /*displayIn*/
904
904
  i[0] !== "list"
905
- ), re(
905
+ ), oe(
906
906
  e,
907
907
  "list-icon",
908
908
  /*displayIn*/
@@ -916,13 +916,13 @@ function Qn(i) {
916
916
  o & /*displayIn*/
917
917
  1 && n !== (n = /*displayIn*/
918
918
  r[0] === "list" ? 20 : void 0) && y(e, "width", n), o & /*displayIn*/
919
- 1 && re(
919
+ 1 && oe(
920
920
  e,
921
921
  "in-map",
922
922
  /*displayIn*/
923
923
  r[0] !== "list"
924
924
  ), o & /*displayIn*/
925
- 1 && re(
925
+ 1 && oe(
926
926
  e,
927
927
  "list-icon",
928
928
  /*displayIn*/
@@ -936,22 +936,22 @@ function Qn(i) {
936
936
  }
937
937
  };
938
938
  }
939
- function Hn(i, e, t) {
939
+ function Xn(i, e, t) {
940
940
  let { displayIn: n } = e;
941
941
  return i.$$set = (r) => {
942
942
  "displayIn" in r && t(0, n = r.displayIn);
943
943
  }, [n];
944
944
  }
945
- class Vn extends Me {
945
+ class Kn extends Me {
946
946
  constructor(e) {
947
- super(), xe(this, e, Hn, Qn, Se, { displayIn: 0 });
947
+ super(), xe(this, e, Xn, Yn, Se, { displayIn: 0 });
948
948
  }
949
949
  }
950
- function Yn(i) {
950
+ function Jn(i) {
951
951
  let e, t;
952
952
  return {
953
953
  c() {
954
- e = ue("svg"), t = ue("path"), y(t, "d", "M30.003-26.765C13.46-26.765 0-14.158 0 1.337c0 23.286 24.535 42.952 28.39 46.04.24.192.402.316.471.376.323.282.732.424 1.142.424.41 0 .82-.142 1.142-.424.068-.06.231-.183.471-.376 3.856-3.09 28.39-22.754 28.39-46.04 0-15.495-13.46-28.102-30.003-28.102Zm1.757 12.469c4.38 0 7.858 1.052 10.431 3.158 2.595 2.105 3.89 4.913 3.89 8.422 0 2.34-.53 4.362-1.593 6.063-1.063 1.702-3.086 3.616-6.063 5.742-2.042 1.51-3.337 2.659-3.89 3.446-.532.787-.8 1.82-.8 3.096v1.914h-8.449V15.18c0-2.041.434-3.815 1.306-5.325.872-1.51 2.467-3.118 4.785-4.82 2.233-1.594 3.7-2.89 4.402-3.889a5.582 5.582 0 0 0 1.087-3.35c0-1.382-.51-2.435-1.531-3.158-1.02-.723-2.45-1.087-4.28-1.087-3.19 0-6.826 1.047-10.91 3.131l-3.472-6.986c4.742-2.659 9.77-3.992 15.087-3.992Zm-1.88 37.324c1.765 0 3.124.472 4.08 1.408.98.936 1.47 2.276 1.47 4.02 0 1.68-.49 3.007-1.47 3.985-.977.957-2.336 1.435-4.08 1.435-1.787 0-3.171-.465-4.15-1.4-.978-.958-1.47-2.298-1.47-4.02 0-1.787.48-3.14 1.436-4.054.957-.915 2.355-1.374 4.184-1.374Z"), y(e, "viewBox", "0 0 60.006 21.412"), y(e, "width", "14"), y(e, "height", "20"), y(e, "class", "svelte-en2qvf");
954
+ e = ae("svg"), t = ae("path"), y(t, "d", "M30.003-26.765C13.46-26.765 0-14.158 0 1.337c0 23.286 24.535 42.952 28.39 46.04.24.192.402.316.471.376.323.282.732.424 1.142.424.41 0 .82-.142 1.142-.424.068-.06.231-.183.471-.376 3.856-3.09 28.39-22.754 28.39-46.04 0-15.495-13.46-28.102-30.003-28.102Zm1.757 12.469c4.38 0 7.858 1.052 10.431 3.158 2.595 2.105 3.89 4.913 3.89 8.422 0 2.34-.53 4.362-1.593 6.063-1.063 1.702-3.086 3.616-6.063 5.742-2.042 1.51-3.337 2.659-3.89 3.446-.532.787-.8 1.82-.8 3.096v1.914h-8.449V15.18c0-2.041.434-3.815 1.306-5.325.872-1.51 2.467-3.118 4.785-4.82 2.233-1.594 3.7-2.89 4.402-3.889a5.582 5.582 0 0 0 1.087-3.35c0-1.382-.51-2.435-1.531-3.158-1.02-.723-2.45-1.087-4.28-1.087-3.19 0-6.826 1.047-10.91 3.131l-3.472-6.986c4.742-2.659 9.77-3.992 15.087-3.992Zm-1.88 37.324c1.765 0 3.124.472 4.08 1.408.98.936 1.47 2.276 1.47 4.02 0 1.68-.49 3.007-1.47 3.985-.977.957-2.336 1.435-4.08 1.435-1.787 0-3.171-.465-4.15-1.4-.978-.958-1.47-2.298-1.47-4.02 0-1.787.48-3.14 1.436-4.054.957-.915 2.355-1.374 4.184-1.374Z"), y(e, "viewBox", "0 0 60.006 21.412"), y(e, "width", "14"), y(e, "height", "20"), y(e, "class", "svelte-en2qvf");
955
955
  },
956
956
  m(n, r) {
957
957
  F(n, e, r), T(e, t);
@@ -964,16 +964,16 @@ function Yn(i) {
964
964
  }
965
965
  };
966
966
  }
967
- class Xn extends Me {
967
+ class $n extends Me {
968
968
  constructor(e) {
969
- super(), xe(this, e, null, Yn, Se, {});
969
+ super(), xe(this, e, null, Jn, Se, {});
970
970
  }
971
971
  }
972
- function Kn(i) {
972
+ function er(i) {
973
973
  let e, t, n;
974
974
  return {
975
975
  c() {
976
- e = ue("svg"), t = ue("circle"), n = ue("path"), y(t, "cx", "4.789"), y(t, "cy", "4.787"), y(t, "r", "3.85"), y(t, "class", "svelte-1aq105l"), y(n, "d", "M12.063 12.063 7.635 7.635"), y(n, "class", "svelte-1aq105l"), y(e, "xmlns", "http://www.w3.org/2000/svg"), y(e, "width", "13"), y(e, "height", "13"), y(e, "viewBox", "0 0 13 13"), y(e, "class", "svelte-1aq105l");
976
+ e = ae("svg"), t = ae("circle"), n = ae("path"), y(t, "cx", "4.789"), y(t, "cy", "4.787"), y(t, "r", "3.85"), y(t, "class", "svelte-1aq105l"), y(n, "d", "M12.063 12.063 7.635 7.635"), y(n, "class", "svelte-1aq105l"), y(e, "xmlns", "http://www.w3.org/2000/svg"), y(e, "width", "13"), y(e, "height", "13"), y(e, "viewBox", "0 0 13 13"), y(e, "class", "svelte-1aq105l");
977
977
  },
978
978
  m(r, o) {
979
979
  F(r, e, o), T(e, t), T(e, n);
@@ -986,31 +986,31 @@ function Kn(i) {
986
986
  }
987
987
  };
988
988
  }
989
- class Jn extends Me {
989
+ class tr extends Me {
990
990
  constructor(e) {
991
- super(), xe(this, e, null, Kn, Se, {});
991
+ super(), xe(this, e, null, er, Se, {});
992
992
  }
993
993
  }
994
- function $n(i, e, t) {
994
+ function ir(i, e, t) {
995
995
  const n = e[1], r = e[0], o = n - r;
996
996
  return i === n && t ? i : ((i - r) % o + o) % o + r;
997
997
  }
998
- function Ze(i) {
998
+ function qe(i) {
999
999
  const e = [...i];
1000
1000
  return e[2] < e[0] && (Math.abs((e[0] + e[2] + 360) / 2) > Math.abs((e[0] - 360 + e[2]) / 2) ? e[0] -= 360 : e[2] += 360), e;
1001
1001
  }
1002
- let De;
1003
- async function er(i, e, t) {
1002
+ let Ue;
1003
+ async function nr(i, e, t) {
1004
1004
  const n = i == null ? void 0 : i.getCenterAndZoom();
1005
1005
  for (const r of e ?? [])
1006
1006
  if (!(n && (r.minZoom != null && r.minZoom > n[0] || r.maxZoom != null && r.maxZoom < n[0]))) {
1007
1007
  if (r.type === "fixed")
1008
1008
  return r.coordinates.join(",");
1009
1009
  e: if (r.type === "client-geolocation") {
1010
- if (De && r.cachedLocationExpiry && De.time + r.cachedLocationExpiry > Date.now()) {
1011
- if (!De.coords)
1010
+ if (Ue && r.cachedLocationExpiry && Ue.time + r.cachedLocationExpiry > Date.now()) {
1011
+ if (!Ue.coords)
1012
1012
  break e;
1013
- return De.coords;
1013
+ return Ue.coords;
1014
1014
  }
1015
1015
  let o;
1016
1016
  try {
@@ -1031,7 +1031,7 @@ async function er(i, e, t) {
1031
1031
  }), o;
1032
1032
  } catch {
1033
1033
  } finally {
1034
- r.cachedLocationExpiry && (De = {
1034
+ r.cachedLocationExpiry && (Ue = {
1035
1035
  time: Date.now(),
1036
1036
  coords: o
1037
1037
  });
@@ -1045,8 +1045,8 @@ async function er(i, e, t) {
1045
1045
  return n[1].toFixed(6) + "," + n[2].toFixed(6);
1046
1046
  }
1047
1047
  }
1048
- const tr = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([6-9][0-9])\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([6-9][0-9])\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*(EAST|WEST|[EW])?$/i, $t = /^([+-]?[0-8]?[0-9])\s+([0-5]?[0-9]\.\d{3,})[\s,]{1,}([+-]?[0-1]?[0-9]?[0-9])\s+([0-5]?[0-9]\.\d{3,})$/, ei = /^(NORTH|SOUTH|[NS])?[\s]*([+-]?[0-8]?[0-9](?:[\.,]\d{3,}))[\s]*([•º°]?)[\s]*(NORTH|SOUTH|[NS])?[\s]*[,/;]?[\s]*(EAST|WEST|[EW])?[\s]*([+-]?[0-1]?[0-9]?[0-9](?:[\.,]\d{3,}))[\s]*([•º°]?)[\s]*(EAST|WEST|[EW])?$/i, ti = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*(\.)\s*([0-5]?[0-9])\s*(\.)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*(\.)\s*([0-5]?[0-9])\s*(\.)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(EAST|WEST|[EW])?$/i, ii = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*(D(?:EG)?(?:REES)?)\s*([0-5]?[0-9])\s*(M(?:IN)?(?:UTES)?)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(S(?:EC)?(?:ONDS)?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*(D(?:EG)?(?:REES)?)\s*([0-5]?[0-9])\s*(M(?:IN)?(?:UTES)?)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(S(?:EC)?(?:ONDS)?)\s*(EAST|WEST|[EW])?$/i, ni = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([0-5]?[0-9](?:[\.,]\d{1,})?)?\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*,?((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(''|′′|’’|´´|["″”\.])?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([0-5]?[0-9](?:[\.,]\d{1,})?)?\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*,?((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(''|′′|´´|’’|["″”\.])?\s*(EAST|WEST|[EW])?$/i;
1049
- function ir(i) {
1048
+ const rr = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([6-9][0-9])\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([6-9][0-9])\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*(EAST|WEST|[EW])?$/i, ti = /^([+-]?[0-8]?[0-9])\s+([0-5]?[0-9]\.\d{3,})[\s,]{1,}([+-]?[0-1]?[0-9]?[0-9])\s+([0-5]?[0-9]\.\d{3,})$/, ii = /^(NORTH|SOUTH|[NS])?[\s]*([+-]?[0-8]?[0-9](?:[\.,]\d{3,}))[\s]*([•º°]?)[\s]*(NORTH|SOUTH|[NS])?[\s]*[,/;]?[\s]*(EAST|WEST|[EW])?[\s]*([+-]?[0-1]?[0-9]?[0-9](?:[\.,]\d{3,}))[\s]*([•º°]?)[\s]*(EAST|WEST|[EW])?$/i, ni = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*(\.)\s*([0-5]?[0-9])\s*(\.)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*(\.)\s*([0-5]?[0-9])\s*(\.)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(EAST|WEST|[EW])?$/i, ri = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*(D(?:EG)?(?:REES)?)\s*([0-5]?[0-9])\s*(M(?:IN)?(?:UTES)?)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(S(?:EC)?(?:ONDS)?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*(D(?:EG)?(?:REES)?)\s*([0-5]?[0-9])\s*(M(?:IN)?(?:UTES)?)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(S(?:EC)?(?:ONDS)?)\s*(EAST|WEST|[EW])?$/i, oi = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([0-5]?[0-9](?:[\.,]\d{1,})?)?\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*,?((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(''|′′|’’|´´|["″”\.])?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([0-5]?[0-9](?:[\.,]\d{1,})?)?\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*,?((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(''|′′|´´|’’|["″”\.])?\s*(EAST|WEST|[EW])?$/i;
1049
+ function or(i) {
1050
1050
  if (!["DMS", "DM", "DD"].includes(i))
1051
1051
  throw new Error("invalid format specified");
1052
1052
  if (this.decimalCoordinates && this.decimalCoordinates.trim()) {
@@ -1055,35 +1055,35 @@ function ir(i) {
1055
1055
  i == "DD" && (c = `${r}° ${l}, ${o}° ${s}`);
1056
1056
  const u = Math.floor(r), h = Math.floor(o), a = (r - u) * 60, f = (o - h) * 60;
1057
1057
  if (i == "DM") {
1058
- let d = ri(a, 3).toFixed(3).padStart(6, "0"), g = ri(f, 3).toFixed(3).padStart(6, "0");
1059
- d.endsWith(".000") && g.endsWith(".000") && (d = d.replace(/\.000$/, ""), g = g.replace(/\.000$/, "")), c = `${u}° ${d}' ${l}, ${h}° ${g}' ${s}`;
1058
+ let d = si(a, 3).toFixed(3).padStart(6, "0"), m = si(f, 3).toFixed(3).padStart(6, "0");
1059
+ d.endsWith(".000") && m.endsWith(".000") && (d = d.replace(/\.000$/, ""), m = m.replace(/\.000$/, "")), c = `${u}° ${d}' ${l}, ${h}° ${m}' ${s}`;
1060
1060
  }
1061
1061
  if (i == "DMS") {
1062
- const d = Math.floor(a), g = Math.floor(f);
1063
- let p = ((a - d) * 60).toFixed(1).padStart(4, "0"), v = ((f - g) * 60).toFixed(1).padStart(4, "0");
1064
- const b = d.toString().padStart(2, "0"), S = g.toString().padStart(2, "0");
1065
- p.endsWith(".0") && v.endsWith(".0") && (p = p.replace(/\.0$/, ""), v = v.replace(/\.0$/, "")), c = `${u}° ${b}' ${p}" ${l}, ${h}° ${S}' ${v}" ${s}`;
1062
+ const d = Math.floor(a), m = Math.floor(f);
1063
+ let v = ((a - d) * 60).toFixed(1).padStart(4, "0"), b = ((f - m) * 60).toFixed(1).padStart(4, "0");
1064
+ const p = d.toString().padStart(2, "0"), _ = m.toString().padStart(2, "0");
1065
+ v.endsWith(".0") && b.endsWith(".0") && (v = v.replace(/\.0$/, ""), b = b.replace(/\.0$/, "")), c = `${u}° ${p}' ${v}" ${l}, ${h}° ${_}' ${b}" ${s}`;
1066
1066
  }
1067
1067
  return c;
1068
1068
  } else
1069
1069
  throw new Error("no decimal coordinates to convert");
1070
1070
  }
1071
- function ri(i, e) {
1071
+ function si(i, e) {
1072
1072
  const t = Math.pow(10, e);
1073
1073
  return Math.round((i + Number.EPSILON) * t) / t;
1074
1074
  }
1075
- function Wt(i, e) {
1075
+ function At(i, e) {
1076
1076
  e || (e = 5), i = i.replace(/\s+/g, " ").trim();
1077
1077
  let t = null, n = null, r = "", o = "", l = null, s = [], c = !1;
1078
- if (tr.test(i))
1078
+ if (rr.test(i))
1079
1079
  throw new Error("invalid coordinate value");
1080
- if ($t.test(i))
1081
- if (s = $t.exec(i), c = Ue(s), c)
1080
+ if (ti.test(i))
1081
+ if (s = ti.exec(i), c = Fe(s), c)
1082
1082
  t = Math.abs(s[1]) + s[2] / 60, Number(s[1]) < 0 && (t *= -1), n = Math.abs(s[3]) + s[4] / 60, Number(s[3]) < 0 && (n *= -1), l = "DM";
1083
1083
  else
1084
1084
  throw new Error("invalid coordinate format");
1085
- else if (ei.test(i))
1086
- if (s = ei.exec(i), c = Ue(s), c) {
1085
+ else if (ii.test(i))
1086
+ if (s = ii.exec(i), c = Fe(s), c) {
1087
1087
  if (t = s[2], n = s[6], t.includes(",") && (t = t.replace(",", ".")), n.includes(",") && (n = n.replace(",", ".")), l = "DD", Number(Math.round(t)) == Number(t))
1088
1088
  throw new Error("integer only coordinate provided");
1089
1089
  if (Number(Math.round(n)) == Number(n))
@@ -1091,18 +1091,18 @@ function Wt(i, e) {
1091
1091
  s[1] ? (r = s[1], o = s[5]) : s[4] && (r = s[4], o = s[8]);
1092
1092
  } else
1093
1093
  throw new Error("invalid decimal coordinate format");
1094
- else if (ti.test(i))
1095
- if (s = ti.exec(i), c = Ue(s), c)
1094
+ else if (ni.test(i))
1095
+ if (s = ni.exec(i), c = Fe(s), c)
1096
1096
  t = Math.abs(parseInt(s[2])), s[4] && (t += s[4] / 60, l = "DM"), s[6] && (t += s[6].replace(",", ".") / 3600, l = "DMS"), parseInt(s[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(s[9])), s[11] && (n += s[11] / 60), s[13] && (n += s[13].replace(",", ".") / 3600), parseInt(s[9]) < 0 && (n = -1 * n), s[1] ? (r = s[1], o = s[8]) : s[7] && (r = s[7], o = s[14]);
1097
1097
  else
1098
1098
  throw new Error("invalid DMS coordinates format");
1099
- else if (ii.test(i))
1100
- if (s = ii.exec(i), c = Ue(s), c)
1099
+ else if (ri.test(i))
1100
+ if (s = ri.exec(i), c = Fe(s), c)
1101
1101
  t = Math.abs(parseInt(s[2])), s[4] && (t += s[4] / 60, l = "DM"), s[6] && (t += s[6] / 3600, l = "DMS"), parseInt(s[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(s[10])), s[12] && (n += s[12] / 60), s[14] && (n += s[14] / 3600), parseInt(s[10]) < 0 && (n = -1 * n), s[1] ? (r = s[1], o = s[9]) : s[8] && (r = s[8], o = s[16]);
1102
1102
  else
1103
1103
  throw new Error("invalid DMS coordinates format");
1104
- else if (ni.test(i)) {
1105
- if (s = ni.exec(i), c = Ue(s), s.filter((u) => u).length <= 5)
1104
+ else if (oi.test(i)) {
1105
+ if (s = oi.exec(i), c = Fe(s), s.filter((u) => u).length <= 5)
1106
1106
  throw new Error("invalid coordinates format");
1107
1107
  if (c)
1108
1108
  t = Math.abs(parseInt(s[2])), s[4] && (t += s[4].replace(",", ".") / 60, l = "DM"), s[6] && (t += s[6].replace(",", ".") / 3600, l = "DMS"), parseInt(s[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(s[10])), s[12] && (n += s[12].replace(",", ".") / 60), s[14] && (n += s[14].replace(",", ".") / 3600), parseInt(s[10]) < 0 && (n = -1 * n), s[1] ? (r = s[1], o = s[9]) : s[8] && (r = s[8], o = s[16]);
@@ -1123,29 +1123,29 @@ function Wt(i, e) {
1123
1123
  u.test(r) && t > 0 && (t = -1 * t), u = /W|WEST/i, u.test(o) && n > 0 && (n = -1 * n);
1124
1124
  const h = s[0].trim();
1125
1125
  let a, f;
1126
- const d = /[,/;\u0020]/g, g = h.match(d);
1127
- if (g == null) {
1128
- const b = Math.floor(i.length / 2);
1129
- a = h.substring(0, b).trim(), f = h.substring(b).trim();
1126
+ const d = /[,/;\u0020]/g, m = h.match(d);
1127
+ if (m == null) {
1128
+ const p = Math.floor(i.length / 2);
1129
+ a = h.substring(0, p).trim(), f = h.substring(p).trim();
1130
1130
  } else {
1131
- let b;
1132
- g.length % 2 == 1 ? b = Math.floor(g.length / 2) : b = g.length / 2 - 1;
1133
- let S = 0;
1134
- if (b == 0)
1135
- S = h.indexOf(g[0]), a = h.substring(0, S).trim(), f = h.substring(S + 1).trim();
1131
+ let p;
1132
+ m.length % 2 == 1 ? p = Math.floor(m.length / 2) : p = m.length / 2 - 1;
1133
+ let _ = 0;
1134
+ if (p == 0)
1135
+ _ = h.indexOf(m[0]), a = h.substring(0, _).trim(), f = h.substring(_ + 1).trim();
1136
1136
  else {
1137
- let E = 0, _ = 0;
1138
- for (; E <= b; )
1139
- S = h.indexOf(g[E], _), _ = S + 1, E++;
1140
- a = h.substring(0, S).trim(), f = h.substring(S + 1).trim();
1137
+ let E = 0, S = 0;
1138
+ for (; E <= p; )
1139
+ _ = h.indexOf(m[E], S), S = _ + 1, E++;
1140
+ a = h.substring(0, _).trim(), f = h.substring(_ + 1).trim();
1141
1141
  }
1142
1142
  }
1143
- const p = a.split(".");
1144
- if (p.length == 2 && p[1] == 0 && p[1].length != 2)
1145
- throw new Error("invalid coordinates format");
1146
- const v = f.split(".");
1143
+ const v = a.split(".");
1147
1144
  if (v.length == 2 && v[1] == 0 && v[1].length != 2)
1148
1145
  throw new Error("invalid coordinates format");
1146
+ const b = f.split(".");
1147
+ if (b.length == 2 && b[1] == 0 && b[1].length != 2)
1148
+ throw new Error("invalid coordinates format");
1149
1149
  if (/^\d+$/.test(a) || /^\d+$/.test(f))
1150
1150
  throw new Error("degree only coordinate/s provided");
1151
1151
  return t = Number(Number(t).toFixed(e)), n = Number(Number(n).toFixed(e)), Object.freeze({
@@ -1156,13 +1156,13 @@ function Wt(i, e) {
1156
1156
  decimalLongitude: n,
1157
1157
  decimalCoordinates: `${t},${n}`,
1158
1158
  originalFormat: l,
1159
- closeEnough: nr,
1160
- toCoordinateFormat: ir
1159
+ closeEnough: sr,
1160
+ toCoordinateFormat: or
1161
1161
  });
1162
1162
  } else
1163
1163
  throw new Error("coordinates pattern match failed");
1164
1164
  }
1165
- function Ue(i) {
1165
+ function Fe(i) {
1166
1166
  if (!isNaN(i[0]))
1167
1167
  return !1;
1168
1168
  const e = [...i];
@@ -1181,28 +1181,28 @@ function Ue(i) {
1181
1181
  }
1182
1182
  return !0;
1183
1183
  }
1184
- function oi(i, e) {
1184
+ function li(i, e) {
1185
1185
  const t = Math.abs(i - e);
1186
1186
  return Number(t.toFixed(6)) <= 1e-5;
1187
1187
  }
1188
- function nr(i) {
1188
+ function sr(i) {
1189
1189
  if (!i)
1190
1190
  throw new Error("coords must be provided");
1191
1191
  if (i.includes(",")) {
1192
1192
  const e = i.split(",");
1193
1193
  if (Number(e[0]) == NaN || Number(e[1]) == NaN)
1194
1194
  throw new Error("coords are not valid decimals");
1195
- return oi(this.decimalLatitude, Number(e[0])) && oi(this.decimalLongitude, e[1]);
1195
+ return li(this.decimalLatitude, Number(e[0])) && li(this.decimalLongitude, e[1]);
1196
1196
  } else
1197
1197
  throw new Error("coords being tested must be separated by a comma");
1198
1198
  }
1199
- const rr = Object.freeze({
1199
+ const lr = Object.freeze({
1200
1200
  DMS: "DMS",
1201
1201
  DM: "DM",
1202
1202
  DD: "DD"
1203
1203
  });
1204
- Wt.to = rr;
1205
- const or = [
1204
+ At.to = lr;
1205
+ const ur = [
1206
1206
  {
1207
1207
  verbatimCoordinates: "40.123, -74.123",
1208
1208
  verbatimLatitude: "40.123",
@@ -1343,10 +1343,10 @@ const or = [
1343
1343
  verbatimLatitude: "40 7 22.8",
1344
1344
  verbatimLongitude: "-74 7 22.8"
1345
1345
  }
1346
- ], sr = {
1346
+ ], ar = {
1347
1347
  decimalLatitude: 40.123,
1348
1348
  decimalLongitude: -74.123
1349
- }, lr = [
1349
+ }, cr = [
1350
1350
  {
1351
1351
  verbatimCoordinates: `50°4'17.698"south, 14°24'2.826"east`,
1352
1352
  verbatimLatitude: `50°4'17.698"south`,
@@ -1431,7 +1431,7 @@ const or = [
1431
1431
  decimalLatitude: -18.4,
1432
1432
  decimalLongitude: 22.75
1433
1433
  }
1434
- ], ur = [
1434
+ ], fr = [
1435
1435
  {
1436
1436
  verbatimCoordinates: "10.432342S 10.6345345E",
1437
1437
  verbatimLatitude: "10.432342S",
@@ -1566,27 +1566,27 @@ const or = [
1566
1566
  decimalLongitude: 18.33453
1567
1567
  }
1568
1568
  ];
1569
- function ar() {
1569
+ function dr() {
1570
1570
  const i = [];
1571
- return or.forEach((e) => {
1572
- e.decimalLatitude ? i.push(e) : i.push({ ...e, ...sr });
1573
- }), [...i, ...lr, ...ur];
1574
- }
1575
- const cr = ar();
1576
- Wt.formats = cr.map((i) => i.verbatimCoordinates);
1577
- const fr = Wt;
1578
- function si(i, e, t) {
1571
+ return ur.forEach((e) => {
1572
+ e.decimalLatitude ? i.push(e) : i.push({ ...e, ...ar });
1573
+ }), [...i, ...cr, ...fr];
1574
+ }
1575
+ const hr = dr();
1576
+ At.formats = hr.map((i) => i.verbatimCoordinates);
1577
+ const gr = At;
1578
+ function ui(i, e, t) {
1579
1579
  const n = i.slice();
1580
- return n[83] = e[t], n[85] = t, n;
1580
+ return n[84] = e[t], n[86] = t, n;
1581
1581
  }
1582
- function li(i) {
1582
+ function ai(i) {
1583
1583
  let e, t;
1584
- return e = new qn({}), {
1584
+ return e = new Vn({}), {
1585
1585
  c() {
1586
1586
  Ee(e.$$.fragment);
1587
1587
  },
1588
1588
  m(n, r) {
1589
- me(e, n, r), t = !0;
1589
+ ge(e, n, r), t = !0;
1590
1590
  },
1591
1591
  i(n) {
1592
1592
  t || (Z(e.$$.fragment, n), t = !0);
@@ -1595,20 +1595,20 @@ function li(i) {
1595
1595
  V(e.$$.fragment, n), t = !1;
1596
1596
  },
1597
1597
  d(n) {
1598
- ge(e, n);
1598
+ me(e, n);
1599
1599
  }
1600
1600
  };
1601
1601
  }
1602
- function ui(i) {
1602
+ function ci(i) {
1603
1603
  let e, t, n, r, o;
1604
- return t = new Xn({}), {
1604
+ return t = new $n({}), {
1605
1605
  c() {
1606
1606
  e = W("button"), Ee(t.$$.fragment), y(e, "type", "button"), y(
1607
1607
  e,
1608
1608
  "title",
1609
1609
  /*reverseButtonTitle*/
1610
1610
  i[9]
1611
- ), y(e, "class", "svelte-1uvos7g"), re(
1611
+ ), y(e, "class", "svelte-1uvos7g"), oe(
1612
1612
  e,
1613
1613
  "active",
1614
1614
  /*reverseActive*/
@@ -1616,11 +1616,11 @@ function ui(i) {
1616
1616
  );
1617
1617
  },
1618
1618
  m(l, s) {
1619
- F(l, e, s), me(t, e, null), n = !0, r || (o = J(
1619
+ F(l, e, s), ge(t, e, null), n = !0, r || (o = J(
1620
1620
  e,
1621
1621
  "click",
1622
1622
  /*click_handler_2*/
1623
- i[68]
1623
+ i[69]
1624
1624
  ), r = !0);
1625
1625
  },
1626
1626
  p(l, s) {
@@ -1631,7 +1631,7 @@ function ui(i) {
1631
1631
  /*reverseButtonTitle*/
1632
1632
  l[9]
1633
1633
  ), (!n || s[0] & /*reverseActive*/
1634
- 1) && re(
1634
+ 1) && oe(
1635
1635
  e,
1636
1636
  "active",
1637
1637
  /*reverseActive*/
@@ -1645,24 +1645,24 @@ function ui(i) {
1645
1645
  V(t.$$.fragment, l), n = !1;
1646
1646
  },
1647
1647
  d(l) {
1648
- l && B(e), ge(t), r = !1, o();
1648
+ l && B(e), me(t), r = !1, o();
1649
1649
  }
1650
1650
  };
1651
1651
  }
1652
- function dr(i) {
1653
- let e, t = [], n = /* @__PURE__ */ new Map(), r, o, l, s = Kt(
1652
+ function mr(i) {
1653
+ let e, t = [], n = /* @__PURE__ */ new Map(), r, o, l, s = $t(
1654
1654
  /*listFeatures*/
1655
1655
  i[14]
1656
1656
  );
1657
1657
  const c = (u) => (
1658
1658
  /*feature*/
1659
- u[83].id + /*feature*/
1660
- (u[83].address ? "," + /*feature*/
1661
- u[83].address : "")
1659
+ u[84].id + /*feature*/
1660
+ (u[84].address ? "," + /*feature*/
1661
+ u[84].address : "")
1662
1662
  );
1663
1663
  for (let u = 0; u < s.length; u += 1) {
1664
- let h = si(i, s, u), a = c(h);
1665
- n.set(a, t[u] = ai(a, h));
1664
+ let h = ui(i, s, u), a = c(h);
1665
+ n.set(a, t[u] = fi(a, h));
1666
1666
  }
1667
1667
  return {
1668
1668
  c() {
@@ -1680,22 +1680,22 @@ function dr(i) {
1680
1680
  e,
1681
1681
  "mouseleave",
1682
1682
  /*mouseleave_handler*/
1683
- i[72]
1683
+ i[73]
1684
1684
  ),
1685
1685
  J(
1686
1686
  e,
1687
1687
  "blur",
1688
1688
  /*blur_handler_1*/
1689
- i[73]
1689
+ i[74]
1690
1690
  )
1691
1691
  ], o = !0);
1692
1692
  },
1693
1693
  p(u, h) {
1694
1694
  h[0] & /*listFeatures, showPlaceType, selectedItemIndex, missingIconsCache, iconsBaseUrl, pick*/
1695
- 17880064 && (s = Kt(
1695
+ 17880064 && (s = $t(
1696
1696
  /*listFeatures*/
1697
1697
  u[14]
1698
- ), ot(), t = kn(t, h, c, 1, u, s, n, e, Cn, ai, null, si), st());
1698
+ ), ot(), t = Tn(t, h, c, 1, u, s, n, e, Pn, fi, null, ui), st());
1699
1699
  },
1700
1700
  i(u) {
1701
1701
  if (!r) {
@@ -1717,9 +1717,9 @@ function dr(i) {
1717
1717
  }
1718
1718
  };
1719
1719
  }
1720
- function hr(i) {
1720
+ function yr(i) {
1721
1721
  let e, t, n, r, o, l;
1722
- return t = new Ri({}), {
1722
+ return t = new Wi({}), {
1723
1723
  c() {
1724
1724
  e = W("div"), Ee(t.$$.fragment), n = te(), r = W("div"), o = _e(
1725
1725
  /*noResultsMessage*/
@@ -1727,11 +1727,11 @@ function hr(i) {
1727
1727
  ), y(r, "class", "svelte-1uvos7g"), y(e, "class", "no-results svelte-1uvos7g");
1728
1728
  },
1729
1729
  m(s, c) {
1730
- F(s, e, c), me(t, e, null), T(e, n), T(e, r), T(r, o), l = !0;
1730
+ F(s, e, c), ge(t, e, null), T(e, n), T(e, r), T(r, o), l = !0;
1731
1731
  },
1732
1732
  p(s, c) {
1733
1733
  (!l || c[0] & /*noResultsMessage*/
1734
- 128) && Ge(
1734
+ 128) && je(
1735
1735
  o,
1736
1736
  /*noResultsMessage*/
1737
1737
  s[7]
@@ -1744,11 +1744,11 @@ function hr(i) {
1744
1744
  V(t.$$.fragment, s), l = !1;
1745
1745
  },
1746
1746
  d(s) {
1747
- s && B(e), ge(t);
1747
+ s && B(e), me(t);
1748
1748
  }
1749
1749
  };
1750
1750
  }
1751
- function mr(i) {
1751
+ function pr(i) {
1752
1752
  let e = "", t;
1753
1753
  return {
1754
1754
  c() {
@@ -1765,9 +1765,9 @@ function mr(i) {
1765
1765
  }
1766
1766
  };
1767
1767
  }
1768
- function gr(i) {
1768
+ function vr(i) {
1769
1769
  let e, t, n, r, o, l, s, c, u, h, a;
1770
- return t = new Ri({}), c = new Ti({}), {
1770
+ return t = new Wi({}), c = new Oi({}), {
1771
1771
  c() {
1772
1772
  e = W("div"), Ee(t.$$.fragment), n = te(), r = W("div"), o = _e(
1773
1773
  /*errorMessage*/
@@ -1775,16 +1775,16 @@ function gr(i) {
1775
1775
  ), l = te(), s = W("button"), Ee(c.$$.fragment), y(r, "class", "svelte-1uvos7g"), y(s, "class", "svelte-1uvos7g"), y(e, "class", "error svelte-1uvos7g");
1776
1776
  },
1777
1777
  m(f, d) {
1778
- F(f, e, d), me(t, e, null), T(e, n), T(e, r), T(r, o), T(e, l), T(e, s), me(c, s, null), u = !0, h || (a = J(
1778
+ F(f, e, d), ge(t, e, null), T(e, n), T(e, r), T(r, o), T(e, l), T(e, s), ge(c, s, null), u = !0, h || (a = J(
1779
1779
  s,
1780
1780
  "click",
1781
1781
  /*click_handler_3*/
1782
- i[69]
1782
+ i[70]
1783
1783
  ), h = !0);
1784
1784
  },
1785
1785
  p(f, d) {
1786
1786
  (!u || d[0] & /*errorMessage*/
1787
- 64) && Ge(
1787
+ 64) && je(
1788
1788
  o,
1789
1789
  /*errorMessage*/
1790
1790
  f[6]
@@ -1797,35 +1797,35 @@ function gr(i) {
1797
1797
  V(t.$$.fragment, f), V(c.$$.fragment, f), u = !1;
1798
1798
  },
1799
1799
  d(f) {
1800
- f && B(e), ge(t), ge(c), h = !1, a();
1800
+ f && B(e), me(t), me(c), h = !1, a();
1801
1801
  }
1802
1802
  };
1803
1803
  }
1804
- function ai(i, e) {
1804
+ function fi(i, e) {
1805
1805
  let t, n, r;
1806
1806
  function o() {
1807
1807
  return (
1808
1808
  /*mouseenter_handler*/
1809
- e[70](
1809
+ e[71](
1810
1810
  /*i*/
1811
- e[85]
1811
+ e[86]
1812
1812
  )
1813
1813
  );
1814
1814
  }
1815
1815
  function l() {
1816
1816
  return (
1817
1817
  /*focus_handler_1*/
1818
- e[71](
1818
+ e[72](
1819
1819
  /*feature*/
1820
- e[83]
1820
+ e[84]
1821
1821
  )
1822
1822
  );
1823
1823
  }
1824
- return n = new jn({
1824
+ return n = new Qn({
1825
1825
  props: {
1826
1826
  feature: (
1827
1827
  /*feature*/
1828
- e[83]
1828
+ e[84]
1829
1829
  ),
1830
1830
  showPlaceType: (
1831
1831
  /*showPlaceType*/
@@ -1834,7 +1834,7 @@ function ai(i, e) {
1834
1834
  selected: (
1835
1835
  /*selectedItemIndex*/
1836
1836
  e[15] === /*i*/
1837
- e[85]
1837
+ e[86]
1838
1838
  ),
1839
1839
  missingIconsCache: (
1840
1840
  /*missingIconsCache*/
@@ -1849,22 +1849,22 @@ function ai(i, e) {
1849
1849
  key: i,
1850
1850
  first: null,
1851
1851
  c() {
1852
- t = pn(), Ee(n.$$.fragment), this.first = t;
1852
+ t = wn(), Ee(n.$$.fragment), this.first = t;
1853
1853
  },
1854
1854
  m(s, c) {
1855
- F(s, t, c), me(n, s, c), r = !0;
1855
+ F(s, t, c), ge(n, s, c), r = !0;
1856
1856
  },
1857
1857
  p(s, c) {
1858
1858
  e = s;
1859
1859
  const u = {};
1860
1860
  c[0] & /*listFeatures*/
1861
1861
  16384 && (u.feature = /*feature*/
1862
- e[83]), c[0] & /*showPlaceType*/
1862
+ e[84]), c[0] & /*showPlaceType*/
1863
1863
  1024 && (u.showPlaceType = /*showPlaceType*/
1864
1864
  e[10]), c[0] & /*selectedItemIndex, listFeatures*/
1865
1865
  49152 && (u.selected = /*selectedItemIndex*/
1866
1866
  e[15] === /*i*/
1867
- e[85]), c[0] & /*iconsBaseUrl*/
1867
+ e[86]), c[0] & /*iconsBaseUrl*/
1868
1868
  4096 && (u.iconsBaseUrl = /*iconsBaseUrl*/
1869
1869
  e[12]), n.$set(u);
1870
1870
  },
@@ -1875,32 +1875,32 @@ function ai(i, e) {
1875
1875
  V(n.$$.fragment, s), r = !1;
1876
1876
  },
1877
1877
  d(s) {
1878
- s && B(t), ge(n, s);
1878
+ s && B(t), me(n, s);
1879
1879
  }
1880
1880
  };
1881
1881
  }
1882
- function yr(i) {
1883
- let e, t, n, r, o, l, s, c, u, h, a, f, d, g, p, v, b, S, E, _, C, x = !1;
1884
- o = new Jn({}), a = new Ti({});
1882
+ function br(i) {
1883
+ let e, t, n, r, o, l, s, c, u, h, a, f, d, m, v, b, p, _, E, S, k, x = !1;
1884
+ o = new tr({}), a = new Oi({});
1885
1885
  let L = (
1886
1886
  /*abortController*/
1887
- i[19] && li()
1887
+ i[19] && ai()
1888
1888
  ), w = (
1889
1889
  /*enableReverse*/
1890
- i[5] === !0 && ui(i)
1890
+ i[5] === !0 && ci(i)
1891
1891
  );
1892
- const k = (
1892
+ const C = (
1893
1893
  /*#slots*/
1894
- i[60].default
1895
- ), I = hn(
1896
- k,
1894
+ i[61].default
1895
+ ), I = yn(
1896
+ C,
1897
1897
  i,
1898
1898
  /*$$scope*/
1899
- i[59],
1899
+ i[60],
1900
1900
  null
1901
- ), D = [gr, mr, hr, dr], z = [];
1902
- function O(M, G) {
1903
- var $, oe;
1901
+ ), D = [vr, pr, yr, mr], G = [];
1902
+ function O(M, z) {
1903
+ var $, se;
1904
1904
  return (
1905
1905
  /*error*/
1906
1906
  M[18] ? 0 : (
@@ -1910,15 +1910,15 @@ function yr(i) {
1910
1910
  (($ = M[14]) == null ? void 0 : $.length) === 0 ? 2 : (
1911
1911
  /*focusedDelayed*/
1912
1912
  M[16] && /*listFeatures*/
1913
- ((oe = M[14]) != null && oe.length) ? 3 : -1
1913
+ ((se = M[14]) != null && se.length) ? 3 : -1
1914
1914
  )
1915
1915
  ) : 1
1916
1916
  )
1917
1917
  );
1918
1918
  }
1919
- return ~(v = O(i)) && (b = z[v] = D[v](i)), {
1919
+ return ~(b = O(i)) && (p = G[b] = D[b](i)), {
1920
1920
  c() {
1921
- e = te(), t = W("form"), n = W("div"), r = W("button"), Ee(o.$$.fragment), l = te(), s = W("input"), c = te(), u = W("div"), h = W("button"), Ee(a.$$.fragment), f = te(), L && L.c(), d = te(), w && w.c(), g = te(), I && I.c(), p = te(), b && b.c(), y(r, "class", "search-button svelte-1uvos7g"), y(r, "type", "button"), y(
1921
+ e = te(), t = W("form"), n = W("div"), r = W("button"), Ee(o.$$.fragment), l = te(), s = W("input"), c = te(), u = W("div"), h = W("button"), Ee(a.$$.fragment), f = te(), L && L.c(), d = te(), w && w.c(), m = te(), I && I.c(), v = te(), p && p.c(), y(r, "class", "search-button svelte-1uvos7g"), y(r, "type", "button"), y(
1922
1922
  s,
1923
1923
  "placeholder",
1924
1924
  /*placeholder*/
@@ -1933,15 +1933,15 @@ function yr(i) {
1933
1933
  "title",
1934
1934
  /*clearButtonTitle*/
1935
1935
  i[3]
1936
- ), y(h, "class", "svelte-1uvos7g"), y(u, "class", "clear-button-container svelte-1uvos7g"), re(
1936
+ ), y(h, "class", "svelte-1uvos7g"), y(u, "class", "clear-button-container svelte-1uvos7g"), oe(
1937
1937
  u,
1938
1938
  "displayable",
1939
1939
  /*searchValue*/
1940
1940
  i[1] !== ""
1941
- ), y(n, "class", "input-group svelte-1uvos7g"), y(t, "tabindex", "0"), y(t, "class", S = Ht(
1941
+ ), y(n, "class", "input-group svelte-1uvos7g"), y(t, "tabindex", "0"), y(t, "class", _ = Yt(
1942
1942
  /*className*/
1943
1943
  i[2]
1944
- ) + " svelte-1uvos7g"), re(
1944
+ ) + " svelte-1uvos7g"), oe(
1945
1945
  t,
1946
1946
  "can-collapse",
1947
1947
  /*collapsed*/
@@ -1949,35 +1949,35 @@ function yr(i) {
1949
1949
  i[1] === ""
1950
1950
  );
1951
1951
  },
1952
- m(M, G) {
1953
- F(M, e, G), F(M, t, G), T(t, n), T(n, r), me(o, r, null), T(n, l), T(n, s), i[62](s), Vt(
1952
+ m(M, z) {
1953
+ F(M, e, z), F(M, t, z), T(t, n), T(n, r), ge(o, r, null), T(n, l), T(n, s), i[63](s), Xt(
1954
1954
  s,
1955
1955
  /*searchValue*/
1956
1956
  i[1]
1957
- ), T(n, c), T(n, u), T(u, h), me(a, h, null), T(u, f), L && L.m(u, null), T(n, d), w && w.m(n, null), T(n, g), I && I.m(n, null), T(t, p), ~v && z[v].m(t, null), E = !0, _ || (C = [
1957
+ ), T(n, c), T(n, u), T(u, h), ge(a, h, null), T(u, f), L && L.m(u, null), T(n, d), w && w.m(n, null), T(n, m), I && I.m(n, null), T(t, v), ~b && G[b].m(t, null), E = !0, S || (k = [
1958
1958
  J(
1959
1959
  r,
1960
1960
  "click",
1961
1961
  /*click_handler*/
1962
- i[61]
1962
+ i[62]
1963
1963
  ),
1964
1964
  J(
1965
1965
  s,
1966
1966
  "input",
1967
1967
  /*input_1_input_handler*/
1968
- i[63]
1968
+ i[64]
1969
1969
  ),
1970
1970
  J(
1971
1971
  s,
1972
1972
  "focus",
1973
1973
  /*focus_handler*/
1974
- i[64]
1974
+ i[65]
1975
1975
  ),
1976
1976
  J(
1977
1977
  s,
1978
1978
  "blur",
1979
1979
  /*blur_handler*/
1980
- i[65]
1980
+ i[66]
1981
1981
  ),
1982
1982
  J(
1983
1983
  s,
@@ -1989,87 +1989,87 @@ function yr(i) {
1989
1989
  s,
1990
1990
  "input",
1991
1991
  /*input_handler*/
1992
- i[66]
1992
+ i[67]
1993
1993
  ),
1994
1994
  J(
1995
1995
  h,
1996
1996
  "click",
1997
1997
  /*click_handler_1*/
1998
- i[67]
1998
+ i[68]
1999
1999
  ),
2000
- J(t, "submit", vn(
2000
+ J(t, "submit", _n(
2001
2001
  /*handleOnSubmit*/
2002
2002
  i[21]
2003
2003
  ))
2004
- ], _ = !0);
2004
+ ], S = !0);
2005
2005
  },
2006
- p(M, G) {
2007
- (!E || G[0] & /*placeholder*/
2006
+ p(M, z) {
2007
+ (!E || z[0] & /*placeholder*/
2008
2008
  256) && y(
2009
2009
  s,
2010
2010
  "placeholder",
2011
2011
  /*placeholder*/
2012
2012
  M[8]
2013
- ), (!E || G[0] & /*placeholder*/
2013
+ ), (!E || z[0] & /*placeholder*/
2014
2014
  256) && y(
2015
2015
  s,
2016
2016
  "aria-label",
2017
2017
  /*placeholder*/
2018
2018
  M[8]
2019
- ), G[0] & /*searchValue*/
2019
+ ), z[0] & /*searchValue*/
2020
2020
  2 && s.value !== /*searchValue*/
2021
- M[1] && Vt(
2021
+ M[1] && Xt(
2022
2022
  s,
2023
2023
  /*searchValue*/
2024
2024
  M[1]
2025
- ), (!E || G[0] & /*clearButtonTitle*/
2025
+ ), (!E || z[0] & /*clearButtonTitle*/
2026
2026
  8) && y(
2027
2027
  h,
2028
2028
  "title",
2029
2029
  /*clearButtonTitle*/
2030
2030
  M[3]
2031
2031
  ), /*abortController*/
2032
- M[19] ? L ? G[0] & /*abortController*/
2033
- 524288 && Z(L, 1) : (L = li(), L.c(), Z(L, 1), L.m(u, null)) : L && (ot(), V(L, 1, 1, () => {
2032
+ M[19] ? L ? z[0] & /*abortController*/
2033
+ 524288 && Z(L, 1) : (L = ai(), L.c(), Z(L, 1), L.m(u, null)) : L && (ot(), V(L, 1, 1, () => {
2034
2034
  L = null;
2035
- }), st()), (!E || G[0] & /*searchValue*/
2036
- 2) && re(
2035
+ }), st()), (!E || z[0] & /*searchValue*/
2036
+ 2) && oe(
2037
2037
  u,
2038
2038
  "displayable",
2039
2039
  /*searchValue*/
2040
2040
  M[1] !== ""
2041
2041
  ), /*enableReverse*/
2042
- M[5] === !0 ? w ? (w.p(M, G), G[0] & /*enableReverse*/
2043
- 32 && Z(w, 1)) : (w = ui(M), w.c(), Z(w, 1), w.m(n, g)) : w && (ot(), V(w, 1, 1, () => {
2042
+ M[5] === !0 ? w ? (w.p(M, z), z[0] & /*enableReverse*/
2043
+ 32 && Z(w, 1)) : (w = ci(M), w.c(), Z(w, 1), w.m(n, m)) : w && (ot(), V(w, 1, 1, () => {
2044
2044
  w = null;
2045
- }), st()), I && I.p && (!E || G[1] & /*$$scope*/
2046
- 268435456) && gn(
2045
+ }), st()), I && I.p && (!E || z[1] & /*$$scope*/
2046
+ 536870912) && vn(
2047
2047
  I,
2048
- k,
2048
+ C,
2049
2049
  M,
2050
2050
  /*$$scope*/
2051
- M[59],
2052
- E ? mn(
2053
- k,
2051
+ M[60],
2052
+ E ? pn(
2053
+ C,
2054
2054
  /*$$scope*/
2055
- M[59],
2056
- G,
2055
+ M[60],
2056
+ z,
2057
2057
  null
2058
- ) : yn(
2058
+ ) : bn(
2059
2059
  /*$$scope*/
2060
- M[59]
2060
+ M[60]
2061
2061
  ),
2062
2062
  null
2063
2063
  );
2064
- let $ = v;
2065
- v = O(M), v === $ ? ~v && z[v].p(M, G) : (b && (ot(), V(z[$], 1, 1, () => {
2066
- z[$] = null;
2067
- }), st()), ~v ? (b = z[v], b ? b.p(M, G) : (b = z[v] = D[v](M), b.c()), Z(b, 1), b.m(t, null)) : b = null), (!E || G[0] & /*className*/
2068
- 4 && S !== (S = Ht(
2064
+ let $ = b;
2065
+ b = O(M), b === $ ? ~b && G[b].p(M, z) : (p && (ot(), V(G[$], 1, 1, () => {
2066
+ G[$] = null;
2067
+ }), st()), ~b ? (p = G[b], p ? p.p(M, z) : (p = G[b] = D[b](M), p.c()), Z(p, 1), p.m(t, null)) : p = null), (!E || z[0] & /*className*/
2068
+ 4 && _ !== (_ = Yt(
2069
2069
  /*className*/
2070
2070
  M[2]
2071
- ) + " svelte-1uvos7g")) && y(t, "class", S), (!E || G[0] & /*className, collapsed, searchValue*/
2072
- 22) && re(
2071
+ ) + " svelte-1uvos7g")) && y(t, "class", _), (!E || z[0] & /*className, collapsed, searchValue*/
2072
+ 22) && oe(
2073
2073
  t,
2074
2074
  "can-collapse",
2075
2075
  /*collapsed*/
@@ -2078,17 +2078,17 @@ function yr(i) {
2078
2078
  );
2079
2079
  },
2080
2080
  i(M) {
2081
- E || (Z(x), Z(o.$$.fragment, M), Z(a.$$.fragment, M), Z(L), Z(w), Z(I, M), Z(b), E = !0);
2081
+ E || (Z(x), Z(o.$$.fragment, M), Z(a.$$.fragment, M), Z(L), Z(w), Z(I, M), Z(p), E = !0);
2082
2082
  },
2083
2083
  o(M) {
2084
- V(x), V(o.$$.fragment, M), V(a.$$.fragment, M), V(L), V(w), V(I, M), V(b), E = !1;
2084
+ V(x), V(o.$$.fragment, M), V(a.$$.fragment, M), V(L), V(w), V(I, M), V(p), E = !1;
2085
2085
  },
2086
2086
  d(M) {
2087
- M && (B(e), B(t)), ge(o), i[62](null), ge(a), L && L.d(), w && w.d(), I && I.d(M), ~v && z[v].d(), _ = !1, ye(C);
2087
+ M && (B(e), B(t)), me(o), i[63](null), me(a), L && L.d(), w && w.d(), I && I.d(M), ~b && G[b].d(), S = !1, ye(k);
2088
2088
  }
2089
2089
  };
2090
2090
  }
2091
- function pr(i, e, t) {
2091
+ function wr(i, e, t) {
2092
2092
  let n, { $$slots: r = {}, $$scope: o } = e;
2093
2093
  const l = {
2094
2094
  continental_marine: 4,
@@ -2114,69 +2114,69 @@ function pr(i, e, t) {
2114
2114
  "poi.restaurant": 18,
2115
2115
  "poi.aerodrome": 13
2116
2116
  };
2117
- let { class: s = void 0 } = e, { apiKey: c } = e, { bbox: u = void 0 } = e, { clearButtonTitle: h = "clear" } = e, { clearOnBlur: a = !1 } = e, { collapsed: f = !1 } = e, { country: d = void 0 } = e, { debounceSearch: g = 200 } = e, { enableReverse: p = !1 } = e, { errorMessage: v = "Something went wrong…" } = e, { filter: b = () => !0 } = e, { flyTo: S = !0 } = e, { fuzzyMatch: E = !0 } = e, { language: _ = void 0 } = e, { limit: C = void 0 } = e, { mapController: x = void 0 } = e, { minLength: L = 2 } = e, { noResultsMessage: w = "Oops! Looks like you're trying to predict something that's not quite right. We can't seem to find what you're looking for. Maybe try double-checking your spelling or try a different search term. Keep on typing - we'll do our best to get you where you need to go!" } = e, { placeholder: k = "Search" } = e, { proximity: I = [{ type: "server-geolocation" }] } = e, { reverseActive: D = p === "always" } = e, { reverseButtonTitle: z = "toggle reverse geocoding" } = e, { searchValue: O = "" } = e, { showFullGeometry: M = !0 } = e, { showPlaceType: G = "ifNeeded" } = e, { showResultsWhileTyping: $ = !0 } = e, { selectFirst: oe = !0 } = e, { flyToSelected: ct = !1 } = e, { markerOnSelected: Ye = !0 } = e, { types: Xe = void 0 } = e, { excludeTypes: Ke = !1 } = e, { zoom: Pe = l } = e, { maxZoom: Je = void 0 } = e, { apiUrl: ft = "https://api.maptiler.com/geocoding" } = e, { fetchParameters: dt = {} } = e, { iconsBaseUrl: Ft = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.4.2-dev.2/icons/" } = e, { adjustUrlQuery: ht = () => {
2117
+ let { class: s = void 0 } = e, { apiKey: c } = e, { bbox: u = void 0 } = e, { clearButtonTitle: h = "clear" } = e, { clearOnBlur: a = !1 } = e, { collapsed: f = !1 } = e, { country: d = void 0 } = e, { debounceSearch: m = 200 } = e, { enableReverse: v = !1 } = e, { errorMessage: b = "Something went wrong…" } = e, { filter: p = () => !0 } = e, { flyTo: _ = !0 } = e, { fuzzyMatch: E = !0 } = e, { language: S = void 0 } = e, { limit: k = void 0 } = e, { mapController: x = void 0 } = e, { minLength: L = 2 } = e, { noResultsMessage: w = "Oops! Looks like you're trying to predict something that's not quite right. We can't seem to find what you're looking for. Maybe try double-checking your spelling or try a different search term. Keep on typing - we'll do our best to get you where you need to go!" } = e, { placeholder: C = "Search" } = e, { proximity: I = [{ type: "server-geolocation" }] } = e, { reverseActive: D = v === "always" } = e, { reverseButtonTitle: G = "toggle reverse geocoding" } = e, { searchValue: O = "" } = e, { showFullGeometry: M = !0 } = e, { showPlaceType: z = "ifNeeded" } = e, { showResultsWhileTyping: $ = !0 } = e, { selectFirst: se = !0 } = e, { flyToSelected: ct = !1 } = e, { markerOnSelected: Xe = !0 } = e, { types: Ce = void 0 } = e, { exhaustiveReverseGeocoding: ft = !1 } = e, { excludeTypes: Ke = !1 } = e, { zoom: Te = l } = e, { maxZoom: Je = void 0 } = e, { apiUrl: dt = "https://api.maptiler.com/geocoding" } = e, { fetchParameters: ht = {} } = e, { iconsBaseUrl: zt = "https://cdn.maptiler.com/maptiler-geocoding-control/v2.0.0/icons/" } = e, { adjustUrlQuery: gt = () => {
2118
2118
  } } = e;
2119
- function zi() {
2120
- ae.focus();
2119
+ function Zi() {
2120
+ ce.focus();
2121
2121
  }
2122
- function Gi() {
2123
- ae.blur();
2122
+ function qi() {
2123
+ ce.blur();
2124
2124
  }
2125
- function zt(m, j = !0, H = !1) {
2126
- t(1, O = m), j ? (t(15, U = -1), jt()) : (pt(!H, H), setTimeout(() => {
2127
- ae.focus(), ae.select();
2125
+ function jt(g, j = !0, H = !1) {
2126
+ t(1, O = g), j ? (t(15, U = -1), qt()) : (vt(!H, H), setTimeout(() => {
2127
+ ce.focus(), ce.select();
2128
2128
  }));
2129
2129
  }
2130
- function ji() {
2131
- t(14, R = void 0), t(56, N = void 0), t(15, U = -1);
2130
+ function Qi() {
2131
+ t(14, R = void 0), t(57, N = void 0), t(15, U = -1);
2132
2132
  }
2133
- function Zi() {
2134
- t(55, q = []), t(56, N = void 0);
2133
+ function Hi() {
2134
+ t(56, q = []), t(57, N = void 0);
2135
2135
  }
2136
- let Te = !1, R, q, N, Gt = "", ae, U = -1, ce, $e = [], Ce, Re, et, mt;
2137
- const qi = /* @__PURE__ */ new Set(), pe = En();
2138
- _n(() => {
2136
+ let Re = !1, R, q, N, Zt = "", ce, U = -1, fe, $e = [], ke, Ie, et, mt;
2137
+ const Vi = /* @__PURE__ */ new Set(), pe = xn();
2138
+ Sn(() => {
2139
2139
  x && (x.setEventHandler(void 0), x.indicateReverse(!1), x.setSelectedMarker(-1), x.setMarkers(void 0, void 0));
2140
2140
  });
2141
- function jt(m) {
2142
- if (Re && (clearTimeout(Re), Re = void 0), U > -1 && R)
2143
- t(56, N = R[U]), t(1, O = N.place_type[0] === "reverse" ? N.place_name : N.place_name.replace(/,.*/, "")), t(18, ce = void 0), t(55, q = void 0), t(15, U = -1);
2141
+ function qt(g) {
2142
+ if (Ie && (clearTimeout(Ie), Ie = void 0), U > -1 && R)
2143
+ t(57, N = R[U]), t(1, O = N.place_type[0] === "reverse" ? N.place_name : N.place_name.replace(/,.*/, "")), t(18, fe = void 0), t(56, q = void 0), t(15, U = -1);
2144
2144
  else if (O) {
2145
- const j = m || !gt(O);
2146
- yt(O, { exact: !0 }).then(() => {
2147
- t(55, q = R), t(56, N = void 0), j && Qi();
2148
- }).catch((H) => t(18, ce = H));
2145
+ const j = g || !yt(O);
2146
+ pt(O, { exact: !0 }).then(() => {
2147
+ t(56, q = R), t(57, N = void 0), j && Yi();
2148
+ }).catch((H) => t(18, fe = H));
2149
2149
  }
2150
2150
  }
2151
- function gt(m) {
2151
+ function yt(g) {
2152
2152
  try {
2153
- return fr(m, 6);
2153
+ return gr(g, 6);
2154
2154
  } catch {
2155
2155
  return !1;
2156
2156
  }
2157
2157
  }
2158
- async function yt(m, { byId: j = !1, exact: H = !1 } = {}) {
2159
- t(18, ce = void 0), Ce == null || Ce.abort();
2158
+ async function pt(g, { byId: j = !1, exact: H = !1 } = {}) {
2159
+ t(18, fe = void 0), ke == null || ke.abort();
2160
2160
  const ee = new AbortController();
2161
- t(19, Ce = ee);
2161
+ t(19, ke = ee);
2162
2162
  try {
2163
- const P = gt(m), Q = new URLSearchParams();
2164
- if (_ !== void 0 && Q.set("language", Array.isArray(_) ? _.join(",") : _ ?? ""), Xe && Q.set("types", Xe.join(",")), Ke && Q.set("excludeTypes", String(Ke)), u && Q.set("bbox", u.map((tt) => tt.toFixed(6)).join(",")), d && Q.set("country", Array.isArray(d) ? d.join(",") : d), !j && !P) {
2165
- const tt = await er(x, I, ee);
2163
+ const P = yt(g), Q = new URLSearchParams();
2164
+ if (S !== void 0 && Q.set("language", Array.isArray(S) ? S.join(",") : S ?? ""), Ce && Q.set("types", Ce.join(",")), Ke && Q.set("excludeTypes", String(Ke)), u && Q.set("bbox", u.map((tt) => tt.toFixed(6)).join(",")), d && Q.set("country", Array.isArray(d) ? d.join(",") : d), !j && !P) {
2165
+ const tt = await nr(x, I, ee);
2166
2166
  tt && Q.set("proximity", tt), (H || !$) && Q.set("autocomplete", "false"), Q.set("fuzzyMatch", String(E));
2167
2167
  }
2168
- C !== void 0 && Q.set("limit", String(C)), Q.set("key", c), ht(Q);
2169
- const fe = ft + "/" + encodeURIComponent(P ? P.decimalLongitude + "," + P.decimalLatitude : m) + ".json?" + Q.toString();
2170
- if (fe === Gt) {
2171
- j ? (t(14, R = void 0), t(56, N = $e[0])) : t(14, R = $e);
2168
+ k !== void 0 && (ft || !P || (Ce == null ? void 0 : Ce.length) === 1) && Q.set("limit", String(k)), Q.set("key", c), gt(Q);
2169
+ const de = dt + "/" + encodeURIComponent(P ? P.decimalLongitude + "," + P.decimalLatitude : g) + ".json?" + Q.toString();
2170
+ if (de === Zt) {
2171
+ j ? (t(14, R = void 0), t(57, N = $e[0])) : t(14, R = $e);
2172
2172
  return;
2173
2173
  }
2174
- Gt = fe;
2175
- const bt = await fetch(fe, { signal: ee.signal, ...dt });
2176
- if (!bt.ok)
2177
- throw new Error(await bt.text());
2178
- const wt = await bt.json();
2179
- pe("response", { url: fe, featureCollection: wt }), j ? (t(14, R = void 0), t(56, N = wt.features[0]), $e = [N]) : (t(14, R = wt.features.filter(b)), P && R.unshift({
2174
+ Zt = de;
2175
+ const wt = await fetch(de, { signal: ee.signal, ...ht });
2176
+ if (!wt.ok)
2177
+ throw new Error(await wt.text());
2178
+ const _t = await wt.json();
2179
+ pe("response", { url: de, featureCollection: _t }), j ? (t(14, R = void 0), t(57, N = _t.features[0]), $e = [N]) : (t(14, R = _t.features.filter(p)), P && R.unshift({
2180
2180
  type: "Feature",
2181
2181
  properties: {},
2182
2182
  id: "reverse_" + P.decimalLongitude + "_" + P.decimalLatitude,
@@ -2194,139 +2194,139 @@ function pr(i, e, t) {
2194
2194
  type: "Point",
2195
2195
  coordinates: [P.decimalLongitude, P.decimalLatitude]
2196
2196
  }
2197
- }), $e = R, P && ae.focus());
2197
+ }), $e = R, P && ce.focus());
2198
2198
  } catch (P) {
2199
2199
  if (P && typeof P == "object" && "name" in P && P.name === "AbortError")
2200
2200
  return;
2201
2201
  throw P;
2202
2202
  } finally {
2203
- ee === Ce && t(19, Ce = void 0);
2203
+ ee === ke && t(19, ke = void 0);
2204
2204
  }
2205
2205
  }
2206
- function Qi() {
2206
+ function Yi() {
2207
2207
  var ee;
2208
- if (!(q != null && q.length) || !S)
2208
+ if (!(q != null && q.length) || !_)
2209
2209
  return;
2210
- const m = [180, 90, -180, -90], j = !q.some((P) => !P.matching_text);
2210
+ const g = [180, 90, -180, -90], j = !q.some((P) => !P.matching_text);
2211
2211
  let H;
2212
2212
  for (const P of q) {
2213
- const Q = Be(P);
2213
+ const Q = De(P);
2214
2214
  if (H = Je ?? (H === void 0 ? Q : Q === void 0 ? H : Math.max(H, Q)), j || !P.matching_text)
2215
- for (const fe of [0, 1, 2, 3])
2216
- m[fe] = Math[fe < 2 ? "min" : "max"](m[fe], ((ee = P.bbox) == null ? void 0 : ee[fe]) ?? P.center[fe % 2]);
2215
+ for (const de of [0, 1, 2, 3])
2216
+ g[de] = Math[de < 2 ? "min" : "max"](g[de], ((ee = P.bbox) == null ? void 0 : ee[de]) ?? P.center[de % 2]);
2217
2217
  }
2218
- x && q.length > 0 && (N && m[0] === m[2] && m[1] === m[3] ? x.flyTo(N.center, Be(N)) : x.fitBounds(Ze(m), 50, H));
2218
+ x && q.length > 0 && (N && g[0] === g[2] && g[1] === g[3] ? x.flyTo(N.center, De(N)) : x.fitBounds(qe(g), 50, H));
2219
2219
  }
2220
- function Be(m) {
2220
+ function De(g) {
2221
2221
  var H;
2222
- if (!m.bbox || m.bbox[0] !== m.bbox[2] && m.bbox[1] !== m.bbox[3])
2222
+ if (!g.bbox || g.bbox[0] !== g.bbox[2] && g.bbox[1] !== g.bbox[3])
2223
2223
  return;
2224
- if (typeof Pe == "number")
2225
- return m.id.startsWith("poi.") || m.id.startsWith("address.") ? Je : Pe;
2226
- const j = m.id.replace(/\..*/, "");
2227
- return (Array.isArray((H = m.properties) == null ? void 0 : H.categories) ? m.properties.categories.reduce(
2224
+ if (typeof Te == "number")
2225
+ return g.id.startsWith("poi.") || g.id.startsWith("address.") ? Je : Te;
2226
+ const j = g.id.replace(/\..*/, "");
2227
+ return (Array.isArray((H = g.properties) == null ? void 0 : H.categories) ? g.properties.categories.reduce(
2228
2228
  (ee, P) => {
2229
- const Q = Pe[j + "." + P];
2229
+ const Q = Te[j + "." + P];
2230
2230
  return ee === void 0 ? Q : Q === void 0 ? ee : Math.max(ee, Q);
2231
2231
  },
2232
2232
  void 0
2233
- ) : void 0) ?? Pe[j];
2233
+ ) : void 0) ?? Te[j];
2234
2234
  }
2235
- function Hi(m) {
2236
- t(0, D = p === "always"), t(14, R = void 0), t(56, N = void 0), t(15, U = -1), zt(m[1].toFixed(6) + ", " + $n(m[0], [-180, 180], !0).toFixed(6), !1, !0);
2235
+ function Xi(g) {
2236
+ t(0, D = v === "always"), t(14, R = void 0), t(57, N = void 0), t(15, U = -1), jt(g[1].toFixed(6) + ", " + ir(g[0], [-180, 180], !0).toFixed(6), !1, !0);
2237
2237
  }
2238
- function Vi(m) {
2238
+ function Ki(g) {
2239
2239
  if (!R)
2240
2240
  return;
2241
- let j = m.key === "ArrowDown" ? 1 : m.key === "ArrowUp" ? -1 : 0;
2242
- j && (U === (oe ? 0 : -1) && j === -1 && t(15, U = R.length), t(15, U += j), U >= R.length && t(15, U = -1), U < 0 && oe && t(15, U = 0), m.preventDefault());
2241
+ let j = g.key === "ArrowDown" ? 1 : g.key === "ArrowUp" ? -1 : 0;
2242
+ j && (U === (se ? 0 : -1) && j === -1 && t(15, U = R.length), t(15, U += j), U >= R.length && t(15, U = -1), U < 0 && se && t(15, U = 0), g.preventDefault());
2243
2243
  }
2244
- function pt(m = !0, j = !1) {
2245
- if (t(18, ce = void 0), $ || j) {
2246
- if (Re && clearTimeout(Re), O.length < L)
2244
+ function vt(g = !0, j = !1) {
2245
+ if (t(18, fe = void 0), $ || j) {
2246
+ if (Ie && clearTimeout(Ie), O.length < L)
2247
2247
  return;
2248
2248
  const H = O;
2249
- Re = window.setTimeout(
2249
+ Ie = window.setTimeout(
2250
2250
  () => {
2251
- yt(H).catch((ee) => t(18, ce = ee));
2251
+ pt(H).catch((ee) => t(18, fe = ee));
2252
2252
  },
2253
- m ? g : 0
2253
+ g ? m : 0
2254
2254
  );
2255
2255
  } else
2256
- t(14, R = void 0), t(18, ce = void 0);
2256
+ t(14, R = void 0), t(18, fe = void 0);
2257
2257
  }
2258
- function vt(m) {
2259
- t(56, N = m), t(1, O = m.place_name), t(15, U = -1);
2258
+ function bt(g) {
2259
+ t(57, N = g), t(1, O = g.place_name), t(15, U = -1);
2260
2260
  }
2261
- const Yi = () => ae.focus();
2262
- function Xi(m) {
2263
- Mt[m ? "unshift" : "push"](() => {
2264
- ae = m, t(17, ae);
2261
+ const Ji = () => ce.focus();
2262
+ function $i(g) {
2263
+ Ct[g ? "unshift" : "push"](() => {
2264
+ ce = g, t(17, ce);
2265
2265
  });
2266
2266
  }
2267
- function Ki() {
2268
- O = this.value, t(1, O), t(13, Te), t(28, a);
2267
+ function en() {
2268
+ O = this.value, t(1, O), t(13, Re), t(28, a);
2269
2269
  }
2270
- const Ji = () => t(13, Te = !0), $i = () => t(13, Te = !1), en = () => pt(), tn = () => {
2271
- t(1, O = ""), ae.focus();
2272
- }, nn = () => t(0, D = !D), rn = () => t(18, ce = void 0), on = (m) => t(15, U = m), sn = (m) => vt(m), ln = () => {
2273
- oe || t(15, U = -1);
2274
- }, un = () => {
2270
+ const tn = () => t(13, Re = !0), nn = () => t(13, Re = !1), rn = () => vt(), on = () => {
2271
+ t(1, O = ""), ce.focus();
2272
+ }, sn = () => t(0, D = !D), ln = () => t(18, fe = void 0), un = (g) => t(15, U = g), an = (g) => bt(g), cn = () => {
2273
+ se || t(15, U = -1);
2274
+ }, fn = () => {
2275
2275
  };
2276
- return i.$$set = (m) => {
2277
- "class" in m && t(2, s = m.class), "apiKey" in m && t(26, c = m.apiKey), "bbox" in m && t(27, u = m.bbox), "clearButtonTitle" in m && t(3, h = m.clearButtonTitle), "clearOnBlur" in m && t(28, a = m.clearOnBlur), "collapsed" in m && t(4, f = m.collapsed), "country" in m && t(29, d = m.country), "debounceSearch" in m && t(30, g = m.debounceSearch), "enableReverse" in m && t(5, p = m.enableReverse), "errorMessage" in m && t(6, v = m.errorMessage), "filter" in m && t(31, b = m.filter), "flyTo" in m && t(32, S = m.flyTo), "fuzzyMatch" in m && t(33, E = m.fuzzyMatch), "language" in m && t(34, _ = m.language), "limit" in m && t(35, C = m.limit), "mapController" in m && t(36, x = m.mapController), "minLength" in m && t(37, L = m.minLength), "noResultsMessage" in m && t(7, w = m.noResultsMessage), "placeholder" in m && t(8, k = m.placeholder), "proximity" in m && t(38, I = m.proximity), "reverseActive" in m && t(0, D = m.reverseActive), "reverseButtonTitle" in m && t(9, z = m.reverseButtonTitle), "searchValue" in m && t(1, O = m.searchValue), "showFullGeometry" in m && t(39, M = m.showFullGeometry), "showPlaceType" in m && t(10, G = m.showPlaceType), "showResultsWhileTyping" in m && t(40, $ = m.showResultsWhileTyping), "selectFirst" in m && t(11, oe = m.selectFirst), "flyToSelected" in m && t(41, ct = m.flyToSelected), "markerOnSelected" in m && t(42, Ye = m.markerOnSelected), "types" in m && t(43, Xe = m.types), "excludeTypes" in m && t(44, Ke = m.excludeTypes), "zoom" in m && t(45, Pe = m.zoom), "maxZoom" in m && t(46, Je = m.maxZoom), "apiUrl" in m && t(47, ft = m.apiUrl), "fetchParameters" in m && t(48, dt = m.fetchParameters), "iconsBaseUrl" in m && t(12, Ft = m.iconsBaseUrl), "adjustUrlQuery" in m && t(49, ht = m.adjustUrlQuery), "$$scope" in m && t(59, o = m.$$scope);
2276
+ return i.$$set = (g) => {
2277
+ "class" in g && t(2, s = g.class), "apiKey" in g && t(26, c = g.apiKey), "bbox" in g && t(27, u = g.bbox), "clearButtonTitle" in g && t(3, h = g.clearButtonTitle), "clearOnBlur" in g && t(28, a = g.clearOnBlur), "collapsed" in g && t(4, f = g.collapsed), "country" in g && t(29, d = g.country), "debounceSearch" in g && t(30, m = g.debounceSearch), "enableReverse" in g && t(5, v = g.enableReverse), "errorMessage" in g && t(6, b = g.errorMessage), "filter" in g && t(31, p = g.filter), "flyTo" in g && t(32, _ = g.flyTo), "fuzzyMatch" in g && t(33, E = g.fuzzyMatch), "language" in g && t(34, S = g.language), "limit" in g && t(35, k = g.limit), "mapController" in g && t(36, x = g.mapController), "minLength" in g && t(37, L = g.minLength), "noResultsMessage" in g && t(7, w = g.noResultsMessage), "placeholder" in g && t(8, C = g.placeholder), "proximity" in g && t(38, I = g.proximity), "reverseActive" in g && t(0, D = g.reverseActive), "reverseButtonTitle" in g && t(9, G = g.reverseButtonTitle), "searchValue" in g && t(1, O = g.searchValue), "showFullGeometry" in g && t(39, M = g.showFullGeometry), "showPlaceType" in g && t(10, z = g.showPlaceType), "showResultsWhileTyping" in g && t(40, $ = g.showResultsWhileTyping), "selectFirst" in g && t(11, se = g.selectFirst), "flyToSelected" in g && t(41, ct = g.flyToSelected), "markerOnSelected" in g && t(42, Xe = g.markerOnSelected), "types" in g && t(43, Ce = g.types), "exhaustiveReverseGeocoding" in g && t(44, ft = g.exhaustiveReverseGeocoding), "excludeTypes" in g && t(45, Ke = g.excludeTypes), "zoom" in g && t(46, Te = g.zoom), "maxZoom" in g && t(47, Je = g.maxZoom), "apiUrl" in g && t(48, dt = g.apiUrl), "fetchParameters" in g && t(49, ht = g.fetchParameters), "iconsBaseUrl" in g && t(12, zt = g.iconsBaseUrl), "adjustUrlQuery" in g && t(50, gt = g.adjustUrlQuery), "$$scope" in g && t(60, o = g.$$scope);
2278
2278
  }, i.$$.update = () => {
2279
2279
  if (i.$$.dirty[0] & /*enableReverse*/
2280
- 32 && t(0, D = p === "always"), i.$$.dirty[0] & /*focused, clearOnBlur*/
2280
+ 32 && t(0, D = v === "always"), i.$$.dirty[0] & /*focused, clearOnBlur*/
2281
2281
  268443648 && setTimeout(() => {
2282
- t(16, et = Te), a && !Te && t(1, O = "");
2282
+ t(16, et = Re), a && !Re && t(1, O = "");
2283
2283
  }), i.$$.dirty[0] & /*searchValue, listFeatures*/
2284
2284
  16386 | i.$$.dirty[1] & /*minLength*/
2285
- 64 && O.length < L && (t(56, N = void 0), t(14, R = void 0), t(18, ce = void 0), t(55, q = R)), i.$$.dirty[1] & /*showFullGeometry, picked*/
2286
- 33554688 && M && N && !N.address && N.geometry.type === "Point" && N.place_type[0] !== "reverse" && yt(N.id, { byId: !0 }).catch((m) => t(18, ce = m)), i.$$.dirty[1] & /*mapController, picked, prevIdToFly, flyTo*/
2287
- 100663330 && (x && N && N.id !== mt && S && (!N.bbox || N.bbox[0] === N.bbox[2] && N.bbox[1] === N.bbox[3] ? x.flyTo(N.center, Be(N)) : x.fitBounds(Ze(N.bbox), 50, Be(N)), t(14, R = void 0), t(55, q = void 0), t(15, U = -1)), t(57, mt = N == null ? void 0 : N.id)), i.$$.dirty[0] & /*selectFirst, listFeatures*/
2288
- 18432 && oe && R != null && R.length && t(15, U = 0), i.$$.dirty[0] & /*searchValue*/
2285
+ 64 && O.length < L && (t(57, N = void 0), t(14, R = void 0), t(18, fe = void 0), t(56, q = R)), i.$$.dirty[1] & /*showFullGeometry, picked*/
2286
+ 67109120 && M && N && !N.address && N.geometry.type === "Point" && N.place_type[0] !== "reverse" && pt(N.id, { byId: !0 }).catch((g) => t(18, fe = g)), i.$$.dirty[1] & /*mapController, picked, prevIdToFly, flyTo*/
2287
+ 201326626 && (x && N && N.id !== mt && _ && (!N.bbox || N.bbox[0] === N.bbox[2] && N.bbox[1] === N.bbox[3] ? x.flyTo(N.center, De(N)) : x.fitBounds(qe(N.bbox), 50, De(N)), t(14, R = void 0), t(56, q = void 0), t(15, U = -1)), t(58, mt = N == null ? void 0 : N.id)), i.$$.dirty[0] & /*selectFirst, listFeatures*/
2288
+ 18432 && se && R != null && R.length && t(15, U = 0), i.$$.dirty[0] & /*searchValue*/
2289
2289
  2 && t(15, U = -1), i.$$.dirty[0] & /*listFeatures*/
2290
2290
  16384 | i.$$.dirty[1] & /*markedFeatures*/
2291
- 16777216 && q !== R && t(55, q = void 0), i.$$.dirty[0] & /*reverseActive, listFeatures, focusedDelayed*/
2291
+ 33554432 && q !== R && t(56, q = void 0), i.$$.dirty[0] & /*reverseActive, listFeatures, focusedDelayed*/
2292
2292
  81921 | i.$$.dirty[1] & /*mapController, markedFeatures*/
2293
- 16777248 && x && x.setEventHandler((m) => {
2294
- switch (m.type) {
2293
+ 33554464 && x && x.setEventHandler((g) => {
2294
+ switch (g.type) {
2295
2295
  case "mapClick":
2296
- D && Hi(m.coordinates);
2296
+ D && Xi(g.coordinates);
2297
2297
  break;
2298
2298
  case "markerClick":
2299
2299
  {
2300
- const j = R == null ? void 0 : R.find((H) => H.id === m.id);
2301
- j && vt(j);
2300
+ const j = R == null ? void 0 : R.find((H) => H.id === g.id);
2301
+ j && bt(j);
2302
2302
  }
2303
2303
  break;
2304
2304
  case "markerMouseEnter":
2305
- q && t(15, U = et ? (R == null ? void 0 : R.findIndex((j) => j.id === m.id)) ?? -1 : -1);
2305
+ q && t(15, U = et ? (R == null ? void 0 : R.findIndex((j) => j.id === g.id)) ?? -1 : -1);
2306
2306
  break;
2307
2307
  case "markerMouseLeave":
2308
2308
  q && t(15, U = -1);
2309
2309
  break;
2310
2310
  }
2311
2311
  }), i.$$.dirty[0] & /*listFeatures, selectedItemIndex*/
2312
- 49152 && t(58, n = R == null ? void 0 : R[U]), i.$$.dirty[1] & /*mapController, selected, flyTo, flyToSelected*/
2313
- 134218786 && x && n && S && ct && x.flyTo(n.center, Be(n)), i.$$.dirty[1] & /*markerOnSelected, mapController*/
2314
- 2080 && (Ye || x == null || x.setMarkers(void 0, void 0)), i.$$.dirty[1] & /*mapController, markerOnSelected, markedFeatures, selected*/
2315
- 150997024 && x && Ye && !q && (x.setMarkers(n ? [n] : void 0, void 0), x.setSelectedMarker(n ? 0 : -1)), i.$$.dirty[1] & /*mapController, markedFeatures, picked*/
2316
- 50331680 && x && x.setMarkers(q, N), i.$$.dirty[0] & /*selectedItemIndex*/
2312
+ 49152 && t(59, n = R == null ? void 0 : R[U]), i.$$.dirty[1] & /*mapController, selected, flyTo, flyToSelected*/
2313
+ 268436514 && x && n && _ && ct && x.flyTo(n.center, De(n)), i.$$.dirty[1] & /*markerOnSelected, mapController*/
2314
+ 2080 && (Xe || x == null || x.setMarkers(void 0, void 0)), i.$$.dirty[1] & /*mapController, markerOnSelected, markedFeatures, selected*/
2315
+ 301991968 && x && Xe && !q && (x.setMarkers(n ? [n] : void 0, void 0), x.setSelectedMarker(n ? 0 : -1)), i.$$.dirty[1] & /*mapController, markedFeatures, picked*/
2316
+ 100663328 && x && x.setMarkers(q, N), i.$$.dirty[0] & /*selectedItemIndex*/
2317
2317
  32768 | i.$$.dirty[1] & /*markedFeatures, mapController*/
2318
- 16777248 && q && x && x.setSelectedMarker(U), i.$$.dirty[0] & /*searchValue*/
2318
+ 33554464 && q && x && x.setSelectedMarker(U), i.$$.dirty[0] & /*searchValue*/
2319
2319
  2 | i.$$.dirty[1] & /*mapController*/
2320
2320
  32 && x) {
2321
- const m = gt(O);
2322
- x.setReverseMarker(m ? [m.decimalLongitude, m.decimalLatitude] : void 0);
2321
+ const g = yt(O);
2322
+ x.setReverseMarker(g ? [g.decimalLongitude, g.decimalLatitude] : void 0);
2323
2323
  }
2324
2324
  i.$$.dirty[1] & /*selected*/
2325
- 134217728 && pe("select", n), i.$$.dirty[1] & /*picked*/
2326
- 33554432 && pe("pick", N), i.$$.dirty[0] & /*focusedDelayed, listFeatures*/
2325
+ 268435456 && pe("select", n), i.$$.dirty[1] & /*picked*/
2326
+ 67108864 && pe("pick", N), i.$$.dirty[0] & /*focusedDelayed, listFeatures*/
2327
2327
  81920 && pe("optionsVisibilityChange", et && !!R), i.$$.dirty[0] & /*listFeatures*/
2328
2328
  16384 && pe("featuresListed", R), i.$$.dirty[1] & /*markedFeatures*/
2329
- 16777216 && pe("featuresMarked", q), i.$$.dirty[0] & /*reverseActive*/
2329
+ 33554432 && pe("featuresMarked", q), i.$$.dirty[0] & /*reverseActive*/
2330
2330
  1 && pe("reverseToggle", D), i.$$.dirty[0] & /*searchValue*/
2331
2331
  2 && pe("queryChange", O), i.$$.dirty[0] & /*reverseActive*/
2332
2332
  1 | i.$$.dirty[1] & /*mapController*/
@@ -2337,65 +2337,63 @@ function pr(i, e, t) {
2337
2337
  s,
2338
2338
  h,
2339
2339
  f,
2340
- p,
2341
2340
  v,
2341
+ b,
2342
2342
  w,
2343
- k,
2344
- z,
2343
+ C,
2345
2344
  G,
2346
- oe,
2347
- Ft,
2348
- Te,
2345
+ z,
2346
+ se,
2347
+ zt,
2348
+ Re,
2349
2349
  R,
2350
2350
  U,
2351
2351
  et,
2352
- ae,
2353
2352
  ce,
2354
- Ce,
2355
- qi,
2356
- jt,
2353
+ fe,
2354
+ ke,
2357
2355
  Vi,
2358
- pt,
2356
+ qt,
2357
+ Ki,
2359
2358
  vt,
2359
+ bt,
2360
2360
  l,
2361
2361
  c,
2362
2362
  u,
2363
2363
  a,
2364
2364
  d,
2365
- g,
2366
- b,
2367
- S,
2368
- E,
2365
+ m,
2366
+ p,
2369
2367
  _,
2370
- C,
2368
+ E,
2369
+ S,
2370
+ k,
2371
2371
  x,
2372
2372
  L,
2373
2373
  I,
2374
2374
  M,
2375
2375
  $,
2376
2376
  ct,
2377
- Ye,
2378
2377
  Xe,
2378
+ Ce,
2379
+ ft,
2379
2380
  Ke,
2380
- Pe,
2381
+ Te,
2381
2382
  Je,
2382
- ft,
2383
2383
  dt,
2384
2384
  ht,
2385
- zi,
2386
- Gi,
2387
- zt,
2388
- ji,
2385
+ gt,
2389
2386
  Zi,
2387
+ qi,
2388
+ jt,
2389
+ Qi,
2390
+ Hi,
2390
2391
  q,
2391
2392
  N,
2392
2393
  mt,
2393
2394
  n,
2394
2395
  o,
2395
2396
  r,
2396
- Yi,
2397
- Xi,
2398
- Ki,
2399
2397
  Ji,
2400
2398
  $i,
2401
2399
  en,
@@ -2405,16 +2403,19 @@ function pr(i, e, t) {
2405
2403
  on,
2406
2404
  sn,
2407
2405
  ln,
2408
- un
2406
+ un,
2407
+ an,
2408
+ cn,
2409
+ fn
2409
2410
  ];
2410
2411
  }
2411
- let vr = class extends Me {
2412
+ let _r = class extends Me {
2412
2413
  constructor(e) {
2413
2414
  super(), xe(
2414
2415
  this,
2415
2416
  e,
2416
- pr,
2417
- yr,
2417
+ wr,
2418
+ br,
2418
2419
  Se,
2419
2420
  {
2420
2421
  ZOOM_DEFAULTS: 25,
@@ -2448,18 +2449,19 @@ let vr = class extends Me {
2448
2449
  flyToSelected: 41,
2449
2450
  markerOnSelected: 42,
2450
2451
  types: 43,
2451
- excludeTypes: 44,
2452
- zoom: 45,
2453
- maxZoom: 46,
2454
- apiUrl: 47,
2455
- fetchParameters: 48,
2452
+ exhaustiveReverseGeocoding: 44,
2453
+ excludeTypes: 45,
2454
+ zoom: 46,
2455
+ maxZoom: 47,
2456
+ apiUrl: 48,
2457
+ fetchParameters: 49,
2456
2458
  iconsBaseUrl: 12,
2457
- adjustUrlQuery: 49,
2458
- focus: 50,
2459
- blur: 51,
2460
- setQuery: 52,
2461
- clearList: 53,
2462
- clearMap: 54
2459
+ adjustUrlQuery: 50,
2460
+ focus: 51,
2461
+ blur: 52,
2462
+ setQuery: 53,
2463
+ clearList: 54,
2464
+ clearMap: 55
2463
2465
  },
2464
2466
  null,
2465
2467
  [-1, -1, -1]
@@ -2469,26 +2471,26 @@ let vr = class extends Me {
2469
2471
  return this.$$.ctx[25];
2470
2472
  }
2471
2473
  get focus() {
2472
- return this.$$.ctx[50];
2474
+ return this.$$.ctx[51];
2473
2475
  }
2474
2476
  get blur() {
2475
- return this.$$.ctx[51];
2477
+ return this.$$.ctx[52];
2476
2478
  }
2477
2479
  get setQuery() {
2478
- return this.$$.ctx[52];
2480
+ return this.$$.ctx[53];
2479
2481
  }
2480
2482
  get clearList() {
2481
- return this.$$.ctx[53];
2483
+ return this.$$.ctx[54];
2482
2484
  }
2483
2485
  get clearMap() {
2484
- return this.$$.ctx[54];
2486
+ return this.$$.ctx[55];
2485
2487
  }
2486
2488
  };
2487
- function qe(i, e, t = {}) {
2489
+ function Qe(i, e, t = {}) {
2488
2490
  const n = { type: "Feature" };
2489
2491
  return (t.id === 0 || t.id) && (n.id = t.id), t.bbox && (n.bbox = t.bbox), n.properties = e || {}, n.geometry = i, n;
2490
2492
  }
2491
- function At(i, e, t = {}) {
2493
+ function Bt(i, e, t = {}) {
2492
2494
  for (const r of i) {
2493
2495
  if (r.length < 4)
2494
2496
  throw new Error(
@@ -2500,40 +2502,40 @@ function At(i, e, t = {}) {
2500
2502
  if (r[r.length - 1][o] !== r[0][o])
2501
2503
  throw new Error("First and last Position are not equivalent.");
2502
2504
  }
2503
- return qe({
2505
+ return Qe({
2504
2506
  type: "Polygon",
2505
2507
  coordinates: i
2506
2508
  }, e, t);
2507
2509
  }
2508
- function Qe(i, e = {}) {
2510
+ function He(i, e = {}) {
2509
2511
  const t = { type: "FeatureCollection" };
2510
2512
  return e.id && (t.id = e.id), e.bbox && (t.bbox = e.bbox), t.features = i, t;
2511
2513
  }
2512
- function Ii(i, e, t = {}) {
2513
- return qe({
2514
+ function Ai(i, e, t = {}) {
2515
+ return Qe({
2514
2516
  type: "MultiPolygon",
2515
2517
  coordinates: i
2516
2518
  }, e, t);
2517
2519
  }
2518
- function Oi(i, e, t) {
2520
+ function Bi(i, e, t) {
2519
2521
  if (i !== null)
2520
- for (var n, r, o, l, s, c, u, h = 0, a = 0, f, d = i.type, g = d === "FeatureCollection", p = d === "Feature", v = g ? i.features.length : 1, b = 0; b < v; b++) {
2521
- u = g ? i.features[b].geometry : p ? i.geometry : i, f = u ? u.type === "GeometryCollection" : !1, s = f ? u.geometries.length : 1;
2522
- for (var S = 0; S < s; S++) {
2523
- var E = 0, _ = 0;
2524
- if (l = f ? u.geometries[S] : u, l !== null) {
2522
+ for (var n, r, o, l, s, c, u, h = 0, a = 0, f, d = i.type, m = d === "FeatureCollection", v = d === "Feature", b = m ? i.features.length : 1, p = 0; p < b; p++) {
2523
+ u = m ? i.features[p].geometry : v ? i.geometry : i, f = u ? u.type === "GeometryCollection" : !1, s = f ? u.geometries.length : 1;
2524
+ for (var _ = 0; _ < s; _++) {
2525
+ var E = 0, S = 0;
2526
+ if (l = f ? u.geometries[_] : u, l !== null) {
2525
2527
  c = l.coordinates;
2526
- var C = l.type;
2527
- switch (h = 0, C) {
2528
+ var k = l.type;
2529
+ switch (h = 0, k) {
2528
2530
  case null:
2529
2531
  break;
2530
2532
  case "Point":
2531
2533
  if (e(
2532
2534
  c,
2533
2535
  a,
2534
- b,
2536
+ p,
2535
2537
  E,
2536
- _
2538
+ S
2537
2539
  ) === !1)
2538
2540
  return !1;
2539
2541
  a++, E++;
@@ -2544,14 +2546,14 @@ function Oi(i, e, t) {
2544
2546
  if (e(
2545
2547
  c[n],
2546
2548
  a,
2547
- b,
2549
+ p,
2548
2550
  E,
2549
- _
2551
+ S
2550
2552
  ) === !1)
2551
2553
  return !1;
2552
- a++, C === "MultiPoint" && E++;
2554
+ a++, k === "MultiPoint" && E++;
2553
2555
  }
2554
- C === "LineString" && E++;
2556
+ k === "LineString" && E++;
2555
2557
  break;
2556
2558
  case "Polygon":
2557
2559
  case "MultiLineString":
@@ -2560,39 +2562,39 @@ function Oi(i, e, t) {
2560
2562
  if (e(
2561
2563
  c[n][r],
2562
2564
  a,
2563
- b,
2565
+ p,
2564
2566
  E,
2565
- _
2567
+ S
2566
2568
  ) === !1)
2567
2569
  return !1;
2568
2570
  a++;
2569
2571
  }
2570
- C === "MultiLineString" && E++, C === "Polygon" && _++;
2572
+ k === "MultiLineString" && E++, k === "Polygon" && S++;
2571
2573
  }
2572
- C === "Polygon" && E++;
2574
+ k === "Polygon" && E++;
2573
2575
  break;
2574
2576
  case "MultiPolygon":
2575
2577
  for (n = 0; n < c.length; n++) {
2576
- for (_ = 0, r = 0; r < c[n].length; r++) {
2578
+ for (S = 0, r = 0; r < c[n].length; r++) {
2577
2579
  for (o = 0; o < c[n][r].length - h; o++) {
2578
2580
  if (e(
2579
2581
  c[n][r][o],
2580
2582
  a,
2581
- b,
2583
+ p,
2582
2584
  E,
2583
- _
2585
+ S
2584
2586
  ) === !1)
2585
2587
  return !1;
2586
2588
  a++;
2587
2589
  }
2588
- _++;
2590
+ S++;
2589
2591
  }
2590
2592
  E++;
2591
2593
  }
2592
2594
  break;
2593
2595
  case "GeometryCollection":
2594
2596
  for (n = 0; n < l.geometries.length; n++)
2595
- if (Oi(l.geometries[n], e) === !1)
2597
+ if (Bi(l.geometries[n], e) === !1)
2596
2598
  return !1;
2597
2599
  break;
2598
2600
  default:
@@ -2602,10 +2604,10 @@ function Oi(i, e, t) {
2602
2604
  }
2603
2605
  }
2604
2606
  }
2605
- function Bt(i, e) {
2606
- var t, n, r, o, l, s, c, u, h, a, f = 0, d = i.type === "FeatureCollection", g = i.type === "Feature", p = d ? i.features.length : 1;
2607
- for (t = 0; t < p; t++) {
2608
- for (s = d ? i.features[t].geometry : g ? i.geometry : i, u = d ? i.features[t].properties : g ? i.properties : {}, h = d ? i.features[t].bbox : g ? i.bbox : void 0, a = d ? i.features[t].id : g ? i.id : void 0, c = s ? s.type === "GeometryCollection" : !1, l = c ? s.geometries.length : 1, r = 0; r < l; r++) {
2607
+ function Dt(i, e) {
2608
+ var t, n, r, o, l, s, c, u, h, a, f = 0, d = i.type === "FeatureCollection", m = i.type === "Feature", v = d ? i.features.length : 1;
2609
+ for (t = 0; t < v; t++) {
2610
+ for (s = d ? i.features[t].geometry : m ? i.geometry : i, u = d ? i.features[t].properties : m ? i.properties : {}, h = d ? i.features[t].bbox : m ? i.bbox : void 0, a = d ? i.features[t].id : m ? i.id : void 0, c = s ? s.type === "GeometryCollection" : !1, l = c ? s.geometries.length : 1, r = 0; r < l; r++) {
2609
2611
  if (o = c ? s.geometries[r] : s, o === null) {
2610
2612
  if (e(
2611
2613
  null,
@@ -2653,8 +2655,8 @@ function Bt(i, e) {
2653
2655
  f++;
2654
2656
  }
2655
2657
  }
2656
- function br(i, e) {
2657
- Bt(i, function(t, n, r, o, l) {
2658
+ function Er(i, e) {
2659
+ Dt(i, function(t, n, r, o, l) {
2658
2660
  var s = t === null ? null : t.type;
2659
2661
  switch (s) {
2660
2662
  case null:
@@ -2662,7 +2664,7 @@ function br(i, e) {
2662
2664
  case "LineString":
2663
2665
  case "Polygon":
2664
2666
  return e(
2665
- qe(t, r, { bbox: o, id: l }),
2667
+ Qe(t, r, { bbox: o, id: l }),
2666
2668
  n,
2667
2669
  0
2668
2670
  ) === !1 ? !1 : void 0;
@@ -2684,28 +2686,28 @@ function br(i, e) {
2684
2686
  type: c,
2685
2687
  coordinates: h
2686
2688
  };
2687
- if (e(qe(a, r), n, u) === !1)
2689
+ if (e(Qe(a, r), n, u) === !1)
2688
2690
  return !1;
2689
2691
  }
2690
2692
  });
2691
2693
  }
2692
- function wr(i, e = {}) {
2694
+ function Lr(i, e = {}) {
2693
2695
  if (i.bbox != null && e.recompute !== !0)
2694
2696
  return i.bbox;
2695
2697
  const t = [1 / 0, 1 / 0, -1 / 0, -1 / 0];
2696
- return Oi(i, (n) => {
2698
+ return Bi(i, (n) => {
2697
2699
  t[0] > n[0] && (t[0] = n[0]), t[1] > n[1] && (t[1] = n[1]), t[2] < n[0] && (t[2] = n[0]), t[3] < n[1] && (t[3] = n[1]);
2698
2700
  }), t;
2699
2701
  }
2700
- var Nt = wr;
2701
- function _r(i) {
2702
+ var Pt = Lr;
2703
+ function Sr(i) {
2702
2704
  if (!i)
2703
2705
  throw new Error("geojson is required");
2704
2706
  switch (i.type) {
2705
2707
  case "Feature":
2706
- return Wi(i);
2708
+ return Di(i);
2707
2709
  case "FeatureCollection":
2708
- return Er(i);
2710
+ return xr(i);
2709
2711
  case "Point":
2710
2712
  case "LineString":
2711
2713
  case "Polygon":
@@ -2713,12 +2715,12 @@ function _r(i) {
2713
2715
  case "MultiLineString":
2714
2716
  case "MultiPolygon":
2715
2717
  case "GeometryCollection":
2716
- return Dt(i);
2718
+ return Ut(i);
2717
2719
  default:
2718
2720
  throw new Error("unknown GeoJSON type");
2719
2721
  }
2720
2722
  }
2721
- function Wi(i) {
2723
+ function Di(i) {
2722
2724
  const e = { type: "Feature" };
2723
2725
  return Object.keys(i).forEach((t) => {
2724
2726
  switch (t) {
@@ -2729,16 +2731,16 @@ function Wi(i) {
2729
2731
  default:
2730
2732
  e[t] = i[t];
2731
2733
  }
2732
- }), e.properties = Ai(i.properties), i.geometry == null ? e.geometry = null : e.geometry = Dt(i.geometry), e;
2734
+ }), e.properties = Ui(i.properties), i.geometry == null ? e.geometry = null : e.geometry = Ut(i.geometry), e;
2733
2735
  }
2734
- function Ai(i) {
2736
+ function Ui(i) {
2735
2737
  const e = {};
2736
2738
  return i && Object.keys(i).forEach((t) => {
2737
2739
  const n = i[t];
2738
- typeof n == "object" ? n === null ? e[t] = null : Array.isArray(n) ? e[t] = n.map((r) => r) : e[t] = Ai(n) : e[t] = n;
2740
+ typeof n == "object" ? n === null ? e[t] = null : Array.isArray(n) ? e[t] = n.map((r) => r) : e[t] = Ui(n) : e[t] = n;
2739
2741
  }), e;
2740
2742
  }
2741
- function Er(i) {
2743
+ function xr(i) {
2742
2744
  const e = { type: "FeatureCollection" };
2743
2745
  return Object.keys(i).forEach((t) => {
2744
2746
  switch (t) {
@@ -2748,17 +2750,17 @@ function Er(i) {
2748
2750
  default:
2749
2751
  e[t] = i[t];
2750
2752
  }
2751
- }), e.features = i.features.map((t) => Wi(t)), e;
2753
+ }), e.features = i.features.map((t) => Di(t)), e;
2752
2754
  }
2753
- function Dt(i) {
2755
+ function Ut(i) {
2754
2756
  const e = { type: i.type };
2755
- return i.bbox && (e.bbox = i.bbox), i.type === "GeometryCollection" ? (e.geometries = i.geometries.map((t) => Dt(t)), e) : (e.coordinates = Bi(i.coordinates), e);
2757
+ return i.bbox && (e.bbox = i.bbox), i.type === "GeometryCollection" ? (e.geometries = i.geometries.map((t) => Ut(t)), e) : (e.coordinates = Fi(i.coordinates), e);
2756
2758
  }
2757
- function Bi(i) {
2759
+ function Fi(i) {
2758
2760
  const e = i;
2759
- return typeof e[0] != "object" ? e.slice() : e.map((t) => Bi(t));
2761
+ return typeof e[0] != "object" ? e.slice() : e.map((t) => Fi(t));
2760
2762
  }
2761
- var Lr = _r;
2763
+ var Mr = Sr;
2762
2764
  /**
2763
2765
  * splaytree v3.1.2
2764
2766
  * Fast Splay tree for Node and browser
@@ -2781,7 +2783,7 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
2781
2783
  See the Apache Version 2.0 License for specific language governing permissions
2782
2784
  and limitations under the License.
2783
2785
  ***************************************************************************** */
2784
- function Sr(i, e) {
2786
+ function Cr(i, e) {
2785
2787
  var t = { label: 0, sent: function() {
2786
2788
  if (o[0] & 1) throw o[1];
2787
2789
  return o[1];
@@ -2850,7 +2852,7 @@ var Le = (
2850
2852
  return i;
2851
2853
  }()
2852
2854
  );
2853
- function xr(i, e) {
2855
+ function kr(i, e) {
2854
2856
  return i > e ? 1 : i < e ? -1 : 0;
2855
2857
  }
2856
2858
  function ve(i, e, t) {
@@ -2879,7 +2881,7 @@ function ve(i, e, t) {
2879
2881
  }
2880
2882
  return r.right = e.left, o.left = e.right, e.left = n.right, e.right = n.left, e;
2881
2883
  }
2882
- function St(i, e, t, n) {
2884
+ function xt(i, e, t, n) {
2883
2885
  var r = new Le(i, e);
2884
2886
  if (t === null)
2885
2887
  return r.left = r.right = null, r;
@@ -2887,7 +2889,7 @@ function St(i, e, t, n) {
2887
2889
  var o = n(i, t.key);
2888
2890
  return o < 0 ? (r.left = t.left, r.right = t, t.left = null) : o >= 0 && (r.right = t.right, r.left = t, t.right = null), r;
2889
2891
  }
2890
- function ci(i, e, t) {
2892
+ function di(i, e, t) {
2891
2893
  var n = null, r = null;
2892
2894
  if (e) {
2893
2895
  e = ve(i, e, t);
@@ -2896,25 +2898,25 @@ function ci(i, e, t) {
2896
2898
  }
2897
2899
  return { left: n, right: r };
2898
2900
  }
2899
- function Mr(i, e, t) {
2901
+ function Nr(i, e, t) {
2900
2902
  return e === null ? i : (i === null || (e = ve(i.key, e, t), e.left = i), e);
2901
2903
  }
2902
- function Pt(i, e, t, n, r) {
2904
+ function Tt(i, e, t, n, r) {
2903
2905
  if (i) {
2904
2906
  n("" + e + (t ? "└── " : "├── ") + r(i) + `
2905
2907
  `);
2906
2908
  var o = e + (t ? " " : "│ ");
2907
- i.left && Pt(i.left, o, !1, n, r), i.right && Pt(i.right, o, !0, n, r);
2909
+ i.left && Tt(i.left, o, !1, n, r), i.right && Tt(i.right, o, !0, n, r);
2908
2910
  }
2909
2911
  }
2910
- var Ut = (
2912
+ var Ft = (
2911
2913
  /** @class */
2912
2914
  function() {
2913
2915
  function i(e) {
2914
- e === void 0 && (e = xr), this._root = null, this._size = 0, this._comparator = e;
2916
+ e === void 0 && (e = kr), this._root = null, this._size = 0, this._comparator = e;
2915
2917
  }
2916
2918
  return i.prototype.insert = function(e, t) {
2917
- return this._size++, this._root = St(e, t, this._root, this._comparator);
2919
+ return this._size++, this._root = xt(e, t, this._root, this._comparator);
2918
2920
  }, i.prototype.add = function(e, t) {
2919
2921
  var n = new Le(e, t);
2920
2922
  this._root === null && (n.left = n.right = null, this._size++, this._root = n);
@@ -3039,15 +3041,15 @@ var Ut = (
3039
3041
  }, i.prototype.clear = function() {
3040
3042
  return this._root = null, this._size = 0, this;
3041
3043
  }, i.prototype.toList = function() {
3042
- return kr(this._root);
3044
+ return Tr(this._root);
3043
3045
  }, i.prototype.load = function(e, t, n) {
3044
3046
  t === void 0 && (t = []), n === void 0 && (n = !1);
3045
3047
  var r = e.length, o = this._comparator;
3046
- if (n && It(e, t, 0, r - 1, o), this._root === null)
3047
- this._root = Tt(e, t, 0, r), this._size = r;
3048
+ if (n && Ot(e, t, 0, r - 1, o), this._root === null)
3049
+ this._root = Rt(e, t, 0, r), this._size = r;
3048
3050
  else {
3049
- var l = Nr(this.toList(), Cr(e, t), o);
3050
- r = this._size + r, this._root = Rt({ head: l }, 0, r);
3051
+ var l = Rr(this.toList(), Pr(e, t), o);
3052
+ r = this._size + r, this._root = It({ head: l }, 0, r);
3051
3053
  }
3052
3054
  return this;
3053
3055
  }, i.prototype.isEmpty = function() {
@@ -3069,17 +3071,17 @@ var Ut = (
3069
3071
  return String(n.key);
3070
3072
  });
3071
3073
  var t = [];
3072
- return Pt(this._root, "", !0, function(n) {
3074
+ return Tt(this._root, "", !0, function(n) {
3073
3075
  return t.push(n);
3074
3076
  }, e), t.join("");
3075
3077
  }, i.prototype.update = function(e, t, n) {
3076
- var r = this._comparator, o = ci(e, this._root, r), l = o.left, s = o.right;
3077
- r(e, t) < 0 ? s = St(t, n, s, r) : l = St(t, n, l, r), this._root = Mr(l, s, r);
3078
+ var r = this._comparator, o = di(e, this._root, r), l = o.left, s = o.right;
3079
+ r(e, t) < 0 ? s = xt(t, n, s, r) : l = xt(t, n, l, r), this._root = Nr(l, s, r);
3078
3080
  }, i.prototype.split = function(e) {
3079
- return ci(e, this._root, this._comparator);
3081
+ return di(e, this._root, this._comparator);
3080
3082
  }, i.prototype[Symbol.iterator] = function() {
3081
3083
  var e, t, n;
3082
- return Sr(this, function(r) {
3084
+ return Cr(this, function(r) {
3083
3085
  switch (r.label) {
3084
3086
  case 0:
3085
3087
  e = this._root, t = [], n = !1, r.label = 1;
@@ -3103,38 +3105,38 @@ var Ut = (
3103
3105
  }, i;
3104
3106
  }()
3105
3107
  );
3106
- function Tt(i, e, t, n) {
3108
+ function Rt(i, e, t, n) {
3107
3109
  var r = n - t;
3108
3110
  if (r > 0) {
3109
3111
  var o = t + Math.floor(r / 2), l = i[o], s = e[o], c = new Le(l, s);
3110
- return c.left = Tt(i, e, t, o), c.right = Tt(i, e, o + 1, n), c;
3112
+ return c.left = Rt(i, e, t, o), c.right = Rt(i, e, o + 1, n), c;
3111
3113
  }
3112
3114
  return null;
3113
3115
  }
3114
- function Cr(i, e) {
3116
+ function Pr(i, e) {
3115
3117
  for (var t = new Le(null, null), n = t, r = 0; r < i.length; r++)
3116
3118
  n = n.next = new Le(i[r], e[r]);
3117
3119
  return n.next = null, t.next;
3118
3120
  }
3119
- function kr(i) {
3121
+ function Tr(i) {
3120
3122
  for (var e = i, t = [], n = !1, r = new Le(null, null), o = r; !n; )
3121
3123
  e ? (t.push(e), e = e.left) : t.length > 0 ? (e = o = o.next = t.pop(), e = e.right) : n = !0;
3122
3124
  return o.next = null, r.next;
3123
3125
  }
3124
- function Rt(i, e, t) {
3126
+ function It(i, e, t) {
3125
3127
  var n = t - e;
3126
3128
  if (n > 0) {
3127
- var r = e + Math.floor(n / 2), o = Rt(i, e, r), l = i.head;
3128
- return l.left = o, i.head = i.head.next, l.right = Rt(i, r + 1, t), l;
3129
+ var r = e + Math.floor(n / 2), o = It(i, e, r), l = i.head;
3130
+ return l.left = o, i.head = i.head.next, l.right = It(i, r + 1, t), l;
3129
3131
  }
3130
3132
  return null;
3131
3133
  }
3132
- function Nr(i, e, t) {
3134
+ function Rr(i, e, t) {
3133
3135
  for (var n = new Le(null, null), r = n, o = i, l = e; o !== null && l !== null; )
3134
3136
  t(o.key, l.key) < 0 ? (r.next = o, o = o.next) : (r.next = l, l = l.next), r = r.next;
3135
3137
  return o !== null ? r.next = o : l !== null && (r.next = l), n.next;
3136
3138
  }
3137
- function It(i, e, t, n, r) {
3139
+ function Ot(i, e, t, n, r) {
3138
3140
  if (!(t >= n)) {
3139
3141
  for (var o = i[t + n >> 1], l = t - 1, s = n + 1; ; ) {
3140
3142
  do
@@ -3148,11 +3150,11 @@ function It(i, e, t, n, r) {
3148
3150
  var c = i[l];
3149
3151
  i[l] = i[s], i[s] = c, c = e[l], e[l] = e[s], e[s] = c;
3150
3152
  }
3151
- It(i, e, t, s, r), It(i, e, s + 1, n, r);
3153
+ Ot(i, e, t, s, r), Ot(i, e, s + 1, n, r);
3152
3154
  }
3153
3155
  }
3154
- const he = 11102230246251565e-32, Y = 134217729, Pr = (3 + 8 * he) * he;
3155
- function xt(i, e, t, n, r) {
3156
+ const he = 11102230246251565e-32, Y = 134217729, Ir = (3 + 8 * he) * he;
3157
+ function Mt(i, e, t, n, r) {
3156
3158
  let o, l, s, c, u = e[0], h = n[0], a = 0, f = 0;
3157
3159
  h > u == h > -u ? (o = u, u = e[++a]) : (o = h, h = n[++f]);
3158
3160
  let d = 0;
@@ -3165,34 +3167,34 @@ function xt(i, e, t, n, r) {
3165
3167
  l = o + h, c = l - o, s = o - (l - c) + (h - c), h = n[++f], o = l, s !== 0 && (r[d++] = s);
3166
3168
  return (o !== 0 || d === 0) && (r[d++] = o), d;
3167
3169
  }
3168
- function Tr(i, e) {
3170
+ function Or(i, e) {
3169
3171
  let t = e[0];
3170
3172
  for (let n = 1; n < i; n++) t += e[n];
3171
3173
  return t;
3172
3174
  }
3173
- function Ve(i) {
3175
+ function Ye(i) {
3174
3176
  return new Float64Array(i);
3175
3177
  }
3176
- const Rr = (3 + 16 * he) * he, Ir = (2 + 12 * he) * he, Or = (9 + 64 * he) * he * he, Oe = Ve(4), fi = Ve(8), di = Ve(12), hi = Ve(16), K = Ve(4);
3177
- function Wr(i, e, t, n, r, o, l) {
3178
- let s, c, u, h, a, f, d, g, p, v, b, S, E, _, C, x, L, w;
3179
- const k = i - r, I = t - r, D = e - o, z = n - o;
3180
- _ = k * z, f = Y * k, d = f - (f - k), g = k - d, f = Y * z, p = f - (f - z), v = z - p, C = g * v - (_ - d * p - g * p - d * v), x = D * I, f = Y * D, d = f - (f - D), g = D - d, f = Y * I, p = f - (f - I), v = I - p, L = g * v - (x - d * p - g * p - d * v), b = C - L, a = C - b, Oe[0] = C - (b + a) + (a - L), S = _ + b, a = S - _, E = _ - (S - a) + (b - a), b = E - x, a = E - b, Oe[1] = E - (b + a) + (a - x), w = S + b, a = w - S, Oe[2] = S - (w - a) + (b - a), Oe[3] = w;
3181
- let O = Tr(4, Oe), M = Ir * l;
3182
- if (O >= M || -O >= M || (a = i - k, s = i - (k + a) + (a - r), a = t - I, u = t - (I + a) + (a - r), a = e - D, c = e - (D + a) + (a - o), a = n - z, h = n - (z + a) + (a - o), s === 0 && c === 0 && u === 0 && h === 0) || (M = Or * l + Pr * Math.abs(O), O += k * h + z * s - (D * u + I * c), O >= M || -O >= M)) return O;
3183
- _ = s * z, f = Y * s, d = f - (f - s), g = s - d, f = Y * z, p = f - (f - z), v = z - p, C = g * v - (_ - d * p - g * p - d * v), x = c * I, f = Y * c, d = f - (f - c), g = c - d, f = Y * I, p = f - (f - I), v = I - p, L = g * v - (x - d * p - g * p - d * v), b = C - L, a = C - b, K[0] = C - (b + a) + (a - L), S = _ + b, a = S - _, E = _ - (S - a) + (b - a), b = E - x, a = E - b, K[1] = E - (b + a) + (a - x), w = S + b, a = w - S, K[2] = S - (w - a) + (b - a), K[3] = w;
3184
- const G = xt(4, Oe, 4, K, fi);
3185
- _ = k * h, f = Y * k, d = f - (f - k), g = k - d, f = Y * h, p = f - (f - h), v = h - p, C = g * v - (_ - d * p - g * p - d * v), x = D * u, f = Y * D, d = f - (f - D), g = D - d, f = Y * u, p = f - (f - u), v = u - p, L = g * v - (x - d * p - g * p - d * v), b = C - L, a = C - b, K[0] = C - (b + a) + (a - L), S = _ + b, a = S - _, E = _ - (S - a) + (b - a), b = E - x, a = E - b, K[1] = E - (b + a) + (a - x), w = S + b, a = w - S, K[2] = S - (w - a) + (b - a), K[3] = w;
3186
- const $ = xt(G, fi, 4, K, di);
3187
- _ = s * h, f = Y * s, d = f - (f - s), g = s - d, f = Y * h, p = f - (f - h), v = h - p, C = g * v - (_ - d * p - g * p - d * v), x = c * u, f = Y * c, d = f - (f - c), g = c - d, f = Y * u, p = f - (f - u), v = u - p, L = g * v - (x - d * p - g * p - d * v), b = C - L, a = C - b, K[0] = C - (b + a) + (a - L), S = _ + b, a = S - _, E = _ - (S - a) + (b - a), b = E - x, a = E - b, K[1] = E - (b + a) + (a - x), w = S + b, a = w - S, K[2] = S - (w - a) + (b - a), K[3] = w;
3188
- const oe = xt($, di, 4, K, hi);
3189
- return hi[oe - 1];
3190
- }
3191
- function Ar(i, e, t, n, r, o) {
3178
+ const Wr = (3 + 16 * he) * he, Ar = (2 + 12 * he) * he, Br = (9 + 64 * he) * he * he, We = Ye(4), hi = Ye(8), gi = Ye(12), mi = Ye(16), K = Ye(4);
3179
+ function Dr(i, e, t, n, r, o, l) {
3180
+ let s, c, u, h, a, f, d, m, v, b, p, _, E, S, k, x, L, w;
3181
+ const C = i - r, I = t - r, D = e - o, G = n - o;
3182
+ S = C * G, f = Y * C, d = f - (f - C), m = C - d, f = Y * G, v = f - (f - G), b = G - v, k = m * b - (S - d * v - m * v - d * b), x = D * I, f = Y * D, d = f - (f - D), m = D - d, f = Y * I, v = f - (f - I), b = I - v, L = m * b - (x - d * v - m * v - d * b), p = k - L, a = k - p, We[0] = k - (p + a) + (a - L), _ = S + p, a = _ - S, E = S - (_ - a) + (p - a), p = E - x, a = E - p, We[1] = E - (p + a) + (a - x), w = _ + p, a = w - _, We[2] = _ - (w - a) + (p - a), We[3] = w;
3183
+ let O = Or(4, We), M = Ar * l;
3184
+ if (O >= M || -O >= M || (a = i - C, s = i - (C + a) + (a - r), a = t - I, u = t - (I + a) + (a - r), a = e - D, c = e - (D + a) + (a - o), a = n - G, h = n - (G + a) + (a - o), s === 0 && c === 0 && u === 0 && h === 0) || (M = Br * l + Ir * Math.abs(O), O += C * h + G * s - (D * u + I * c), O >= M || -O >= M)) return O;
3185
+ S = s * G, f = Y * s, d = f - (f - s), m = s - d, f = Y * G, v = f - (f - G), b = G - v, k = m * b - (S - d * v - m * v - d * b), x = c * I, f = Y * c, d = f - (f - c), m = c - d, f = Y * I, v = f - (f - I), b = I - v, L = m * b - (x - d * v - m * v - d * b), p = k - L, a = k - p, K[0] = k - (p + a) + (a - L), _ = S + p, a = _ - S, E = S - (_ - a) + (p - a), p = E - x, a = E - p, K[1] = E - (p + a) + (a - x), w = _ + p, a = w - _, K[2] = _ - (w - a) + (p - a), K[3] = w;
3186
+ const z = Mt(4, We, 4, K, hi);
3187
+ S = C * h, f = Y * C, d = f - (f - C), m = C - d, f = Y * h, v = f - (f - h), b = h - v, k = m * b - (S - d * v - m * v - d * b), x = D * u, f = Y * D, d = f - (f - D), m = D - d, f = Y * u, v = f - (f - u), b = u - v, L = m * b - (x - d * v - m * v - d * b), p = k - L, a = k - p, K[0] = k - (p + a) + (a - L), _ = S + p, a = _ - S, E = S - (_ - a) + (p - a), p = E - x, a = E - p, K[1] = E - (p + a) + (a - x), w = _ + p, a = w - _, K[2] = _ - (w - a) + (p - a), K[3] = w;
3188
+ const $ = Mt(z, hi, 4, K, gi);
3189
+ S = s * h, f = Y * s, d = f - (f - s), m = s - d, f = Y * h, v = f - (f - h), b = h - v, k = m * b - (S - d * v - m * v - d * b), x = c * u, f = Y * c, d = f - (f - c), m = c - d, f = Y * u, v = f - (f - u), b = u - v, L = m * b - (x - d * v - m * v - d * b), p = k - L, a = k - p, K[0] = k - (p + a) + (a - L), _ = S + p, a = _ - S, E = S - (_ - a) + (p - a), p = E - x, a = E - p, K[1] = E - (p + a) + (a - x), w = _ + p, a = w - _, K[2] = _ - (w - a) + (p - a), K[3] = w;
3190
+ const se = Mt($, gi, 4, K, mi);
3191
+ return mi[se - 1];
3192
+ }
3193
+ function Ur(i, e, t, n, r, o) {
3192
3194
  const l = (e - o) * (t - r), s = (i - r) * (n - o), c = l - s, u = Math.abs(l + s);
3193
- return Math.abs(c) >= Rr * u ? c : -Wr(i, e, t, n, r, o, u);
3195
+ return Math.abs(c) >= Wr * u ? c : -Dr(i, e, t, n, r, o, u);
3194
3196
  }
3195
- const Fe = (i, e) => i.ll.x <= e.x && e.x <= i.ur.x && i.ll.y <= e.y && e.y <= i.ur.y, Ot = (i, e) => {
3197
+ const Ge = (i, e) => i.ll.x <= e.x && e.x <= i.ur.x && i.ll.y <= e.y && e.y <= i.ur.y, Wt = (i, e) => {
3196
3198
  if (e.ur.x < i.ll.x || i.ur.x < e.ll.x || e.ur.y < i.ll.y || i.ur.y < e.ll.y) return null;
3197
3199
  const t = i.ll.x < e.ll.x ? e.ll.x : i.ll.x, n = i.ur.x < e.ur.x ? i.ur.x : e.ur.x, r = i.ll.y < e.ll.y ? e.ll.y : i.ll.y, o = i.ur.y < e.ur.y ? i.ur.y : e.ur.y;
3198
3200
  return {
@@ -3208,18 +3210,18 @@ const Fe = (i, e) => i.ll.x <= e.x && e.x <= i.ur.x && i.ll.y <= e.y && e.y <= i
3208
3210
  };
3209
3211
  let be = Number.EPSILON;
3210
3212
  be === void 0 && (be = Math.pow(2, -52));
3211
- const Br = be * be, mi = (i, e) => {
3213
+ const Fr = be * be, yi = (i, e) => {
3212
3214
  if (-be < i && i < be && -be < e && e < be)
3213
3215
  return 0;
3214
3216
  const t = i - e;
3215
- return t * t < Br * i * e ? 0 : i < e ? -1 : 1;
3217
+ return t * t < Fr * i * e ? 0 : i < e ? -1 : 1;
3216
3218
  };
3217
- class Dr {
3219
+ class Gr {
3218
3220
  constructor() {
3219
3221
  this.reset();
3220
3222
  }
3221
3223
  reset() {
3222
- this.xRounder = new gi(), this.yRounder = new gi();
3224
+ this.xRounder = new pi(), this.yRounder = new pi();
3223
3225
  }
3224
3226
  round(e, t) {
3225
3227
  return {
@@ -3228,9 +3230,9 @@ class Dr {
3228
3230
  };
3229
3231
  }
3230
3232
  }
3231
- class gi {
3233
+ class pi {
3232
3234
  constructor() {
3233
- this.tree = new Ut(), this.round(0);
3235
+ this.tree = new Ft(), this.round(0);
3234
3236
  }
3235
3237
  // Note: this can rounds input values backwards or forwards.
3236
3238
  // You might ask, why not restrict this to just rounding
@@ -3241,16 +3243,16 @@ class gi {
3241
3243
  // angle for t-intersections).
3242
3244
  round(e) {
3243
3245
  const t = this.tree.add(e), n = this.tree.prev(t);
3244
- if (n !== null && mi(t.key, n.key) === 0)
3246
+ if (n !== null && yi(t.key, n.key) === 0)
3245
3247
  return this.tree.remove(e), n.key;
3246
3248
  const r = this.tree.next(t);
3247
- return r !== null && mi(t.key, r.key) === 0 ? (this.tree.remove(e), r.key) : e;
3249
+ return r !== null && yi(t.key, r.key) === 0 ? (this.tree.remove(e), r.key) : e;
3248
3250
  }
3249
3251
  }
3250
- const He = new Dr(), lt = (i, e) => i.x * e.y - i.y * e.x, Di = (i, e) => i.x * e.x + i.y * e.y, yi = (i, e, t) => {
3251
- const n = Ar(i.x, i.y, e.x, e.y, t.x, t.y);
3252
+ const Ve = new Gr(), lt = (i, e) => i.x * e.y - i.y * e.x, Gi = (i, e) => i.x * e.x + i.y * e.y, vi = (i, e, t) => {
3253
+ const n = Ur(i.x, i.y, e.x, e.y, t.x, t.y);
3252
3254
  return n > 0 ? -1 : n < 0 ? 1 : 0;
3253
- }, ut = (i) => Math.sqrt(Di(i, i)), Ur = (i, e, t) => {
3255
+ }, ut = (i) => Math.sqrt(Gi(i, i)), zr = (i, e, t) => {
3254
3256
  const n = {
3255
3257
  x: e.x - i.x,
3256
3258
  y: e.y - i.y
@@ -3259,7 +3261,7 @@ const He = new Dr(), lt = (i, e) => i.x * e.y - i.y * e.x, Di = (i, e) => i.x *
3259
3261
  y: t.y - i.y
3260
3262
  };
3261
3263
  return lt(r, n) / ut(r) / ut(n);
3262
- }, Fr = (i, e, t) => {
3264
+ }, jr = (i, e, t) => {
3263
3265
  const n = {
3264
3266
  x: e.x - i.x,
3265
3267
  y: e.y - i.y
@@ -3267,18 +3269,18 @@ const He = new Dr(), lt = (i, e) => i.x * e.y - i.y * e.x, Di = (i, e) => i.x *
3267
3269
  x: t.x - i.x,
3268
3270
  y: t.y - i.y
3269
3271
  };
3270
- return Di(r, n) / ut(r) / ut(n);
3271
- }, pi = (i, e, t) => e.y === 0 ? null : {
3272
+ return Gi(r, n) / ut(r) / ut(n);
3273
+ }, bi = (i, e, t) => e.y === 0 ? null : {
3272
3274
  x: i.x + e.x / e.y * (t - i.y),
3273
3275
  y: t
3274
- }, vi = (i, e, t) => e.x === 0 ? null : {
3276
+ }, wi = (i, e, t) => e.x === 0 ? null : {
3275
3277
  x: t,
3276
3278
  y: i.y + e.y / e.x * (t - i.x)
3277
- }, zr = (i, e, t, n) => {
3278
- if (e.x === 0) return vi(t, n, i.x);
3279
- if (n.x === 0) return vi(i, e, t.x);
3280
- if (e.y === 0) return pi(t, n, i.y);
3281
- if (n.y === 0) return pi(i, e, t.y);
3279
+ }, Zr = (i, e, t, n) => {
3280
+ if (e.x === 0) return wi(t, n, i.x);
3281
+ if (n.x === 0) return wi(i, e, t.x);
3282
+ if (e.y === 0) return bi(t, n, i.y);
3283
+ if (n.y === 0) return bi(i, e, t.y);
3282
3284
  const r = lt(e, n);
3283
3285
  if (r == 0) return null;
3284
3286
  const o = {
@@ -3349,8 +3351,8 @@ class ne {
3349
3351
  const t = /* @__PURE__ */ new Map(), n = (r) => {
3350
3352
  const o = r.otherSE;
3351
3353
  t.set(r, {
3352
- sine: Ur(this.point, e.point, o.point),
3353
- cosine: Fr(this.point, e.point, o.point)
3354
+ sine: zr(this.point, e.point, o.point),
3355
+ cosine: jr(this.point, e.point, o.point)
3354
3356
  });
3355
3357
  };
3356
3358
  return (r, o) => {
@@ -3366,7 +3368,7 @@ class ne {
3366
3368
  };
3367
3369
  }
3368
3370
  }
3369
- let Gr = 0;
3371
+ let qr = 0;
3370
3372
  class we {
3371
3373
  /* This compare() function is for ordering segments in the sweep
3372
3374
  * line tree, and does so according to the following criteria:
@@ -3415,16 +3417,16 @@ class we {
3415
3417
  if (a > 0) return -1;
3416
3418
  }
3417
3419
  if (o !== l) {
3418
- const a = u - s, f = o - n, d = h - c, g = l - r;
3419
- if (a > f && d < g) return 1;
3420
- if (a < f && d > g) return -1;
3420
+ const a = u - s, f = o - n, d = h - c, m = l - r;
3421
+ if (a > f && d < m) return 1;
3422
+ if (a < f && d > m) return -1;
3421
3423
  }
3422
3424
  return o > l ? 1 : o < l || u < h ? -1 : u > h ? 1 : e.id < t.id ? -1 : e.id > t.id ? 1 : 0;
3423
3425
  }
3424
3426
  /* Warning: a reference to ringWindings input will be stored,
3425
3427
  * and possibly will be later modified */
3426
3428
  constructor(e, t, n, r) {
3427
- this.id = ++Gr, this.leftSE = e, e.segment = this, e.otherSE = t, this.rightSE = t, t.segment = this, t.otherSE = e, this.rings = n, this.windings = r;
3429
+ this.id = ++qr, this.leftSE = e, e.segment = this, e.otherSE = t, this.rightSE = t, t.segment = this, t.otherSE = e, this.rings = n, this.windings = r;
3428
3430
  }
3429
3431
  static fromRing(e, t, n) {
3430
3432
  let r, o, l;
@@ -3503,9 +3505,9 @@ class we {
3503
3505
  * Else, return null.
3504
3506
  */
3505
3507
  getIntersection(e) {
3506
- const t = this.bbox(), n = e.bbox(), r = Ot(t, n);
3508
+ const t = this.bbox(), n = e.bbox(), r = Wt(t, n);
3507
3509
  if (r === null) return null;
3508
- const o = this.leftSE.point, l = this.rightSE.point, s = e.leftSE.point, c = e.rightSE.point, u = Fe(t, s) && this.comparePoint(s) === 0, h = Fe(n, o) && e.comparePoint(o) === 0, a = Fe(t, c) && this.comparePoint(c) === 0, f = Fe(n, l) && e.comparePoint(l) === 0;
3510
+ const o = this.leftSE.point, l = this.rightSE.point, s = e.leftSE.point, c = e.rightSE.point, u = Ge(t, s) && this.comparePoint(s) === 0, h = Ge(n, o) && e.comparePoint(o) === 0, a = Ge(t, c) && this.comparePoint(c) === 0, f = Ge(n, l) && e.comparePoint(l) === 0;
3509
3511
  if (h && u)
3510
3512
  return f && !a ? l : !f && a ? c : null;
3511
3513
  if (h)
@@ -3515,8 +3517,8 @@ class we {
3515
3517
  if (f && a) return null;
3516
3518
  if (f) return l;
3517
3519
  if (a) return c;
3518
- const d = zr(o, this.vector(), s, e.vector());
3519
- return d === null || !Fe(r, d) ? null : He.round(d.x, d.y);
3520
+ const d = Zr(o, this.vector(), s, e.vector());
3521
+ return d === null || !Ge(r, d) ? null : Ve.round(d.x, d.y);
3520
3522
  }
3521
3523
  /**
3522
3524
  * Split the given segment into multiple segments on the given points.
@@ -3619,7 +3621,7 @@ class we {
3619
3621
  if (this.consumedBy) return !1;
3620
3622
  if (this._isInResult !== void 0) return this._isInResult;
3621
3623
  const e = this.beforeState().multiPolys, t = this.afterState().multiPolys;
3622
- switch (le.type) {
3624
+ switch (ue.type) {
3623
3625
  case "union": {
3624
3626
  const n = e.length === 0, r = t.length === 0;
3625
3627
  this._isInResult = n !== r;
@@ -3627,7 +3629,7 @@ class we {
3627
3629
  }
3628
3630
  case "intersection": {
3629
3631
  let n, r;
3630
- e.length < t.length ? (n = e.length, r = t.length) : (n = t.length, r = e.length), this._isInResult = r === le.numMultiPolys && n < r;
3632
+ e.length < t.length ? (n = e.length, r = t.length) : (n = t.length, r = e.length), this._isInResult = r === ue.numMultiPolys && n < r;
3631
3633
  break;
3632
3634
  }
3633
3635
  case "xor": {
@@ -3641,18 +3643,18 @@ class we {
3641
3643
  break;
3642
3644
  }
3643
3645
  default:
3644
- throw new Error(`Unrecognized operation type found ${le.type}`);
3646
+ throw new Error(`Unrecognized operation type found ${ue.type}`);
3645
3647
  }
3646
3648
  return this._isInResult;
3647
3649
  }
3648
3650
  }
3649
- class bi {
3651
+ class _i {
3650
3652
  constructor(e, t, n) {
3651
3653
  if (!Array.isArray(e) || e.length === 0)
3652
3654
  throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
3653
3655
  if (this.poly = t, this.isExterior = n, this.segments = [], typeof e[0][0] != "number" || typeof e[0][1] != "number")
3654
3656
  throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
3655
- const r = He.round(e[0][0], e[0][1]);
3657
+ const r = Ve.round(e[0][0], e[0][1]);
3656
3658
  this.bbox = {
3657
3659
  ll: {
3658
3660
  x: r.x,
@@ -3667,7 +3669,7 @@ class bi {
3667
3669
  for (let l = 1, s = e.length; l < s; l++) {
3668
3670
  if (typeof e[l][0] != "number" || typeof e[l][1] != "number")
3669
3671
  throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
3670
- let c = He.round(e[l][0], e[l][1]);
3672
+ let c = Ve.round(e[l][0], e[l][1]);
3671
3673
  c.x === o.x && c.y === o.y || (this.segments.push(we.fromRing(o, c, this)), c.x < this.bbox.ll.x && (this.bbox.ll.x = c.x), c.y < this.bbox.ll.y && (this.bbox.ll.y = c.y), c.x > this.bbox.ur.x && (this.bbox.ur.x = c.x), c.y > this.bbox.ur.y && (this.bbox.ur.y = c.y), o = c);
3672
3674
  }
3673
3675
  (r.x !== o.x || r.y !== o.y) && this.segments.push(we.fromRing(o, r, this));
@@ -3681,11 +3683,11 @@ class bi {
3681
3683
  return e;
3682
3684
  }
3683
3685
  }
3684
- class jr {
3686
+ class Qr {
3685
3687
  constructor(e, t) {
3686
3688
  if (!Array.isArray(e))
3687
3689
  throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
3688
- this.exteriorRing = new bi(e[0], this, !0), this.bbox = {
3690
+ this.exteriorRing = new _i(e[0], this, !0), this.bbox = {
3689
3691
  ll: {
3690
3692
  x: this.exteriorRing.bbox.ll.x,
3691
3693
  y: this.exteriorRing.bbox.ll.y
@@ -3696,7 +3698,7 @@ class jr {
3696
3698
  }
3697
3699
  }, this.interiorRings = [];
3698
3700
  for (let n = 1, r = e.length; n < r; n++) {
3699
- const o = new bi(e[n], this, !1);
3701
+ const o = new _i(e[n], this, !1);
3700
3702
  o.bbox.ll.x < this.bbox.ll.x && (this.bbox.ll.x = o.bbox.ll.x), o.bbox.ll.y < this.bbox.ll.y && (this.bbox.ll.y = o.bbox.ll.y), o.bbox.ur.x > this.bbox.ur.x && (this.bbox.ur.x = o.bbox.ur.x), o.bbox.ur.y > this.bbox.ur.y && (this.bbox.ur.y = o.bbox.ur.y), this.interiorRings.push(o);
3701
3703
  }
3702
3704
  this.multiPoly = t;
@@ -3711,7 +3713,7 @@ class jr {
3711
3713
  return e;
3712
3714
  }
3713
3715
  }
3714
- class wi {
3716
+ class Ei {
3715
3717
  constructor(e, t) {
3716
3718
  if (!Array.isArray(e))
3717
3719
  throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
@@ -3730,7 +3732,7 @@ class wi {
3730
3732
  }
3731
3733
  };
3732
3734
  for (let n = 0, r = e.length; n < r; n++) {
3733
- const o = new jr(e[n], this);
3735
+ const o = new Qr(e[n], this);
3734
3736
  o.bbox.ll.x < this.bbox.ll.x && (this.bbox.ll.x = o.bbox.ll.x), o.bbox.ll.y < this.bbox.ll.y && (this.bbox.ll.y = o.bbox.ll.y), o.bbox.ur.x > this.bbox.ur.x && (this.bbox.ur.x = o.bbox.ur.x), o.bbox.ur.y > this.bbox.ur.y && (this.bbox.ur.y = o.bbox.ur.y), this.polys.push(o);
3735
3737
  }
3736
3738
  this.isSubject = t;
@@ -3759,30 +3761,30 @@ class at {
3759
3761
  for (; ; ) {
3760
3762
  const f = s.getAvailableLinkedEvents();
3761
3763
  if (f.length === 0) {
3762
- const p = u[0].point, v = u[u.length - 1].point;
3763
- throw new Error(`Unable to complete output ring starting at [${p.x}, ${p.y}]. Last matching segment found ends at [${v.x}, ${v.y}].`);
3764
+ const v = u[0].point, b = u[u.length - 1].point;
3765
+ throw new Error(`Unable to complete output ring starting at [${v.x}, ${v.y}]. Last matching segment found ends at [${b.x}, ${b.y}].`);
3764
3766
  }
3765
3767
  if (f.length === 1) {
3766
3768
  c = f[0].otherSE;
3767
3769
  break;
3768
3770
  }
3769
3771
  let d = null;
3770
- for (let p = 0, v = a.length; p < v; p++)
3771
- if (a[p].point === s.point) {
3772
- d = p;
3772
+ for (let v = 0, b = a.length; v < b; v++)
3773
+ if (a[v].point === s.point) {
3774
+ d = v;
3773
3775
  break;
3774
3776
  }
3775
3777
  if (d !== null) {
3776
- const p = a.splice(d)[0], v = u.splice(p.index);
3777
- v.unshift(v[0].otherSE), t.push(new at(v.reverse()));
3778
+ const v = a.splice(d)[0], b = u.splice(v.index);
3779
+ b.unshift(b[0].otherSE), t.push(new at(b.reverse()));
3778
3780
  continue;
3779
3781
  }
3780
3782
  a.push({
3781
3783
  index: u.length,
3782
3784
  point: s.point
3783
3785
  });
3784
- const g = s.getLeftmostComparator(l);
3785
- c = f.sort(g)[0].otherSE;
3786
+ const m = s.getLeftmostComparator(l);
3787
+ c = f.sort(m)[0].otherSE;
3786
3788
  break;
3787
3789
  }
3788
3790
  t.push(new at(u));
@@ -3800,11 +3802,11 @@ class at {
3800
3802
  const t = [e];
3801
3803
  for (let u = 1, h = this.events.length - 1; u < h; u++) {
3802
3804
  const a = this.events[u].point, f = this.events[u + 1].point;
3803
- yi(a, e, f) !== 0 && (t.push(a), e = a);
3805
+ vi(a, e, f) !== 0 && (t.push(a), e = a);
3804
3806
  }
3805
3807
  if (t.length === 1) return null;
3806
3808
  const n = t[0], r = t[1];
3807
- yi(n, e, r) === 0 && t.shift(), t.push(t[0]);
3809
+ vi(n, e, r) === 0 && t.shift(), t.push(t[0]);
3808
3810
  const o = this.isExteriorRing() ? 1 : -1, l = this.isExteriorRing() ? 0 : t.length - 1, s = this.isExteriorRing() ? t.length : -1, c = [];
3809
3811
  for (let u = l; u != s; u += o) c.push([t[u].x, t[u].y]);
3810
3812
  return c;
@@ -3836,7 +3838,7 @@ class at {
3836
3838
  }
3837
3839
  }
3838
3840
  }
3839
- class _i {
3841
+ class Li {
3840
3842
  constructor(e) {
3841
3843
  this.exteriorRing = e, e.poly = this, this.interiorRings = [];
3842
3844
  }
@@ -3853,7 +3855,7 @@ class _i {
3853
3855
  return e;
3854
3856
  }
3855
3857
  }
3856
- class Zr {
3858
+ class Hr {
3857
3859
  constructor(e) {
3858
3860
  this.rings = e, this.polys = this._composePolys(e);
3859
3861
  }
@@ -3870,19 +3872,19 @@ class Zr {
3870
3872
  for (let n = 0, r = e.length; n < r; n++) {
3871
3873
  const o = e[n];
3872
3874
  if (!o.poly)
3873
- if (o.isExteriorRing()) t.push(new _i(o));
3875
+ if (o.isExteriorRing()) t.push(new Li(o));
3874
3876
  else {
3875
3877
  const l = o.enclosingRing();
3876
- l.poly || t.push(new _i(l)), l.poly.addInterior(o);
3878
+ l.poly || t.push(new Li(l)), l.poly.addInterior(o);
3877
3879
  }
3878
3880
  }
3879
3881
  return t;
3880
3882
  }
3881
3883
  }
3882
- class qr {
3884
+ class Vr {
3883
3885
  constructor(e) {
3884
3886
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : we.compare;
3885
- this.queue = e, this.tree = new Ut(t), this.segments = [];
3887
+ this.queue = e, this.tree = new Ft(t), this.segments = [];
3886
3888
  }
3887
3889
  process(e) {
3888
3890
  const t = e.segment, n = [];
@@ -3901,7 +3903,7 @@ class qr {
3901
3903
  const a = s.getIntersection(t);
3902
3904
  if (a !== null && (t.isAnEndpoint(a) || (u = a), !s.isAnEndpoint(a))) {
3903
3905
  const f = this._splitSafely(s, a);
3904
- for (let d = 0, g = f.length; d < g; d++)
3906
+ for (let d = 0, m = f.length; d < m; d++)
3905
3907
  n.push(f[d]);
3906
3908
  }
3907
3909
  }
@@ -3910,7 +3912,7 @@ class qr {
3910
3912
  const a = c.getIntersection(t);
3911
3913
  if (a !== null && (t.isAnEndpoint(a) || (h = a), !c.isAnEndpoint(a))) {
3912
3914
  const f = this._splitSafely(c, a);
3913
- for (let d = 0, g = f.length; d < g; d++)
3915
+ for (let d = 0, m = f.length; d < m; d++)
3914
3916
  n.push(f[d]);
3915
3917
  }
3916
3918
  }
@@ -3918,7 +3920,7 @@ class qr {
3918
3920
  let a = null;
3919
3921
  u === null ? a = h : h === null ? a = u : a = ne.comparePoints(u, h) <= 0 ? u : h, this.queue.remove(t.rightSE), n.push(t.rightSE);
3920
3922
  const f = t.split(a);
3921
- for (let d = 0, g = f.length; d < g; d++)
3923
+ for (let d = 0, m = f.length; d < m; d++)
3922
3924
  n.push(f[d]);
3923
3925
  }
3924
3926
  n.length > 0 ? (this.tree.remove(t), n.push(e)) : (this.segments.push(t), t.prev = s);
@@ -3952,33 +3954,33 @@ class qr {
3952
3954
  return r.push(n), e.consumedBy === void 0 && this.tree.add(e), r;
3953
3955
  }
3954
3956
  }
3955
- const Ei = typeof process < "u" && process.env.POLYGON_CLIPPING_MAX_QUEUE_SIZE || 1e6, Qr = typeof process < "u" && process.env.POLYGON_CLIPPING_MAX_SWEEPLINE_SEGMENTS || 1e6;
3956
- class Hr {
3957
+ const Si = typeof process < "u" && process.env.POLYGON_CLIPPING_MAX_QUEUE_SIZE || 1e6, Yr = typeof process < "u" && process.env.POLYGON_CLIPPING_MAX_SWEEPLINE_SEGMENTS || 1e6;
3958
+ class Xr {
3957
3959
  run(e, t, n) {
3958
- le.type = e, He.reset();
3959
- const r = [new wi(t, !0)];
3960
+ ue.type = e, Ve.reset();
3961
+ const r = [new Ei(t, !0)];
3960
3962
  for (let a = 0, f = n.length; a < f; a++)
3961
- r.push(new wi(n[a], !1));
3962
- if (le.numMultiPolys = r.length, le.type === "difference") {
3963
+ r.push(new Ei(n[a], !1));
3964
+ if (ue.numMultiPolys = r.length, ue.type === "difference") {
3963
3965
  const a = r[0];
3964
3966
  let f = 1;
3965
3967
  for (; f < r.length; )
3966
- Ot(r[f].bbox, a.bbox) !== null ? f++ : r.splice(f, 1);
3968
+ Wt(r[f].bbox, a.bbox) !== null ? f++ : r.splice(f, 1);
3967
3969
  }
3968
- if (le.type === "intersection")
3970
+ if (ue.type === "intersection")
3969
3971
  for (let a = 0, f = r.length; a < f; a++) {
3970
3972
  const d = r[a];
3971
- for (let g = a + 1, p = r.length; g < p; g++)
3972
- if (Ot(d.bbox, r[g].bbox) === null) return [];
3973
+ for (let m = a + 1, v = r.length; m < v; m++)
3974
+ if (Wt(d.bbox, r[m].bbox) === null) return [];
3973
3975
  }
3974
- const o = new Ut(ne.compare);
3976
+ const o = new Ft(ne.compare);
3975
3977
  for (let a = 0, f = r.length; a < f; a++) {
3976
3978
  const d = r[a].getSweepEvents();
3977
- for (let g = 0, p = d.length; g < p; g++)
3978
- if (o.insert(d[g]), o.size > Ei)
3979
+ for (let m = 0, v = d.length; m < v; m++)
3980
+ if (o.insert(d[m]), o.size > Si)
3979
3981
  throw new Error("Infinite loop when putting segment endpoints in a priority queue (queue size too big).");
3980
3982
  }
3981
- const l = new qr(o);
3983
+ const l = new Vr(o);
3982
3984
  let s = o.size, c = o.pop();
3983
3985
  for (; c; ) {
3984
3986
  const a = c.key;
@@ -3986,78 +3988,78 @@ class Hr {
3986
3988
  const d = a.segment;
3987
3989
  throw new Error(`Unable to pop() ${a.isLeft ? "left" : "right"} SweepEvent [${a.point.x}, ${a.point.y}] from segment #${d.id} [${d.leftSE.point.x}, ${d.leftSE.point.y}] -> [${d.rightSE.point.x}, ${d.rightSE.point.y}] from queue.`);
3988
3990
  }
3989
- if (o.size > Ei)
3991
+ if (o.size > Si)
3990
3992
  throw new Error("Infinite loop when passing sweep line over endpoints (queue size too big).");
3991
- if (l.segments.length > Qr)
3993
+ if (l.segments.length > Yr)
3992
3994
  throw new Error("Infinite loop when passing sweep line over endpoints (too many sweep line segments).");
3993
3995
  const f = l.process(a);
3994
- for (let d = 0, g = f.length; d < g; d++) {
3995
- const p = f[d];
3996
- p.consumedBy === void 0 && o.insert(p);
3996
+ for (let d = 0, m = f.length; d < m; d++) {
3997
+ const v = f[d];
3998
+ v.consumedBy === void 0 && o.insert(v);
3997
3999
  }
3998
4000
  s = o.size, c = o.pop();
3999
4001
  }
4000
- He.reset();
4002
+ Ve.reset();
4001
4003
  const u = at.factory(l.segments);
4002
- return new Zr(u).getGeom();
4004
+ return new Hr(u).getGeom();
4003
4005
  }
4004
4006
  }
4005
- const le = new Hr(), Vr = function(i) {
4007
+ const ue = new Xr(), Kr = function(i) {
4006
4008
  for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
4007
4009
  t[n - 1] = arguments[n];
4008
- return le.run("union", i, t);
4009
- }, Yr = function(i) {
4010
+ return ue.run("union", i, t);
4011
+ }, Jr = function(i) {
4010
4012
  for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
4011
4013
  t[n - 1] = arguments[n];
4012
- return le.run("intersection", i, t);
4013
- }, Xr = function(i) {
4014
+ return ue.run("intersection", i, t);
4015
+ }, $r = function(i) {
4014
4016
  for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
4015
4017
  t[n - 1] = arguments[n];
4016
- return le.run("xor", i, t);
4017
- }, Kr = function(i) {
4018
+ return ue.run("xor", i, t);
4019
+ }, eo = function(i) {
4018
4020
  for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
4019
4021
  t[n - 1] = arguments[n];
4020
- return le.run("difference", i, t);
4022
+ return ue.run("difference", i, t);
4021
4023
  };
4022
- var Ui = {
4023
- union: Vr,
4024
- intersection: Yr,
4025
- xor: Xr,
4026
- difference: Kr
4024
+ var zi = {
4025
+ union: Kr,
4026
+ intersection: Jr,
4027
+ xor: $r,
4028
+ difference: eo
4027
4029
  };
4028
- function Jr(i, e = {}) {
4030
+ function to(i, e = {}) {
4029
4031
  const t = [];
4030
- if (Bt(i, (r) => {
4032
+ if (Dt(i, (r) => {
4031
4033
  t.push(r.coordinates);
4032
4034
  }), t.length < 2)
4033
4035
  throw new Error("Must have at least 2 geometries");
4034
- const n = Ui.union(t[0], ...t.slice(1));
4035
- return n.length === 0 ? null : n.length === 1 ? At(n[0], e.properties) : Ii(n, e.properties);
4036
+ const n = zi.union(t[0], ...t.slice(1));
4037
+ return n.length === 0 ? null : n.length === 1 ? Bt(n[0], e.properties) : Ai(n, e.properties);
4036
4038
  }
4037
- var Fi = Jr;
4038
- function $r(i) {
4039
+ var ji = to;
4040
+ function io(i) {
4039
4041
  const e = [];
4040
- if (Bt(i, (r) => {
4042
+ if (Dt(i, (r) => {
4041
4043
  e.push(r.coordinates);
4042
4044
  }), e.length < 2)
4043
4045
  throw new Error("Must have at least two features");
4044
- const t = i.features[0].properties || {}, n = Ui.difference(e[0], ...e.slice(1));
4045
- return n.length === 0 ? null : n.length === 1 ? At(n[0], t) : Ii(n, t);
4046
+ const t = i.features[0].properties || {}, n = zi.difference(e[0], ...e.slice(1));
4047
+ return n.length === 0 ? null : n.length === 1 ? Bt(n[0], t) : Ai(n, t);
4046
4048
  }
4047
- var eo = $r;
4048
- function to(i) {
4049
+ var no = io;
4050
+ function ro(i) {
4049
4051
  if (!i)
4050
4052
  throw new Error("geojson is required");
4051
4053
  var e = [];
4052
- return br(i, function(t) {
4054
+ return Er(i, function(t) {
4053
4055
  e.push(t);
4054
- }), Qe(e);
4056
+ }), He(e);
4055
4057
  }
4056
- var io = to;
4057
- function Li(i, e) {
4058
- const t = eo(
4059
- Qe([
4060
- At([
4058
+ var oo = ro;
4059
+ function xi(i, e) {
4060
+ const t = no(
4061
+ He([
4062
+ Bt([
4061
4063
  [
4062
4064
  [180, 90],
4063
4065
  [-180, 90],
@@ -4072,10 +4074,10 @@ function Li(i, e) {
4072
4074
  if (!t)
4073
4075
  return;
4074
4076
  t.properties = { isMask: !0 };
4075
- const n = Ze(Nt(i)), r = (n[2] - n[0]) / 360 / 1e3, o = n[0] < -180, l = n[2] > 180, s = io(i);
4077
+ const n = qe(Pt(i)), r = (n[2] - n[0]) / 360 / 1e3, o = n[0] < -180, l = n[2] > 180, s = oo(i);
4076
4078
  if (s.features.length > 1 && (o || l))
4077
4079
  for (const c of s.features) {
4078
- const u = Ze(Nt(c));
4080
+ const u = qe(Pt(c));
4079
4081
  if (l && u[0] < -180 + r)
4080
4082
  for (const h of c.geometry.coordinates)
4081
4083
  for (const a of h)
@@ -4086,29 +4088,30 @@ function Li(i, e) {
4086
4088
  a[0] -= 360 - r;
4087
4089
  }
4088
4090
  e(
4089
- Qe([
4090
- s.features.length < 2 ? i : Fi(s) ?? i,
4091
+ He([
4092
+ s.features.length < 2 ? i : ji(s) ?? i,
4091
4093
  t
4092
4094
  ])
4093
4095
  );
4094
4096
  }
4095
- function no(i, e = !0, t = !0, n = {}, r = {}, o = (l) => {
4096
- var u, h, a;
4097
- const s = (u = l == null ? void 0 : l.geometry) == null ? void 0 : u.type, c = (h = l == null ? void 0 : l.properties) != null && h.isMask ? 0 : s === "LineString" || s === "MultiLineString" ? 3 : 2;
4097
+ const Mi = (i) => {
4098
+ var n, r, o;
4099
+ const e = (n = i == null ? void 0 : i.geometry) == null ? void 0 : n.type, t = (r = i == null ? void 0 : i.properties) != null && r.isMask ? 0 : e === "LineString" || e === "MultiLineString" ? 3 : 2;
4098
4100
  return {
4099
4101
  color: "#3170fe",
4100
4102
  fillColor: "#000",
4101
- fillOpacity: (a = l == null ? void 0 : l.properties) != null && a.isMask ? 0.1 : 0,
4102
- weight: c,
4103
- dashArray: [c, c],
4103
+ fillOpacity: (o = i == null ? void 0 : i.properties) != null && o.isMask ? 0.1 : 0,
4104
+ weight: t,
4105
+ dashArray: [t, t],
4104
4106
  lineCap: "butt"
4105
4107
  };
4106
- }) {
4108
+ };
4109
+ function so(i, e = !0, t = !0, n = {}, r = {}, o = Mi) {
4107
4110
  let l;
4108
4111
  const s = [];
4109
4112
  let c, u;
4110
- const h = de.geoJSON(void 0, {
4111
- style: o,
4113
+ const h = re.geoJSON(void 0, {
4114
+ style: o === !0 ? Mi : o === !1 ? void 0 : o ?? void 0,
4112
4115
  interactive: !1
4113
4116
  }).addTo(i), a = (d) => {
4114
4117
  l == null || l({
@@ -4116,12 +4119,12 @@ function no(i, e = !0, t = !0, n = {}, r = {}, o = (l) => {
4116
4119
  coordinates: [d.latlng.lng, d.latlng.lat]
4117
4120
  });
4118
4121
  };
4119
- function f(d, g = !1) {
4120
- const p = document.createElement("div");
4121
- return new Vn({ props: { displayIn: "leaflet" }, target: p }), new de.Marker(d, {
4122
- interactive: g,
4123
- icon: new de.DivIcon({
4124
- html: p,
4122
+ function f(d, m = !1) {
4123
+ const v = document.createElement("div");
4124
+ return new Kn({ props: { displayIn: "leaflet" }, target: v }), new re.Marker(d, {
4125
+ interactive: m,
4126
+ icon: new re.DivIcon({
4127
+ html: v,
4125
4128
  className: "",
4126
4129
  iconAnchor: [12, 26],
4127
4130
  iconSize: [25, 30],
@@ -4133,19 +4136,19 @@ function no(i, e = !0, t = !0, n = {}, r = {}, o = (l) => {
4133
4136
  setEventHandler(d) {
4134
4137
  d ? (l = d, i.on("click", a)) : (l = void 0, i.off("click", a));
4135
4138
  },
4136
- flyTo(d, g) {
4137
- i.flyTo([d[1], d[0]], g, { duration: 2, ...n });
4139
+ flyTo(d, m) {
4140
+ i.flyTo([d[1], d[0]], m, { duration: 2, ...n });
4138
4141
  },
4139
- fitBounds(d, g, p) {
4142
+ fitBounds(d, m, v) {
4140
4143
  i.flyToBounds(
4141
4144
  [
4142
4145
  [d[1], d[0]],
4143
4146
  [d[3], d[2]]
4144
4147
  ],
4145
4148
  {
4146
- padding: [g, g],
4149
+ padding: [m, m],
4147
4150
  duration: 2,
4148
- ...p ? { maxZoom: p } : {},
4151
+ ...v ? { maxZoom: v } : {},
4149
4152
  ...r
4150
4153
  }
4151
4154
  );
@@ -4154,94 +4157,102 @@ function no(i, e = !0, t = !0, n = {}, r = {}, o = (l) => {
4154
4157
  i.getContainer().style.cursor = d ? "crosshair" : "";
4155
4158
  },
4156
4159
  setReverseMarker(d) {
4157
- var p;
4160
+ var v;
4158
4161
  if (!e)
4159
4162
  return;
4160
- const g = d && [d[1], d[0]];
4161
- u ? g ? u.setLatLng(g) : (u.remove(), u = void 0) : g && (u = (typeof e == "object" ? new de.Marker(g, e) : f(g)).addTo(i), (p = u.getElement()) == null || p.classList.add("marker-reverse"));
4163
+ const m = d && [d[1], d[0]];
4164
+ u ? m ? u.setLatLng(m) : (u.remove(), u = void 0) : m && (e instanceof Function ? u = e(i) ?? void 0 : (u = (typeof e == "object" ? new re.Marker(m, e) : f(m)).addTo(i), (v = u.getElement()) == null || v.classList.add("marker-reverse")));
4162
4165
  },
4163
- setMarkers(d, g) {
4164
- if (!e)
4165
- return;
4166
- function p(v) {
4167
- h.clearLayers(), v && h.addData(v);
4166
+ setMarkers(d, m) {
4167
+ function v(b) {
4168
+ h.clearLayers(), b && h.addData(b);
4168
4169
  }
4169
- for (const v of s)
4170
- v.remove();
4171
- if (s.length = 0, p(), g) {
4172
- let v = !1;
4173
- if (g.geometry.type === "GeometryCollection") {
4174
- const S = g.geometry.geometries.filter(
4175
- (E) => E.type === "Polygon" || E.type === "MultiPolygon"
4170
+ for (const b of s)
4171
+ b.remove();
4172
+ if (s.length = 0, v(), m) {
4173
+ let b = !1;
4174
+ if (m.geometry.type === "GeometryCollection") {
4175
+ const p = m.geometry.geometries.filter(
4176
+ (_) => _.type === "Polygon" || _.type === "MultiPolygon"
4176
4177
  );
4177
- e: if (S.length > 0) {
4178
- const E = Fi(
4179
- Qe(S.map((_) => qe(_)))
4178
+ e: if (p.length > 0) {
4179
+ const _ = ji(
4180
+ He(p.map((E) => Qe(E)))
4180
4181
  );
4181
- if (!E)
4182
+ if (!_)
4182
4183
  break e;
4183
- Li(
4184
+ xi(
4184
4185
  {
4185
- ...g,
4186
- geometry: E.geometry
4186
+ ...m,
4187
+ geometry: _.geometry
4187
4188
  },
4188
- p
4189
- ), v = !0;
4189
+ v
4190
+ ), b = !0;
4190
4191
  } else {
4191
- const E = g.geometry.geometries.filter(
4192
- (_) => _.type === "LineString" || _.type === "MultiLineString"
4192
+ const _ = m.geometry.geometries.filter(
4193
+ (E) => E.type === "LineString" || E.type === "MultiLineString"
4193
4194
  );
4194
- E.length > 0 && (p({
4195
- ...g,
4196
- geometry: { type: "GeometryCollection", geometries: E }
4197
- }), v = !0);
4195
+ _.length > 0 && (v({
4196
+ ...m,
4197
+ geometry: { type: "GeometryCollection", geometries: _ }
4198
+ }), b = !0);
4198
4199
  }
4199
4200
  }
4200
- if (!v) {
4201
- if (g.geometry.type === "Polygon" || g.geometry.type === "MultiPolygon")
4202
- Li(g, (S) => {
4203
- if (!S)
4201
+ if (!b) {
4202
+ if (m.geometry.type === "Polygon" || m.geometry.type === "MultiPolygon")
4203
+ xi(m, (p) => {
4204
+ if (!p)
4204
4205
  return;
4205
- const E = [...S.features], _ = Ze(Nt(g)), C = _[2] - _[0];
4206
- _[0] - C / 4 < -180 && E.push(...Si(S, -360).features), _[2] + C / 4 > 180 && E.push(...Si(S, 360).features), p(Qe(E));
4206
+ const _ = [...p.features], E = qe(Pt(m)), S = E[2] - E[0];
4207
+ E[0] - S / 4 < -180 && _.push(...Ci(p, -360).features), E[2] + S / 4 > 180 && _.push(...Ci(p, 360).features), v(He(_));
4207
4208
  });
4208
- else if (g.geometry.type === "LineString" || g.geometry.type === "MultiLineString") {
4209
- p(g);
4209
+ else if (m.geometry.type === "LineString" || m.geometry.type === "MultiLineString") {
4210
+ v(m);
4210
4211
  return;
4211
4212
  }
4212
4213
  }
4213
- const b = [g.center[1], g.center[0]];
4214
- s.push(
4215
- (typeof e == "object" ? new de.Marker(b, e) : f(b)).addTo(i)
4216
- );
4214
+ if (e instanceof Function) {
4215
+ const p = e(i, m);
4216
+ p && s.push(p.addTo(i));
4217
+ } else if (e) {
4218
+ const p = [m.center[1], m.center[0]];
4219
+ s.push(
4220
+ typeof e == "object" ? new re.Marker(p, e) : f(p).addTo(i)
4221
+ );
4222
+ }
4217
4223
  }
4218
4224
  if (t)
4219
- for (const v of d ?? []) {
4220
- if (v === g)
4225
+ for (const b of d ?? []) {
4226
+ if (b === m)
4221
4227
  continue;
4222
- const b = [
4223
- v.center[1],
4224
- v.center[0]
4225
- ], S = typeof t == "object" ? new de.Marker(b, t) : f(b, !0);
4226
- S.addTo(i).bindTooltip(
4227
- v.place_type[0] === "reverse" ? v.place_name : v.place_name.replace(/,.*/, ""),
4228
- {
4229
- direction: "top"
4230
- }
4231
- );
4232
- const E = S.getElement();
4233
- E && (E.addEventListener("click", (_) => {
4234
- _.stopPropagation(), l == null || l({ type: "markerClick", id: v.id });
4228
+ const p = [
4229
+ b.center[1],
4230
+ b.center[0]
4231
+ ];
4232
+ let _;
4233
+ if (t instanceof Function) {
4234
+ if (_ = t(i, b), !_)
4235
+ continue;
4236
+ } else
4237
+ _ = (typeof t == "object" ? new re.Marker(p, t) : f(p, !0)).addTo(i).bindTooltip(
4238
+ b.place_type[0] === "reverse" ? b.place_name : b.place_name.replace(/,.*/, ""),
4239
+ {
4240
+ direction: "top"
4241
+ }
4242
+ );
4243
+ const E = _.getElement();
4244
+ E && (E.addEventListener("click", (S) => {
4245
+ S.stopPropagation(), l == null || l({ type: "markerClick", id: b.id });
4235
4246
  }), E.addEventListener("mouseenter", () => {
4236
- l == null || l({ type: "markerMouseEnter", id: v.id });
4247
+ l == null || l({ type: "markerMouseEnter", id: b.id });
4237
4248
  }), E.addEventListener("mouseleave", () => {
4238
- l == null || l({ type: "markerMouseLeave", id: v.id });
4239
- }), E.classList.toggle("marker-fuzzy", !!v.matching_text)), s.push(S);
4249
+ l == null || l({ type: "markerMouseLeave", id: b.id });
4250
+ }), E.classList.toggle("marker-fuzzy", !!b.matching_text)), s.push(_);
4240
4251
  }
4241
4252
  },
4242
4253
  setSelectedMarker(d) {
4243
- var g, p;
4244
- c && ((g = c.getElement()) == null || g.classList.toggle("marker-selected", !1)), c = d > -1 ? s[d] : void 0, (p = c == null ? void 0 : c.getElement()) == null || p.classList.toggle("marker-selected", !0);
4254
+ var m, v;
4255
+ c && ((m = c.getElement()) == null || m.classList.toggle("marker-selected", !1)), c = d > -1 ? s[d] : void 0, (v = c == null ? void 0 : c.getElement()) == null || v.classList.toggle("marker-selected", !0);
4245
4256
  },
4246
4257
  getCenterAndZoom() {
4247
4258
  const d = i.getCenter();
@@ -4249,39 +4260,46 @@ function no(i, e = !0, t = !0, n = {}, r = {}, o = (l) => {
4249
4260
  }
4250
4261
  };
4251
4262
  }
4252
- function Si(i, e) {
4253
- const t = Lr(i);
4263
+ function Ci(i, e) {
4264
+ const t = Mr(i);
4254
4265
  for (const n of t.features)
4255
4266
  if (n.geometry.type == "MultiPolygon")
4256
4267
  for (const r of n.geometry.coordinates)
4257
- xi(r, e);
4268
+ ki(r, e);
4258
4269
  else
4259
- xi(n.geometry.coordinates, e);
4270
+ ki(n.geometry.coordinates, e);
4260
4271
  return t;
4261
4272
  }
4262
- function xi(i, e) {
4273
+ function ki(i, e) {
4263
4274
  for (const t of i)
4264
4275
  for (const n of t)
4265
4276
  n[0] += e;
4266
4277
  }
4267
- var ie, Ne;
4268
- class ro extends de.Control {
4278
+ class Gt {
4279
+ // eslint-disable-next-line @typescript-eslint/no-useless-constructor, @typescript-eslint/no-unused-vars
4280
+ constructor(...e) {
4281
+ }
4282
+ }
4283
+ re.Util.extend(Gt.prototype, re.Control.prototype);
4284
+ re.Util.extend(Gt.prototype, re.Evented.prototype);
4285
+ var ie, Pe;
4286
+ class lo extends Gt {
4269
4287
  constructor(t) {
4270
4288
  super();
4271
- Et(this, ie);
4272
- Et(this, Ne);
4273
- it(this, Ne, t);
4289
+ Lt(this, ie);
4290
+ Lt(this, Pe);
4291
+ it(this, Pe, t);
4274
4292
  }
4275
4293
  onAdd(t) {
4276
4294
  const n = document.createElement("div");
4277
- n.className = "leaflet-ctrl-geocoder", de.DomEvent.disableClickPropagation(n), de.DomEvent.disableScrollPropagation(n);
4295
+ n.className = "leaflet-ctrl-geocoder", re.DomEvent.disableClickPropagation(n), re.DomEvent.disableScrollPropagation(n);
4278
4296
  const {
4279
4297
  marker: r,
4280
4298
  showResultMarkers: o,
4281
4299
  flyTo: l,
4282
4300
  fullGeometryStyle: s,
4283
4301
  ...c
4284
- } = se(this, Ne), u = typeof l == "boolean" ? {} : l, h = no(
4302
+ } = le(this, Pe), u = typeof l == "boolean" ? {} : l, h = so(
4285
4303
  t,
4286
4304
  r,
4287
4305
  o,
@@ -4289,7 +4307,7 @@ class ro extends de.Control {
4289
4307
  u,
4290
4308
  s
4291
4309
  );
4292
- it(this, ie, new vr({
4310
+ it(this, ie, new _r({
4293
4311
  target: n,
4294
4312
  props: {
4295
4313
  mapController: h,
@@ -4307,56 +4325,56 @@ class ro extends de.Control {
4307
4325
  "reverseToggle",
4308
4326
  "queryChange"
4309
4327
  ])
4310
- se(this, ie).$on(
4328
+ le(this, ie).$on(
4311
4329
  a,
4312
- (f) => t.fire(a.toLowerCase(), f.detail)
4330
+ (f) => this.fire(a.toLowerCase(), f.detail)
4313
4331
  );
4314
4332
  return n;
4315
4333
  }
4316
4334
  setOptions(t) {
4317
4335
  var c;
4318
- it(this, Ne, t);
4336
+ it(this, Pe, t);
4319
4337
  const {
4320
4338
  marker: n,
4321
4339
  showResultMarkers: r,
4322
4340
  flyTo: o,
4323
4341
  fullGeometryStyle: l,
4324
4342
  ...s
4325
- } = se(this, Ne);
4326
- (c = se(this, ie)) == null || c.$set(s);
4343
+ } = le(this, Pe);
4344
+ (c = le(this, ie)) == null || c.$set(s);
4327
4345
  }
4328
4346
  setQuery(t, n = !0) {
4329
4347
  var r;
4330
- (r = se(this, ie)) == null || r.setQuery(t, n);
4348
+ (r = le(this, ie)) == null || r.setQuery(t, n);
4331
4349
  }
4332
4350
  clearMap() {
4333
4351
  var t;
4334
- (t = se(this, ie)) == null || t.clearMap();
4352
+ (t = le(this, ie)) == null || t.clearMap();
4335
4353
  }
4336
4354
  clearList() {
4337
4355
  var t;
4338
- (t = se(this, ie)) == null || t.clearList();
4356
+ (t = le(this, ie)) == null || t.clearList();
4339
4357
  }
4340
4358
  focus() {
4341
4359
  var t;
4342
- (t = se(this, ie)) == null || t.focus();
4360
+ (t = le(this, ie)) == null || t.focus();
4343
4361
  }
4344
4362
  blur() {
4345
4363
  var t;
4346
- (t = se(this, ie)) == null || t.blur();
4364
+ (t = le(this, ie)) == null || t.blur();
4347
4365
  }
4348
4366
  onRemove() {
4349
4367
  var t;
4350
- (t = se(this, ie)) == null || t.$destroy();
4368
+ (t = le(this, ie)) == null || t.$destroy();
4351
4369
  }
4352
4370
  }
4353
- ie = new WeakMap(), Ne = new WeakMap();
4354
- function oo(...i) {
4355
- return new ro(...i);
4371
+ ie = new WeakMap(), Pe = new WeakMap();
4372
+ function uo(...i) {
4373
+ return new lo(...i);
4356
4374
  }
4357
- window.L && typeof window.L == "object" && typeof window.L.control == "function" && (window.L.control.maptilerGeocoding = oo);
4375
+ window.L && typeof window.L == "object" && typeof window.L.control == "function" && (window.L.control.maptilerGeocoding = uo);
4358
4376
  export {
4359
- ro as GeocodingControl,
4360
- no as createLeafletMapController
4377
+ lo as GeocodingControl,
4378
+ so as createLeafletMapController
4361
4379
  };
4362
4380
  //# sourceMappingURL=leaflet.js.map