@maptiler/geocoding-control 2.0.0-rc.2 → 2.0.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/leaflet.js +3 -3
- package/leaflet.js.map +1 -1
- package/leaflet.umd.js +1 -1
- package/leaflet.umd.js.map +1 -1
- package/maplibregl.js +3 -3
- package/maplibregl.js.map +1 -1
- package/maplibregl.umd.js +1 -1
- package/maplibregl.umd.js.map +1 -1
- package/maptilersdk.js +143 -143
- package/maptilersdk.js.map +1 -1
- package/maptilersdk.umd.js +1 -1
- package/maptilersdk.umd.js.map +1 -1
- package/openlayers.js +3 -3
- package/openlayers.js.map +1 -1
- package/openlayers.umd.js +1 -1
- package/openlayers.umd.js.map +1 -1
- package/package.json +1 -1
- package/react.js +320 -320
- package/react.js.map +1 -1
- package/react.umd.js +1 -1
- package/react.umd.js.map +1 -1
- package/svelte/FeatureItem.svelte.d.ts +2 -2
- package/svelte/GeocodingControl.svelte +3 -3
- package/svelte/GeocodingControl.svelte.d.ts +4 -4
- package/svelte/types.d.ts +15 -7
- package/types.d.ts +15 -7
- package/vanilla.js +3 -3
- package/vanilla.js.map +1 -1
- package/vanilla.umd.js +1 -1
- package/vanilla.umd.js.map +1 -1
package/react.js
CHANGED
|
@@ -33,41 +33,41 @@ function K(i, e) {
|
|
|
33
33
|
function gi(i) {
|
|
34
34
|
return Object.keys(i).length === 0;
|
|
35
35
|
}
|
|
36
|
-
function hi(i, e, t,
|
|
36
|
+
function hi(i, e, t, n) {
|
|
37
37
|
if (i) {
|
|
38
|
-
const o = Ut(i, e, t,
|
|
38
|
+
const o = Ut(i, e, t, n);
|
|
39
39
|
return i[0](o);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
function Ut(i, e, t,
|
|
43
|
-
return i[1] &&
|
|
42
|
+
function Ut(i, e, t, n) {
|
|
43
|
+
return i[1] && n ? mi(t.ctx.slice(), i[1](n(e))) : t.ctx;
|
|
44
44
|
}
|
|
45
|
-
function bi(i, e, t,
|
|
46
|
-
if (i[2] &&
|
|
47
|
-
const o = i[2](
|
|
45
|
+
function bi(i, e, t, n) {
|
|
46
|
+
if (i[2] && n) {
|
|
47
|
+
const o = i[2](n(t));
|
|
48
48
|
if (e.dirty === void 0)
|
|
49
49
|
return o;
|
|
50
50
|
if (typeof o == "object") {
|
|
51
51
|
const u = [], a = Math.max(e.dirty.length, o.length);
|
|
52
|
-
for (let
|
|
53
|
-
u[
|
|
52
|
+
for (let r = 0; r < a; r += 1)
|
|
53
|
+
u[r] = e.dirty[r] | o[r];
|
|
54
54
|
return u;
|
|
55
55
|
}
|
|
56
56
|
return e.dirty | o;
|
|
57
57
|
}
|
|
58
58
|
return e.dirty;
|
|
59
59
|
}
|
|
60
|
-
function vi(i, e, t,
|
|
60
|
+
function vi(i, e, t, n, o, u) {
|
|
61
61
|
if (o) {
|
|
62
|
-
const a = Ut(e, t,
|
|
62
|
+
const a = Ut(e, t, n, u);
|
|
63
63
|
i.p(a, o);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
function Li(i) {
|
|
67
67
|
if (i.ctx.length > 32) {
|
|
68
68
|
const e = [], t = i.ctx.length / 32;
|
|
69
|
-
for (let
|
|
70
|
-
e[
|
|
69
|
+
for (let n = 0; n < t; n++)
|
|
70
|
+
e[n] = -1;
|
|
71
71
|
return e;
|
|
72
72
|
}
|
|
73
73
|
return -1;
|
|
@@ -87,7 +87,7 @@ function O(i) {
|
|
|
87
87
|
function z(i) {
|
|
88
88
|
return document.createElement(i);
|
|
89
89
|
}
|
|
90
|
-
function
|
|
90
|
+
function re(i) {
|
|
91
91
|
return document.createElementNS("http://www.w3.org/2000/svg", i);
|
|
92
92
|
}
|
|
93
93
|
function de(i) {
|
|
@@ -99,8 +99,8 @@ function J() {
|
|
|
99
99
|
function _i() {
|
|
100
100
|
return de("");
|
|
101
101
|
}
|
|
102
|
-
function V(i, e, t,
|
|
103
|
-
return i.addEventListener(e, t,
|
|
102
|
+
function V(i, e, t, n) {
|
|
103
|
+
return i.addEventListener(e, t, n), () => i.removeEventListener(e, t, n);
|
|
104
104
|
}
|
|
105
105
|
function yi(i) {
|
|
106
106
|
return function(e) {
|
|
@@ -123,8 +123,8 @@ function gt(i, e) {
|
|
|
123
123
|
function ce(i, e, t) {
|
|
124
124
|
i.classList.toggle(e, !!t);
|
|
125
125
|
}
|
|
126
|
-
function Ei(i, e, { bubbles: t = !1, cancelable:
|
|
127
|
-
return new CustomEvent(i, { detail: e, bubbles: t, cancelable:
|
|
126
|
+
function Ei(i, e, { bubbles: t = !1, cancelable: n = !1 } = {}) {
|
|
127
|
+
return new CustomEvent(i, { detail: e, bubbles: t, cancelable: n });
|
|
128
128
|
}
|
|
129
129
|
let Re;
|
|
130
130
|
function Ce(i) {
|
|
@@ -139,14 +139,14 @@ function Si(i) {
|
|
|
139
139
|
}
|
|
140
140
|
function pi() {
|
|
141
141
|
const i = It();
|
|
142
|
-
return (e, t, { cancelable:
|
|
142
|
+
return (e, t, { cancelable: n = !1 } = {}) => {
|
|
143
143
|
const o = i.$$.callbacks[e];
|
|
144
144
|
if (o) {
|
|
145
145
|
const u = Ei(
|
|
146
146
|
/** @type {string} */
|
|
147
147
|
e,
|
|
148
148
|
t,
|
|
149
|
-
{ cancelable:
|
|
149
|
+
{ cancelable: n }
|
|
150
150
|
);
|
|
151
151
|
return o.slice().forEach((a) => {
|
|
152
152
|
a.call(i, u);
|
|
@@ -157,14 +157,14 @@ function pi() {
|
|
|
157
157
|
}
|
|
158
158
|
function ht(i, e) {
|
|
159
159
|
const t = i.$$.callbacks[e.type];
|
|
160
|
-
t && t.slice().forEach((
|
|
160
|
+
t && t.slice().forEach((n) => n.call(this, e));
|
|
161
161
|
}
|
|
162
|
-
const Se = [],
|
|
162
|
+
const Se = [], nt = [];
|
|
163
163
|
let pe = [];
|
|
164
164
|
const bt = [], Ti = /* @__PURE__ */ Promise.resolve();
|
|
165
|
-
let
|
|
165
|
+
let rt = !1;
|
|
166
166
|
function Ni() {
|
|
167
|
-
|
|
167
|
+
rt || (rt = !0, Ti.then(At));
|
|
168
168
|
}
|
|
169
169
|
function ot(i) {
|
|
170
170
|
pe.push(i);
|
|
@@ -184,7 +184,7 @@ function At() {
|
|
|
184
184
|
} catch (e) {
|
|
185
185
|
throw Se.length = 0, Ee = 0, e;
|
|
186
186
|
}
|
|
187
|
-
for (Ce(null), Se.length = 0, Ee = 0;
|
|
187
|
+
for (Ce(null), Se.length = 0, Ee = 0; nt.length; ) nt.pop()();
|
|
188
188
|
for (let e = 0; e < pe.length; e += 1) {
|
|
189
189
|
const t = pe[e];
|
|
190
190
|
it.has(t) || (it.add(t), t());
|
|
@@ -193,7 +193,7 @@ function At() {
|
|
|
193
193
|
} while (Se.length);
|
|
194
194
|
for (; bt.length; )
|
|
195
195
|
bt.pop()();
|
|
196
|
-
|
|
196
|
+
rt = !1, it.clear(), Ce(i);
|
|
197
197
|
}
|
|
198
198
|
function Mi(i) {
|
|
199
199
|
if (i.fragment !== null) {
|
|
@@ -204,7 +204,7 @@ function Mi(i) {
|
|
|
204
204
|
}
|
|
205
205
|
function ki(i) {
|
|
206
206
|
const e = [], t = [];
|
|
207
|
-
pe.forEach((
|
|
207
|
+
pe.forEach((n) => i.indexOf(n) === -1 ? e.push(n) : t.push(n)), t.forEach((n) => n()), pe = e;
|
|
208
208
|
}
|
|
209
209
|
const He = /* @__PURE__ */ new Set();
|
|
210
210
|
let he;
|
|
@@ -222,13 +222,13 @@ function Pe() {
|
|
|
222
222
|
function H(i, e) {
|
|
223
223
|
i && i.i && (He.delete(i), i.i(e));
|
|
224
224
|
}
|
|
225
|
-
function Q(i, e, t,
|
|
225
|
+
function Q(i, e, t, n) {
|
|
226
226
|
if (i && i.o) {
|
|
227
227
|
if (He.has(i)) return;
|
|
228
228
|
He.add(i), he.c.push(() => {
|
|
229
|
-
He.delete(i),
|
|
229
|
+
He.delete(i), n && (t && i.d(1), n());
|
|
230
230
|
}), i.o(e);
|
|
231
|
-
} else
|
|
231
|
+
} else n && n();
|
|
232
232
|
}
|
|
233
233
|
function vt(i) {
|
|
234
234
|
return (i == null ? void 0 : i.length) !== void 0 ? i : Array.from(i);
|
|
@@ -238,7 +238,7 @@ function Ci(i, e) {
|
|
|
238
238
|
e.delete(i.key);
|
|
239
239
|
});
|
|
240
240
|
}
|
|
241
|
-
function Wi(i, e, t,
|
|
241
|
+
function Wi(i, e, t, n, o, u, a, r, d, c, f, h) {
|
|
242
242
|
let v = i.length, _ = u.length, w = v;
|
|
243
243
|
const W = {};
|
|
244
244
|
for (; w--; ) W[i[w].key] = w;
|
|
@@ -250,7 +250,7 @@ function Wi(i, e, t, r, o, u, a, n, d, c, f, h) {
|
|
|
250
250
|
}
|
|
251
251
|
const p = /* @__PURE__ */ new Set(), G = /* @__PURE__ */ new Set();
|
|
252
252
|
function b(g) {
|
|
253
|
-
H(g, 1), g.m(
|
|
253
|
+
H(g, 1), g.m(r, f), a.set(g.key, g), f = g.first, _--;
|
|
254
254
|
}
|
|
255
255
|
for (; v && _; ) {
|
|
256
256
|
const g = y[_ - 1], m = i[v - 1], k = g.key, j = m.key;
|
|
@@ -267,8 +267,8 @@ function fe(i) {
|
|
|
267
267
|
i && i.c();
|
|
268
268
|
}
|
|
269
269
|
function oe(i, e, t) {
|
|
270
|
-
const { fragment:
|
|
271
|
-
|
|
270
|
+
const { fragment: n, after_update: o } = i.$$;
|
|
271
|
+
n && n.m(e, t), ot(() => {
|
|
272
272
|
const u = i.$$.on_mount.map(Dt).filter(Ot);
|
|
273
273
|
i.$$.on_destroy ? i.$$.on_destroy.push(...u) : ae(u), i.$$.on_mount = [];
|
|
274
274
|
}), o.forEach(ot);
|
|
@@ -280,7 +280,7 @@ function se(i, e) {
|
|
|
280
280
|
function Ri(i, e) {
|
|
281
281
|
i.$$.dirty[0] === -1 && (Se.push(i), Ni(), i.$$.dirty.fill(0)), i.$$.dirty[e / 31 | 0] |= 1 << e % 31;
|
|
282
282
|
}
|
|
283
|
-
function ve(i, e, t,
|
|
283
|
+
function ve(i, e, t, n, o, u, a = null, r = [-1]) {
|
|
284
284
|
const d = Re;
|
|
285
285
|
Ce(i);
|
|
286
286
|
const c = i.$$ = {
|
|
@@ -300,7 +300,7 @@ function ve(i, e, t, r, o, u, a = null, n = [-1]) {
|
|
|
300
300
|
context: new Map(e.context || (d ? d.$$.context : [])),
|
|
301
301
|
// everything else
|
|
302
302
|
callbacks: ft(),
|
|
303
|
-
dirty:
|
|
303
|
+
dirty: r,
|
|
304
304
|
skip_bound: !1,
|
|
305
305
|
root: e.target || d.$$.root
|
|
306
306
|
};
|
|
@@ -309,7 +309,7 @@ function ve(i, e, t, r, o, u, a = null, n = [-1]) {
|
|
|
309
309
|
if (c.ctx = t ? t(i, e.props || {}, (h, v, ..._) => {
|
|
310
310
|
const w = _.length ? _[0] : v;
|
|
311
311
|
return c.ctx && o(c.ctx[h], c.ctx[h] = w) && (!c.skip_bound && c.bound[h] && c.bound[h](w), f && Ri(i, h)), v;
|
|
312
|
-
}) : [], c.update(), f = !0, ae(c.before_update), c.fragment =
|
|
312
|
+
}) : [], c.update(), f = !0, ae(c.before_update), c.fragment = n ? n(c.ctx) : !1, e.target) {
|
|
313
313
|
if (e.hydrate) {
|
|
314
314
|
const h = wi(e.target);
|
|
315
315
|
c.fragment && c.fragment.l(h), h.forEach(O);
|
|
@@ -351,10 +351,10 @@ class Le {
|
|
|
351
351
|
$on(e, t) {
|
|
352
352
|
if (!Ot(t))
|
|
353
353
|
return I;
|
|
354
|
-
const
|
|
355
|
-
return
|
|
356
|
-
const o =
|
|
357
|
-
o !== -1 &&
|
|
354
|
+
const n = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
|
|
355
|
+
return n.push(t), () => {
|
|
356
|
+
const o = n.indexOf(t);
|
|
357
|
+
o !== -1 && n.splice(o, 1);
|
|
358
358
|
};
|
|
359
359
|
}
|
|
360
360
|
/**
|
|
@@ -371,16 +371,16 @@ function Di(i) {
|
|
|
371
371
|
let e, t;
|
|
372
372
|
return {
|
|
373
373
|
c() {
|
|
374
|
-
e =
|
|
374
|
+
e = re("svg"), t = re("path"), l(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"), l(e, "viewBox", "0 0 14 14"), l(e, "width", "13"), l(e, "height", "13"), l(e, "class", "svelte-en2qvf");
|
|
375
375
|
},
|
|
376
|
-
m(
|
|
377
|
-
A(
|
|
376
|
+
m(n, o) {
|
|
377
|
+
A(n, e, o), M(e, t);
|
|
378
378
|
},
|
|
379
379
|
p: I,
|
|
380
380
|
i: I,
|
|
381
381
|
o: I,
|
|
382
|
-
d(
|
|
383
|
-
|
|
382
|
+
d(n) {
|
|
383
|
+
n && O(e);
|
|
384
384
|
}
|
|
385
385
|
};
|
|
386
386
|
}
|
|
@@ -393,16 +393,16 @@ function Oi(i) {
|
|
|
393
393
|
let e, t;
|
|
394
394
|
return {
|
|
395
395
|
c() {
|
|
396
|
-
e =
|
|
396
|
+
e = re("svg"), t = re("path"), l(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"), l(e, "viewBox", "0 0 30 30"), l(e, "fill", "none"), l(e, "xmlns", "http://www.w3.org/2000/svg"), l(e, "class", "svelte-d2loi5");
|
|
397
397
|
},
|
|
398
|
-
m(
|
|
399
|
-
A(
|
|
398
|
+
m(n, o) {
|
|
399
|
+
A(n, e, o), M(e, t);
|
|
400
400
|
},
|
|
401
401
|
p: I,
|
|
402
402
|
i: I,
|
|
403
403
|
o: I,
|
|
404
|
-
d(
|
|
405
|
-
|
|
404
|
+
d(n) {
|
|
405
|
+
n && O(e);
|
|
406
406
|
}
|
|
407
407
|
};
|
|
408
408
|
}
|
|
@@ -423,22 +423,22 @@ function Ui(i) {
|
|
|
423
423
|
i[6]
|
|
424
424
|
), l(e, "class", "svelte-ltkwvy");
|
|
425
425
|
},
|
|
426
|
-
m(
|
|
427
|
-
A(
|
|
426
|
+
m(n, o) {
|
|
427
|
+
A(n, e, o);
|
|
428
428
|
},
|
|
429
|
-
p(
|
|
429
|
+
p(n, o) {
|
|
430
430
|
o & /*iconsBaseUrl*/
|
|
431
431
|
8 && !K(e.src, t = /*iconsBaseUrl*/
|
|
432
|
-
|
|
432
|
+
n[3] + "area.svg") && l(e, "src", t), o & /*placeType*/
|
|
433
433
|
64 && l(
|
|
434
434
|
e,
|
|
435
435
|
"alt",
|
|
436
436
|
/*placeType*/
|
|
437
|
-
|
|
437
|
+
n[6]
|
|
438
438
|
);
|
|
439
439
|
},
|
|
440
|
-
d(
|
|
441
|
-
|
|
440
|
+
d(n) {
|
|
441
|
+
n && O(e);
|
|
442
442
|
}
|
|
443
443
|
};
|
|
444
444
|
}
|
|
@@ -454,22 +454,22 @@ function Ii(i) {
|
|
|
454
454
|
i[6]
|
|
455
455
|
), l(e, "class", "svelte-ltkwvy");
|
|
456
456
|
},
|
|
457
|
-
m(
|
|
458
|
-
A(
|
|
457
|
+
m(n, o) {
|
|
458
|
+
A(n, e, o);
|
|
459
459
|
},
|
|
460
|
-
p(
|
|
460
|
+
p(n, o) {
|
|
461
461
|
o & /*iconsBaseUrl*/
|
|
462
462
|
8 && !K(e.src, t = /*iconsBaseUrl*/
|
|
463
|
-
|
|
463
|
+
n[3] + "reverse.svg") && l(e, "src", t), o & /*placeType*/
|
|
464
464
|
64 && l(
|
|
465
465
|
e,
|
|
466
466
|
"alt",
|
|
467
467
|
/*placeType*/
|
|
468
|
-
|
|
468
|
+
n[6]
|
|
469
469
|
);
|
|
470
470
|
},
|
|
471
|
-
d(
|
|
472
|
-
|
|
471
|
+
d(n) {
|
|
472
|
+
n && O(e);
|
|
473
473
|
}
|
|
474
474
|
};
|
|
475
475
|
}
|
|
@@ -485,22 +485,22 @@ function Ai(i) {
|
|
|
485
485
|
i[6]
|
|
486
486
|
), l(e, "class", "svelte-ltkwvy");
|
|
487
487
|
},
|
|
488
|
-
m(
|
|
489
|
-
A(
|
|
488
|
+
m(n, o) {
|
|
489
|
+
A(n, e, o);
|
|
490
490
|
},
|
|
491
|
-
p(
|
|
491
|
+
p(n, o) {
|
|
492
492
|
o & /*iconsBaseUrl*/
|
|
493
493
|
8 && !K(e.src, t = /*iconsBaseUrl*/
|
|
494
|
-
|
|
494
|
+
n[3] + "poi.svg") && l(e, "src", t), o & /*placeType*/
|
|
495
495
|
64 && l(
|
|
496
496
|
e,
|
|
497
497
|
"alt",
|
|
498
498
|
/*placeType*/
|
|
499
|
-
|
|
499
|
+
n[6]
|
|
500
500
|
);
|
|
501
501
|
},
|
|
502
|
-
d(
|
|
503
|
-
|
|
502
|
+
d(n) {
|
|
503
|
+
n && O(e);
|
|
504
504
|
}
|
|
505
505
|
};
|
|
506
506
|
}
|
|
@@ -516,22 +516,22 @@ function Bi(i) {
|
|
|
516
516
|
i[6]
|
|
517
517
|
), l(e, "class", "svelte-ltkwvy");
|
|
518
518
|
},
|
|
519
|
-
m(
|
|
520
|
-
A(
|
|
519
|
+
m(n, o) {
|
|
520
|
+
A(n, e, o);
|
|
521
521
|
},
|
|
522
|
-
p(
|
|
522
|
+
p(n, o) {
|
|
523
523
|
o & /*iconsBaseUrl*/
|
|
524
524
|
8 && !K(e.src, t = /*iconsBaseUrl*/
|
|
525
|
-
|
|
525
|
+
n[3] + "postal_code.svg") && l(e, "src", t), o & /*placeType*/
|
|
526
526
|
64 && l(
|
|
527
527
|
e,
|
|
528
528
|
"alt",
|
|
529
529
|
/*placeType*/
|
|
530
|
-
|
|
530
|
+
n[6]
|
|
531
531
|
);
|
|
532
532
|
},
|
|
533
|
-
d(
|
|
534
|
-
|
|
533
|
+
d(n) {
|
|
534
|
+
n && O(e);
|
|
535
535
|
}
|
|
536
536
|
};
|
|
537
537
|
}
|
|
@@ -547,22 +547,22 @@ function Fi(i) {
|
|
|
547
547
|
i[6]
|
|
548
548
|
), l(e, "class", "svelte-ltkwvy");
|
|
549
549
|
},
|
|
550
|
-
m(
|
|
551
|
-
A(
|
|
550
|
+
m(n, o) {
|
|
551
|
+
A(n, e, o);
|
|
552
552
|
},
|
|
553
|
-
p(
|
|
553
|
+
p(n, o) {
|
|
554
554
|
o & /*iconsBaseUrl*/
|
|
555
555
|
8 && !K(e.src, t = /*iconsBaseUrl*/
|
|
556
|
-
|
|
556
|
+
n[3] + "street.svg") && l(e, "src", t), o & /*placeType*/
|
|
557
557
|
64 && l(
|
|
558
558
|
e,
|
|
559
559
|
"alt",
|
|
560
560
|
/*placeType*/
|
|
561
|
-
|
|
561
|
+
n[6]
|
|
562
562
|
);
|
|
563
563
|
},
|
|
564
|
-
d(
|
|
565
|
-
|
|
564
|
+
d(n) {
|
|
565
|
+
n && O(e);
|
|
566
566
|
}
|
|
567
567
|
};
|
|
568
568
|
}
|
|
@@ -578,22 +578,22 @@ function Hi(i) {
|
|
|
578
578
|
i[6]
|
|
579
579
|
), l(e, "class", "svelte-ltkwvy");
|
|
580
580
|
},
|
|
581
|
-
m(
|
|
582
|
-
A(
|
|
581
|
+
m(n, o) {
|
|
582
|
+
A(n, e, o);
|
|
583
583
|
},
|
|
584
|
-
p(
|
|
584
|
+
p(n, o) {
|
|
585
585
|
o & /*iconsBaseUrl*/
|
|
586
586
|
8 && !K(e.src, t = /*iconsBaseUrl*/
|
|
587
|
-
|
|
587
|
+
n[3] + "road.svg") && l(e, "src", t), o & /*placeType*/
|
|
588
588
|
64 && l(
|
|
589
589
|
e,
|
|
590
590
|
"alt",
|
|
591
591
|
/*placeType*/
|
|
592
|
-
|
|
592
|
+
n[6]
|
|
593
593
|
);
|
|
594
594
|
},
|
|
595
|
-
d(
|
|
596
|
-
|
|
595
|
+
d(n) {
|
|
596
|
+
n && O(e);
|
|
597
597
|
}
|
|
598
598
|
};
|
|
599
599
|
}
|
|
@@ -609,27 +609,27 @@ function ji(i) {
|
|
|
609
609
|
i[6]
|
|
610
610
|
), l(e, "class", "svelte-ltkwvy");
|
|
611
611
|
},
|
|
612
|
-
m(
|
|
613
|
-
A(
|
|
612
|
+
m(n, o) {
|
|
613
|
+
A(n, e, o);
|
|
614
614
|
},
|
|
615
|
-
p(
|
|
615
|
+
p(n, o) {
|
|
616
616
|
o & /*iconsBaseUrl*/
|
|
617
617
|
8 && !K(e.src, t = /*iconsBaseUrl*/
|
|
618
|
-
|
|
618
|
+
n[3] + "housenumber.svg") && l(e, "src", t), o & /*placeType*/
|
|
619
619
|
64 && l(
|
|
620
620
|
e,
|
|
621
621
|
"alt",
|
|
622
622
|
/*placeType*/
|
|
623
|
-
|
|
623
|
+
n[6]
|
|
624
624
|
);
|
|
625
625
|
},
|
|
626
|
-
d(
|
|
627
|
-
|
|
626
|
+
d(n) {
|
|
627
|
+
n && O(e);
|
|
628
628
|
}
|
|
629
629
|
};
|
|
630
630
|
}
|
|
631
631
|
function Pi(i) {
|
|
632
|
-
let e, t,
|
|
632
|
+
let e, t, n, o;
|
|
633
633
|
return {
|
|
634
634
|
c() {
|
|
635
635
|
e = z("img"), K(e.src, t = /*imageUrl*/
|
|
@@ -641,12 +641,12 @@ function Pi(i) {
|
|
|
641
641
|
), l(e, "class", "svelte-ltkwvy");
|
|
642
642
|
},
|
|
643
643
|
m(u, a) {
|
|
644
|
-
A(u, e, a),
|
|
644
|
+
A(u, e, a), n || (o = V(
|
|
645
645
|
e,
|
|
646
646
|
"error",
|
|
647
647
|
/*error_handler*/
|
|
648
648
|
i[14]
|
|
649
|
-
),
|
|
649
|
+
), n = !0);
|
|
650
650
|
},
|
|
651
651
|
p(u, a) {
|
|
652
652
|
a & /*imageUrl*/
|
|
@@ -660,7 +660,7 @@ function Pi(i) {
|
|
|
660
660
|
);
|
|
661
661
|
},
|
|
662
662
|
d(u) {
|
|
663
|
-
u && O(e),
|
|
663
|
+
u && O(e), n = !1, o();
|
|
664
664
|
}
|
|
665
665
|
};
|
|
666
666
|
}
|
|
@@ -673,24 +673,24 @@ function Lt(i) {
|
|
|
673
673
|
i[6]
|
|
674
674
|
), l(e, "class", "secondary svelte-ltkwvy");
|
|
675
675
|
},
|
|
676
|
-
m(
|
|
677
|
-
A(
|
|
676
|
+
m(n, o) {
|
|
677
|
+
A(n, e, o), M(e, t);
|
|
678
678
|
},
|
|
679
|
-
p(
|
|
679
|
+
p(n, o) {
|
|
680
680
|
o & /*placeType*/
|
|
681
681
|
64 && We(
|
|
682
682
|
t,
|
|
683
683
|
/*placeType*/
|
|
684
|
-
|
|
684
|
+
n[6]
|
|
685
685
|
);
|
|
686
686
|
},
|
|
687
|
-
d(
|
|
688
|
-
|
|
687
|
+
d(n) {
|
|
688
|
+
n && O(e);
|
|
689
689
|
}
|
|
690
690
|
};
|
|
691
691
|
}
|
|
692
692
|
function Zi(i) {
|
|
693
|
-
let e, t,
|
|
693
|
+
let e, t, n, o, u, a, r, d, c, f = (
|
|
694
694
|
/*isReverse*/
|
|
695
695
|
(i[7] ? (
|
|
696
696
|
/*feature*/
|
|
@@ -720,14 +720,14 @@ function Zi(i) {
|
|
|
720
720
|
function p(m, k) {
|
|
721
721
|
return k & /*feature*/
|
|
722
722
|
1 && (t = null), k & /*feature*/
|
|
723
|
-
1 && (
|
|
723
|
+
1 && (n = null), k & /*feature*/
|
|
724
724
|
1 && (o = null), k & /*feature*/
|
|
725
725
|
1 && (u = null), /*imageUrl*/
|
|
726
726
|
m[5] ? Pi : (
|
|
727
727
|
/*feature*/
|
|
728
728
|
m[0].address ? ji : (t == null && (t = !!/*feature*/
|
|
729
|
-
m[0].id.startsWith("road.")), t ? Hi : (
|
|
730
|
-
m[0].id.startsWith("address.")),
|
|
729
|
+
m[0].id.startsWith("road.")), t ? Hi : (n == null && (n = !!/*feature*/
|
|
730
|
+
m[0].id.startsWith("address.")), n ? Fi : (o == null && (o = !!/*feature*/
|
|
731
731
|
m[0].id.startsWith("postal_code.")), o ? Bi : (u == null && (u = !!/*feature*/
|
|
732
732
|
m[0].id.startsWith("poi.")), u ? Ai : (
|
|
733
733
|
/*isReverse*/
|
|
@@ -738,7 +738,7 @@ function Zi(i) {
|
|
|
738
738
|
let G = p(i, -1), b = G(i), g = _ && Lt(i);
|
|
739
739
|
return {
|
|
740
740
|
c() {
|
|
741
|
-
e = z("li"), b.c(), a = J(),
|
|
741
|
+
e = z("li"), b.c(), a = J(), r = z("span"), d = z("span"), c = z("span"), h = de(f), v = J(), g && g.c(), w = J(), W = z("span"), E = de(y), l(c, "class", "primary svelte-ltkwvy"), l(d, "class", "svelte-ltkwvy"), l(W, "class", "line2 svelte-ltkwvy"), l(r, "class", "texts svelte-ltkwvy"), l(e, "tabindex", "0"), l(
|
|
742
742
|
e,
|
|
743
743
|
"data-selected",
|
|
744
744
|
/*selected*/
|
|
@@ -751,7 +751,7 @@ function Zi(i) {
|
|
|
751
751
|
);
|
|
752
752
|
},
|
|
753
753
|
m(m, k) {
|
|
754
|
-
A(m, e, k), b.m(e, null), M(e, a), M(e,
|
|
754
|
+
A(m, e, k), b.m(e, null), M(e, a), M(e, r), M(r, d), M(d, c), M(c, h), M(d, v), g && g.m(d, null), M(r, w), M(r, W), M(W, E), C || (R = [
|
|
755
755
|
V(
|
|
756
756
|
e,
|
|
757
757
|
"mouseenter",
|
|
@@ -813,7 +813,7 @@ function Zi(i) {
|
|
|
813
813
|
}
|
|
814
814
|
function Gi(i, e, t) {
|
|
815
815
|
var R;
|
|
816
|
-
let
|
|
816
|
+
let n, o, { feature: u } = e, { selected: a = !1 } = e, { showPlaceType: r } = e, { missingIconsCache: d } = e, { iconsBaseUrl: c } = e;
|
|
817
817
|
const f = (R = u.properties) == null ? void 0 : R.categories;
|
|
818
818
|
let h, v, _ = 0, w = u.place_type[0] === "reverse";
|
|
819
819
|
function W() {
|
|
@@ -827,20 +827,20 @@ function Gi(i, e, t) {
|
|
|
827
827
|
}
|
|
828
828
|
const C = () => W();
|
|
829
829
|
return i.$$set = (p) => {
|
|
830
|
-
"feature" in p && t(0, u = p.feature), "selected" in p && t(1, a = p.selected), "showPlaceType" in p && t(2,
|
|
830
|
+
"feature" in p && t(0, u = p.feature), "selected" in p && t(1, a = p.selected), "showPlaceType" in p && t(2, r = p.showPlaceType), "missingIconsCache" in p && t(9, d = p.missingIconsCache), "iconsBaseUrl" in p && t(3, c = p.iconsBaseUrl);
|
|
831
831
|
}, i.$$.update = () => {
|
|
832
832
|
var p, G, b, g;
|
|
833
833
|
if (i.$$.dirty & /*loadIconAttempt, index, category, iconsBaseUrl, imageUrl, missingIconsCache*/
|
|
834
834
|
3640)
|
|
835
835
|
do
|
|
836
|
-
t(11,
|
|
837
|
-
while (
|
|
836
|
+
t(11, n--, n), t(4, h = f == null ? void 0 : f[n]), t(5, v = h ? c + h.replace(/ /g, "_") + ".svg" : void 0);
|
|
837
|
+
while (n > -1 && (!v || d.has(v)));
|
|
838
838
|
i.$$.dirty & /*feature*/
|
|
839
839
|
1 && t(6, o = ((G = (p = u.properties) == null ? void 0 : p.categories) == null ? void 0 : G.join(", ")) ?? ((g = (b = u.properties) == null ? void 0 : b.place_type_name) == null ? void 0 : g[0]) ?? u.place_type[0]);
|
|
840
|
-
}, t(11,
|
|
840
|
+
}, t(11, n = (f == null ? void 0 : f.length) ?? 0), [
|
|
841
841
|
u,
|
|
842
842
|
a,
|
|
843
|
-
|
|
843
|
+
r,
|
|
844
844
|
c,
|
|
845
845
|
h,
|
|
846
846
|
v,
|
|
@@ -849,7 +849,7 @@ function Gi(i, e, t) {
|
|
|
849
849
|
W,
|
|
850
850
|
d,
|
|
851
851
|
_,
|
|
852
|
-
|
|
852
|
+
n,
|
|
853
853
|
y,
|
|
854
854
|
E,
|
|
855
855
|
C
|
|
@@ -872,8 +872,8 @@ function Qi(i) {
|
|
|
872
872
|
c() {
|
|
873
873
|
e = z("div"), e.innerHTML = '<svg viewBox="0 0 18 18" width="24" height="24" class="svelte-7cmwmc"><path fill="#333" d="M4.4 4.4l.8.8c2.1-2.1 5.5-2.1 7.6 0l.8-.8c-2.5-2.5-6.7-2.5-9.2 0z"></path><path opacity=".1" d="M12.8 12.9c-2.1 2.1-5.5 2.1-7.6 0-2.1-2.1-2.1-5.5 0-7.7l-.8-.8c-2.5 2.5-2.5 6.7 0 9.2s6.6 2.5 9.2 0 2.5-6.6 0-9.2l-.8.8c2.2 2.1 2.2 5.6 0 7.7z"></path></svg>', l(e, "class", "svelte-7cmwmc");
|
|
874
874
|
},
|
|
875
|
-
m(t,
|
|
876
|
-
A(t, e,
|
|
875
|
+
m(t, n) {
|
|
876
|
+
A(t, e, n);
|
|
877
877
|
},
|
|
878
878
|
p: I,
|
|
879
879
|
i: I,
|
|
@@ -892,16 +892,16 @@ function Vi(i) {
|
|
|
892
892
|
let e, t;
|
|
893
893
|
return {
|
|
894
894
|
c() {
|
|
895
|
-
e =
|
|
895
|
+
e = re("svg"), t = re("path"), l(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"), l(e, "viewBox", "0 0 60.006 21.412"), l(e, "width", "14"), l(e, "height", "20"), l(e, "class", "svelte-en2qvf");
|
|
896
896
|
},
|
|
897
|
-
m(
|
|
898
|
-
A(
|
|
897
|
+
m(n, o) {
|
|
898
|
+
A(n, e, o), M(e, t);
|
|
899
899
|
},
|
|
900
900
|
p: I,
|
|
901
901
|
i: I,
|
|
902
902
|
o: I,
|
|
903
|
-
d(
|
|
904
|
-
|
|
903
|
+
d(n) {
|
|
904
|
+
n && O(e);
|
|
905
905
|
}
|
|
906
906
|
};
|
|
907
907
|
}
|
|
@@ -911,13 +911,13 @@ class xi extends Le {
|
|
|
911
911
|
}
|
|
912
912
|
}
|
|
913
913
|
function Ji(i) {
|
|
914
|
-
let e, t,
|
|
914
|
+
let e, t, n;
|
|
915
915
|
return {
|
|
916
916
|
c() {
|
|
917
|
-
e =
|
|
917
|
+
e = re("svg"), t = re("circle"), n = re("path"), l(t, "cx", "4.789"), l(t, "cy", "4.787"), l(t, "r", "3.85"), l(t, "class", "svelte-1aq105l"), l(n, "d", "M12.063 12.063 7.635 7.635"), l(n, "class", "svelte-1aq105l"), l(e, "xmlns", "http://www.w3.org/2000/svg"), l(e, "width", "13"), l(e, "height", "13"), l(e, "viewBox", "0 0 13 13"), l(e, "class", "svelte-1aq105l");
|
|
918
918
|
},
|
|
919
919
|
m(o, u) {
|
|
920
|
-
A(o, e, u), M(e, t), M(e,
|
|
920
|
+
A(o, e, u), M(e, t), M(e, n);
|
|
921
921
|
},
|
|
922
922
|
p: I,
|
|
923
923
|
i: I,
|
|
@@ -933,8 +933,8 @@ class Xi extends Le {
|
|
|
933
933
|
}
|
|
934
934
|
}
|
|
935
935
|
function Yi(i, e, t) {
|
|
936
|
-
const
|
|
937
|
-
return i ===
|
|
936
|
+
const n = e[1], o = e[0], u = n - o;
|
|
937
|
+
return i === n && t ? i : ((i - o) % u + u) % u + o;
|
|
938
938
|
}
|
|
939
939
|
function _t(i) {
|
|
940
940
|
const e = [...i];
|
|
@@ -942,9 +942,9 @@ function _t(i) {
|
|
|
942
942
|
}
|
|
943
943
|
let Me;
|
|
944
944
|
async function $i(i, e, t) {
|
|
945
|
-
const
|
|
945
|
+
const n = i == null ? void 0 : i.getCenterAndZoom();
|
|
946
946
|
for (const o of e ?? [])
|
|
947
|
-
if (!(
|
|
947
|
+
if (!(n && (o.minZoom != null && o.minZoom > n[0] || o.maxZoom != null && o.maxZoom < n[0]))) {
|
|
948
948
|
if (o.type === "fixed")
|
|
949
949
|
return o.coordinates.join(",");
|
|
950
950
|
e: if (o.type === "client-geolocation") {
|
|
@@ -955,9 +955,9 @@ async function $i(i, e, t) {
|
|
|
955
955
|
}
|
|
956
956
|
let u;
|
|
957
957
|
try {
|
|
958
|
-
return u = await new Promise((a,
|
|
958
|
+
return u = await new Promise((a, r) => {
|
|
959
959
|
t.signal.addEventListener("abort", () => {
|
|
960
|
-
|
|
960
|
+
r(Error("aborted"));
|
|
961
961
|
}), navigator.geolocation.getCurrentPosition(
|
|
962
962
|
(d) => {
|
|
963
963
|
a(
|
|
@@ -965,7 +965,7 @@ async function $i(i, e, t) {
|
|
|
965
965
|
);
|
|
966
966
|
},
|
|
967
967
|
(d) => {
|
|
968
|
-
|
|
968
|
+
r(d);
|
|
969
969
|
},
|
|
970
970
|
o
|
|
971
971
|
);
|
|
@@ -982,28 +982,28 @@ async function $i(i, e, t) {
|
|
|
982
982
|
}
|
|
983
983
|
if (o.type === "server-geolocation")
|
|
984
984
|
return "ip";
|
|
985
|
-
if (
|
|
986
|
-
return
|
|
985
|
+
if (n && o.type === "map-center")
|
|
986
|
+
return n[1].toFixed(6) + "," + n[2].toFixed(6);
|
|
987
987
|
}
|
|
988
988
|
}
|
|
989
|
-
const
|
|
990
|
-
function
|
|
989
|
+
const en = /^(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, yt = /^([+-]?[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,})$/, wt = /^(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, Et = /^(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, St = /^(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, pt = /^(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;
|
|
990
|
+
function tn(i) {
|
|
991
991
|
if (!["DMS", "DM", "DD"].includes(i))
|
|
992
992
|
throw new Error("invalid format specified");
|
|
993
993
|
if (this.decimalCoordinates && this.decimalCoordinates.trim()) {
|
|
994
|
-
const e = this.decimalCoordinates.split(",").map((_) => Number(_.trim())), t = Number(e[0]),
|
|
994
|
+
const e = this.decimalCoordinates.split(",").map((_) => Number(_.trim())), t = Number(e[0]), n = Number(e[1]), o = Math.abs(t), u = Math.abs(n), a = t > 0 ? "N" : "S", r = n > 0 ? "E" : "W";
|
|
995
995
|
let d;
|
|
996
|
-
i == "DD" && (d = `${o}° ${a}, ${u}° ${
|
|
996
|
+
i == "DD" && (d = `${o}° ${a}, ${u}° ${r}`);
|
|
997
997
|
const c = Math.floor(o), f = Math.floor(u), h = (o - c) * 60, v = (u - f) * 60;
|
|
998
998
|
if (i == "DM") {
|
|
999
999
|
let _ = Tt(h, 3).toFixed(3).padStart(6, "0"), w = Tt(v, 3).toFixed(3).padStart(6, "0");
|
|
1000
|
-
_.endsWith(".000") && w.endsWith(".000") && (_ = _.replace(/\.000$/, ""), w = w.replace(/\.000$/, "")), d = `${c}° ${_}' ${a}, ${f}° ${w}' ${
|
|
1000
|
+
_.endsWith(".000") && w.endsWith(".000") && (_ = _.replace(/\.000$/, ""), w = w.replace(/\.000$/, "")), d = `${c}° ${_}' ${a}, ${f}° ${w}' ${r}`;
|
|
1001
1001
|
}
|
|
1002
1002
|
if (i == "DMS") {
|
|
1003
1003
|
const _ = Math.floor(h), w = Math.floor(v);
|
|
1004
1004
|
let W = ((h - _) * 60).toFixed(1).padStart(4, "0"), y = ((v - w) * 60).toFixed(1).padStart(4, "0");
|
|
1005
1005
|
const E = _.toString().padStart(2, "0"), C = w.toString().padStart(2, "0");
|
|
1006
|
-
W.endsWith(".0") && y.endsWith(".0") && (W = W.replace(/\.0$/, ""), y = y.replace(/\.0$/, "")), d = `${c}° ${E}' ${W}" ${a}, ${f}° ${C}' ${y}" ${
|
|
1006
|
+
W.endsWith(".0") && y.endsWith(".0") && (W = W.replace(/\.0$/, ""), y = y.replace(/\.0$/, "")), d = `${c}° ${E}' ${W}" ${a}, ${f}° ${C}' ${y}" ${r}`;
|
|
1007
1007
|
}
|
|
1008
1008
|
return d;
|
|
1009
1009
|
} else
|
|
@@ -1015,43 +1015,43 @@ function Tt(i, e) {
|
|
|
1015
1015
|
}
|
|
1016
1016
|
function st(i, e) {
|
|
1017
1017
|
e || (e = 5), i = i.replace(/\s+/g, " ").trim();
|
|
1018
|
-
let t = null,
|
|
1019
|
-
if (
|
|
1018
|
+
let t = null, n = null, o = "", u = "", a = null, r = [], d = !1;
|
|
1019
|
+
if (en.test(i))
|
|
1020
1020
|
throw new Error("invalid coordinate value");
|
|
1021
1021
|
if (yt.test(i))
|
|
1022
|
-
if (
|
|
1023
|
-
t = Math.abs(
|
|
1022
|
+
if (r = yt.exec(i), d = ke(r), d)
|
|
1023
|
+
t = Math.abs(r[1]) + r[2] / 60, Number(r[1]) < 0 && (t *= -1), n = Math.abs(r[3]) + r[4] / 60, Number(r[3]) < 0 && (n *= -1), a = "DM";
|
|
1024
1024
|
else
|
|
1025
1025
|
throw new Error("invalid coordinate format");
|
|
1026
1026
|
else if (wt.test(i))
|
|
1027
|
-
if (
|
|
1028
|
-
if (t =
|
|
1027
|
+
if (r = wt.exec(i), d = ke(r), d) {
|
|
1028
|
+
if (t = r[2], n = r[6], t.includes(",") && (t = t.replace(",", ".")), n.includes(",") && (n = n.replace(",", ".")), a = "DD", Number(Math.round(t)) == Number(t))
|
|
1029
1029
|
throw new Error("integer only coordinate provided");
|
|
1030
|
-
if (Number(Math.round(
|
|
1030
|
+
if (Number(Math.round(n)) == Number(n))
|
|
1031
1031
|
throw new Error("integer only coordinate provided");
|
|
1032
|
-
|
|
1032
|
+
r[1] ? (o = r[1], u = r[5]) : r[4] && (o = r[4], u = r[8]);
|
|
1033
1033
|
} else
|
|
1034
1034
|
throw new Error("invalid decimal coordinate format");
|
|
1035
1035
|
else if (Et.test(i))
|
|
1036
|
-
if (
|
|
1037
|
-
t = Math.abs(parseInt(
|
|
1036
|
+
if (r = Et.exec(i), d = ke(r), d)
|
|
1037
|
+
t = Math.abs(parseInt(r[2])), r[4] && (t += r[4] / 60, a = "DM"), r[6] && (t += r[6].replace(",", ".") / 3600, a = "DMS"), parseInt(r[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(r[9])), r[11] && (n += r[11] / 60), r[13] && (n += r[13].replace(",", ".") / 3600), parseInt(r[9]) < 0 && (n = -1 * n), r[1] ? (o = r[1], u = r[8]) : r[7] && (o = r[7], u = r[14]);
|
|
1038
1038
|
else
|
|
1039
1039
|
throw new Error("invalid DMS coordinates format");
|
|
1040
1040
|
else if (St.test(i))
|
|
1041
|
-
if (
|
|
1042
|
-
t = Math.abs(parseInt(
|
|
1041
|
+
if (r = St.exec(i), d = ke(r), d)
|
|
1042
|
+
t = Math.abs(parseInt(r[2])), r[4] && (t += r[4] / 60, a = "DM"), r[6] && (t += r[6] / 3600, a = "DMS"), parseInt(r[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(r[10])), r[12] && (n += r[12] / 60), r[14] && (n += r[14] / 3600), parseInt(r[10]) < 0 && (n = -1 * n), r[1] ? (o = r[1], u = r[9]) : r[8] && (o = r[8], u = r[16]);
|
|
1043
1043
|
else
|
|
1044
1044
|
throw new Error("invalid DMS coordinates format");
|
|
1045
1045
|
else if (pt.test(i)) {
|
|
1046
|
-
if (
|
|
1046
|
+
if (r = pt.exec(i), d = ke(r), r.filter((c) => c).length <= 5)
|
|
1047
1047
|
throw new Error("invalid coordinates format");
|
|
1048
1048
|
if (d)
|
|
1049
|
-
t = Math.abs(parseInt(
|
|
1049
|
+
t = Math.abs(parseInt(r[2])), r[4] && (t += r[4].replace(",", ".") / 60, a = "DM"), r[6] && (t += r[6].replace(",", ".") / 3600, a = "DMS"), parseInt(r[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(r[10])), r[12] && (n += r[12].replace(",", ".") / 60), r[14] && (n += r[14].replace(",", ".") / 3600), parseInt(r[10]) < 0 && (n = -1 * n), r[1] ? (o = r[1], u = r[9]) : r[8] && (o = r[8], u = r[16]);
|
|
1050
1050
|
else
|
|
1051
1051
|
throw new Error("invalid coordinates format");
|
|
1052
1052
|
}
|
|
1053
1053
|
if (d) {
|
|
1054
|
-
if (Math.abs(
|
|
1054
|
+
if (Math.abs(n) >= 180)
|
|
1055
1055
|
throw new Error("invalid longitude value");
|
|
1056
1056
|
if (Math.abs(t) >= 90)
|
|
1057
1057
|
throw new Error("invalid latitude value");
|
|
@@ -1059,10 +1059,10 @@ function st(i, e) {
|
|
|
1059
1059
|
throw new Error("invalid coordinates value");
|
|
1060
1060
|
if (o && o == u)
|
|
1061
1061
|
throw new Error("invalid coordinates format");
|
|
1062
|
-
t.toString().includes(",") && (t = t.replace(",", ".")),
|
|
1062
|
+
t.toString().includes(",") && (t = t.replace(",", ".")), n.toString().includes(",") && (n = n.replace(",", "."));
|
|
1063
1063
|
let c = /S|SOUTH/i;
|
|
1064
|
-
c.test(o) && t > 0 && (t = -1 * t), c = /W|WEST/i, c.test(u) &&
|
|
1065
|
-
const f =
|
|
1064
|
+
c.test(o) && t > 0 && (t = -1 * t), c = /W|WEST/i, c.test(u) && n > 0 && (n = -1 * n);
|
|
1065
|
+
const f = r[0].trim();
|
|
1066
1066
|
let h, v;
|
|
1067
1067
|
const _ = /[,/;\u0020]/g, w = f.match(_);
|
|
1068
1068
|
if (w == null) {
|
|
@@ -1089,16 +1089,16 @@ function st(i, e) {
|
|
|
1089
1089
|
throw new Error("invalid coordinates format");
|
|
1090
1090
|
if (/^\d+$/.test(h) || /^\d+$/.test(v))
|
|
1091
1091
|
throw new Error("degree only coordinate/s provided");
|
|
1092
|
-
return t = Number(Number(t).toFixed(e)),
|
|
1092
|
+
return t = Number(Number(t).toFixed(e)), n = Number(Number(n).toFixed(e)), Object.freeze({
|
|
1093
1093
|
verbatimCoordinates: f,
|
|
1094
1094
|
verbatimLatitude: h,
|
|
1095
1095
|
verbatimLongitude: v,
|
|
1096
1096
|
decimalLatitude: t,
|
|
1097
|
-
decimalLongitude:
|
|
1098
|
-
decimalCoordinates: `${t},${
|
|
1097
|
+
decimalLongitude: n,
|
|
1098
|
+
decimalCoordinates: `${t},${n}`,
|
|
1099
1099
|
originalFormat: a,
|
|
1100
|
-
closeEnough:
|
|
1101
|
-
toCoordinateFormat:
|
|
1100
|
+
closeEnough: nn,
|
|
1101
|
+
toCoordinateFormat: tn
|
|
1102
1102
|
});
|
|
1103
1103
|
} else
|
|
1104
1104
|
throw new Error("coordinates pattern match failed");
|
|
@@ -1109,11 +1109,11 @@ function ke(i) {
|
|
|
1109
1109
|
const e = [...i];
|
|
1110
1110
|
if (e.shift(), e.length % 2 > 0)
|
|
1111
1111
|
return !1;
|
|
1112
|
-
const t = /^[-+]?\d+([\.,]\d+)?$/,
|
|
1112
|
+
const t = /^[-+]?\d+([\.,]\d+)?$/, n = /[eastsouthnorthwest]+/i, o = e.length / 2;
|
|
1113
1113
|
for (let u = 0; u < o; u++) {
|
|
1114
|
-
const a = e[u],
|
|
1115
|
-
if (!(a == null &&
|
|
1116
|
-
if (a == null ||
|
|
1114
|
+
const a = e[u], r = e[u + o], d = t.test(a) && t.test(r), c = n.test(a) && n.test(r), f = a == r;
|
|
1115
|
+
if (!(a == null && r == null)) {
|
|
1116
|
+
if (a == null || r == null)
|
|
1117
1117
|
return !1;
|
|
1118
1118
|
if (d || c || f)
|
|
1119
1119
|
continue;
|
|
@@ -1126,7 +1126,7 @@ function Nt(i, e) {
|
|
|
1126
1126
|
const t = Math.abs(i - e);
|
|
1127
1127
|
return Number(t.toFixed(6)) <= 1e-5;
|
|
1128
1128
|
}
|
|
1129
|
-
function
|
|
1129
|
+
function nn(i) {
|
|
1130
1130
|
if (!i)
|
|
1131
1131
|
throw new Error("coords must be provided");
|
|
1132
1132
|
if (i.includes(",")) {
|
|
@@ -1137,13 +1137,13 @@ function ir(i) {
|
|
|
1137
1137
|
} else
|
|
1138
1138
|
throw new Error("coords being tested must be separated by a comma");
|
|
1139
1139
|
}
|
|
1140
|
-
const
|
|
1140
|
+
const rn = Object.freeze({
|
|
1141
1141
|
DMS: "DMS",
|
|
1142
1142
|
DM: "DM",
|
|
1143
1143
|
DD: "DD"
|
|
1144
1144
|
});
|
|
1145
|
-
st.to =
|
|
1146
|
-
const
|
|
1145
|
+
st.to = rn;
|
|
1146
|
+
const on = [
|
|
1147
1147
|
{
|
|
1148
1148
|
verbatimCoordinates: "40.123, -74.123",
|
|
1149
1149
|
verbatimLatitude: "40.123",
|
|
@@ -1284,10 +1284,10 @@ const nr = [
|
|
|
1284
1284
|
verbatimLatitude: "40 7 22.8",
|
|
1285
1285
|
verbatimLongitude: "-74 7 22.8"
|
|
1286
1286
|
}
|
|
1287
|
-
],
|
|
1287
|
+
], sn = {
|
|
1288
1288
|
decimalLatitude: 40.123,
|
|
1289
1289
|
decimalLongitude: -74.123
|
|
1290
|
-
},
|
|
1290
|
+
}, an = [
|
|
1291
1291
|
{
|
|
1292
1292
|
verbatimCoordinates: `50°4'17.698"south, 14°24'2.826"east`,
|
|
1293
1293
|
verbatimLatitude: `50°4'17.698"south`,
|
|
@@ -1372,7 +1372,7 @@ const nr = [
|
|
|
1372
1372
|
decimalLatitude: -18.4,
|
|
1373
1373
|
decimalLongitude: 22.75
|
|
1374
1374
|
}
|
|
1375
|
-
],
|
|
1375
|
+
], ln = [
|
|
1376
1376
|
{
|
|
1377
1377
|
verbatimCoordinates: "10.432342S 10.6345345E",
|
|
1378
1378
|
verbatimLatitude: "10.432342S",
|
|
@@ -1507,18 +1507,18 @@ const nr = [
|
|
|
1507
1507
|
decimalLongitude: 18.33453
|
|
1508
1508
|
}
|
|
1509
1509
|
];
|
|
1510
|
-
function
|
|
1510
|
+
function un() {
|
|
1511
1511
|
const i = [];
|
|
1512
|
-
return
|
|
1513
|
-
e.decimalLatitude ? i.push(e) : i.push({ ...e, ...
|
|
1514
|
-
}), [...i, ...
|
|
1512
|
+
return on.forEach((e) => {
|
|
1513
|
+
e.decimalLatitude ? i.push(e) : i.push({ ...e, ...sn });
|
|
1514
|
+
}), [...i, ...an, ...ln];
|
|
1515
1515
|
}
|
|
1516
|
-
const
|
|
1517
|
-
st.formats =
|
|
1518
|
-
const
|
|
1516
|
+
const cn = un();
|
|
1517
|
+
st.formats = cn.map((i) => i.verbatimCoordinates);
|
|
1518
|
+
const dn = st;
|
|
1519
1519
|
function Mt(i, e, t) {
|
|
1520
|
-
const
|
|
1521
|
-
return
|
|
1520
|
+
const n = i.slice();
|
|
1521
|
+
return n[86] = e[t], n[88] = t, n;
|
|
1522
1522
|
}
|
|
1523
1523
|
function kt(i) {
|
|
1524
1524
|
let e, t;
|
|
@@ -1526,22 +1526,22 @@ function kt(i) {
|
|
|
1526
1526
|
c() {
|
|
1527
1527
|
fe(e.$$.fragment);
|
|
1528
1528
|
},
|
|
1529
|
-
m(
|
|
1530
|
-
oe(e,
|
|
1529
|
+
m(n, o) {
|
|
1530
|
+
oe(e, n, o), t = !0;
|
|
1531
1531
|
},
|
|
1532
|
-
i(
|
|
1533
|
-
t || (H(e.$$.fragment,
|
|
1532
|
+
i(n) {
|
|
1533
|
+
t || (H(e.$$.fragment, n), t = !0);
|
|
1534
1534
|
},
|
|
1535
|
-
o(
|
|
1536
|
-
Q(e.$$.fragment,
|
|
1535
|
+
o(n) {
|
|
1536
|
+
Q(e.$$.fragment, n), t = !1;
|
|
1537
1537
|
},
|
|
1538
|
-
d(
|
|
1539
|
-
se(e,
|
|
1538
|
+
d(n) {
|
|
1539
|
+
se(e, n);
|
|
1540
1540
|
}
|
|
1541
1541
|
};
|
|
1542
1542
|
}
|
|
1543
1543
|
function Ct(i) {
|
|
1544
|
-
let e, t,
|
|
1544
|
+
let e, t, n, o, u;
|
|
1545
1545
|
return t = new xi({}), {
|
|
1546
1546
|
c() {
|
|
1547
1547
|
e = z("button"), fe(t.$$.fragment), l(e, "type", "button"), l(
|
|
@@ -1556,22 +1556,22 @@ function Ct(i) {
|
|
|
1556
1556
|
i[0]
|
|
1557
1557
|
);
|
|
1558
1558
|
},
|
|
1559
|
-
m(a,
|
|
1560
|
-
A(a, e,
|
|
1559
|
+
m(a, r) {
|
|
1560
|
+
A(a, e, r), oe(t, e, null), n = !0, o || (u = V(
|
|
1561
1561
|
e,
|
|
1562
1562
|
"click",
|
|
1563
1563
|
/*click_handler_2*/
|
|
1564
1564
|
i[70]
|
|
1565
1565
|
), o = !0);
|
|
1566
1566
|
},
|
|
1567
|
-
p(a,
|
|
1568
|
-
(!
|
|
1567
|
+
p(a, r) {
|
|
1568
|
+
(!n || r[0] & /*reverseButtonTitle*/
|
|
1569
1569
|
512) && l(
|
|
1570
1570
|
e,
|
|
1571
1571
|
"title",
|
|
1572
1572
|
/*reverseButtonTitle*/
|
|
1573
1573
|
a[9]
|
|
1574
|
-
), (!
|
|
1574
|
+
), (!n || r[0] & /*reverseActive*/
|
|
1575
1575
|
1) && ce(
|
|
1576
1576
|
e,
|
|
1577
1577
|
"active",
|
|
@@ -1580,18 +1580,18 @@ function Ct(i) {
|
|
|
1580
1580
|
);
|
|
1581
1581
|
},
|
|
1582
1582
|
i(a) {
|
|
1583
|
-
|
|
1583
|
+
n || (H(t.$$.fragment, a), n = !0);
|
|
1584
1584
|
},
|
|
1585
1585
|
o(a) {
|
|
1586
|
-
Q(t.$$.fragment, a),
|
|
1586
|
+
Q(t.$$.fragment, a), n = !1;
|
|
1587
1587
|
},
|
|
1588
1588
|
d(a) {
|
|
1589
1589
|
a && O(e), se(t), o = !1, u();
|
|
1590
1590
|
}
|
|
1591
1591
|
};
|
|
1592
1592
|
}
|
|
1593
|
-
function
|
|
1594
|
-
let e, t = [],
|
|
1593
|
+
function fn(i) {
|
|
1594
|
+
let e, t = [], n = /* @__PURE__ */ new Map(), o, u, a, r = vt(
|
|
1595
1595
|
/*listFeatures*/
|
|
1596
1596
|
i[14]
|
|
1597
1597
|
);
|
|
@@ -1601,9 +1601,9 @@ function dr(i) {
|
|
|
1601
1601
|
(c[86].address ? "," + /*feature*/
|
|
1602
1602
|
c[86].address : "")
|
|
1603
1603
|
);
|
|
1604
|
-
for (let c = 0; c <
|
|
1605
|
-
let f = Mt(i,
|
|
1606
|
-
|
|
1604
|
+
for (let c = 0; c < r.length; c += 1) {
|
|
1605
|
+
let f = Mt(i, r, c), h = d(f);
|
|
1606
|
+
n.set(h, t[c] = Wt(h, f));
|
|
1607
1607
|
}
|
|
1608
1608
|
return {
|
|
1609
1609
|
c() {
|
|
@@ -1633,14 +1633,14 @@ function dr(i) {
|
|
|
1633
1633
|
},
|
|
1634
1634
|
p(c, f) {
|
|
1635
1635
|
f[0] & /*listFeatures, showPlaceType, selectedItemIndex, missingIconsCache, iconsBaseUrl, pick*/
|
|
1636
|
-
17880064 && (
|
|
1636
|
+
17880064 && (r = vt(
|
|
1637
1637
|
/*listFeatures*/
|
|
1638
1638
|
c[14]
|
|
1639
|
-
), je(), t = Wi(t, f, d, 1, c,
|
|
1639
|
+
), je(), t = Wi(t, f, d, 1, c, r, n, e, Ci, Wt, null, Mt), Pe());
|
|
1640
1640
|
},
|
|
1641
1641
|
i(c) {
|
|
1642
1642
|
if (!o) {
|
|
1643
|
-
for (let f = 0; f <
|
|
1643
|
+
for (let f = 0; f < r.length; f += 1)
|
|
1644
1644
|
H(t[f]);
|
|
1645
1645
|
o = !0;
|
|
1646
1646
|
}
|
|
@@ -1658,66 +1658,66 @@ function dr(i) {
|
|
|
1658
1658
|
}
|
|
1659
1659
|
};
|
|
1660
1660
|
}
|
|
1661
|
-
function
|
|
1662
|
-
let e, t,
|
|
1661
|
+
function mn(i) {
|
|
1662
|
+
let e, t, n, o, u, a;
|
|
1663
1663
|
return t = new Ft({}), {
|
|
1664
1664
|
c() {
|
|
1665
|
-
e = z("div"), fe(t.$$.fragment),
|
|
1665
|
+
e = z("div"), fe(t.$$.fragment), n = J(), o = z("div"), u = de(
|
|
1666
1666
|
/*noResultsMessage*/
|
|
1667
1667
|
i[7]
|
|
1668
1668
|
), l(o, "class", "svelte-bz0zu3"), l(e, "class", "no-results svelte-bz0zu3");
|
|
1669
1669
|
},
|
|
1670
|
-
m(
|
|
1671
|
-
A(
|
|
1670
|
+
m(r, d) {
|
|
1671
|
+
A(r, e, d), oe(t, e, null), M(e, n), M(e, o), M(o, u), a = !0;
|
|
1672
1672
|
},
|
|
1673
|
-
p(
|
|
1673
|
+
p(r, d) {
|
|
1674
1674
|
(!a || d[0] & /*noResultsMessage*/
|
|
1675
1675
|
128) && We(
|
|
1676
1676
|
u,
|
|
1677
1677
|
/*noResultsMessage*/
|
|
1678
|
-
|
|
1678
|
+
r[7]
|
|
1679
1679
|
);
|
|
1680
1680
|
},
|
|
1681
|
-
i(
|
|
1682
|
-
a || (H(t.$$.fragment,
|
|
1681
|
+
i(r) {
|
|
1682
|
+
a || (H(t.$$.fragment, r), a = !0);
|
|
1683
1683
|
},
|
|
1684
|
-
o(
|
|
1685
|
-
Q(t.$$.fragment,
|
|
1684
|
+
o(r) {
|
|
1685
|
+
Q(t.$$.fragment, r), a = !1;
|
|
1686
1686
|
},
|
|
1687
|
-
d(
|
|
1688
|
-
|
|
1687
|
+
d(r) {
|
|
1688
|
+
r && O(e), se(t);
|
|
1689
1689
|
}
|
|
1690
1690
|
};
|
|
1691
1691
|
}
|
|
1692
|
-
function
|
|
1692
|
+
function gn(i) {
|
|
1693
1693
|
let e = "", t;
|
|
1694
1694
|
return {
|
|
1695
1695
|
c() {
|
|
1696
1696
|
t = de(e);
|
|
1697
1697
|
},
|
|
1698
|
-
m(
|
|
1699
|
-
A(
|
|
1698
|
+
m(n, o) {
|
|
1699
|
+
A(n, t, o);
|
|
1700
1700
|
},
|
|
1701
1701
|
p: I,
|
|
1702
1702
|
i: I,
|
|
1703
1703
|
o: I,
|
|
1704
|
-
d(
|
|
1705
|
-
|
|
1704
|
+
d(n) {
|
|
1705
|
+
n && O(t);
|
|
1706
1706
|
}
|
|
1707
1707
|
};
|
|
1708
1708
|
}
|
|
1709
|
-
function
|
|
1710
|
-
let e, t,
|
|
1709
|
+
function hn(i) {
|
|
1710
|
+
let e, t, n, o, u, a, r, d, c, f, h;
|
|
1711
1711
|
return t = new Ft({}), d = new Bt({}), {
|
|
1712
1712
|
c() {
|
|
1713
|
-
e = z("div"), fe(t.$$.fragment),
|
|
1713
|
+
e = z("div"), fe(t.$$.fragment), n = J(), o = z("div"), u = de(
|
|
1714
1714
|
/*errorMessage*/
|
|
1715
1715
|
i[6]
|
|
1716
|
-
), a = J(),
|
|
1716
|
+
), a = J(), r = z("button"), fe(d.$$.fragment), l(o, "class", "svelte-bz0zu3"), l(r, "class", "svelte-bz0zu3"), l(e, "class", "error svelte-bz0zu3");
|
|
1717
1717
|
},
|
|
1718
1718
|
m(v, _) {
|
|
1719
|
-
A(v, e, _), oe(t, e, null), M(e,
|
|
1720
|
-
|
|
1719
|
+
A(v, e, _), oe(t, e, null), M(e, n), M(e, o), M(o, u), M(e, a), M(e, r), oe(d, r, null), c = !0, f || (h = V(
|
|
1720
|
+
r,
|
|
1721
1721
|
"click",
|
|
1722
1722
|
/*click_handler_3*/
|
|
1723
1723
|
i[71]
|
|
@@ -1743,7 +1743,7 @@ function gr(i) {
|
|
|
1743
1743
|
};
|
|
1744
1744
|
}
|
|
1745
1745
|
function Wt(i, e) {
|
|
1746
|
-
let t,
|
|
1746
|
+
let t, n, o;
|
|
1747
1747
|
function u() {
|
|
1748
1748
|
return (
|
|
1749
1749
|
/*mouseenter_handler*/
|
|
@@ -1762,7 +1762,7 @@ function Wt(i, e) {
|
|
|
1762
1762
|
)
|
|
1763
1763
|
);
|
|
1764
1764
|
}
|
|
1765
|
-
return
|
|
1765
|
+
return n = new qi({
|
|
1766
1766
|
props: {
|
|
1767
1767
|
feature: (
|
|
1768
1768
|
/*feature*/
|
|
@@ -1786,17 +1786,17 @@ function Wt(i, e) {
|
|
|
1786
1786
|
e[12]
|
|
1787
1787
|
)
|
|
1788
1788
|
}
|
|
1789
|
-
}),
|
|
1789
|
+
}), n.$on("mouseenter", u), n.$on("focus", a), {
|
|
1790
1790
|
key: i,
|
|
1791
1791
|
first: null,
|
|
1792
1792
|
c() {
|
|
1793
|
-
t = _i(), fe(
|
|
1793
|
+
t = _i(), fe(n.$$.fragment), this.first = t;
|
|
1794
1794
|
},
|
|
1795
|
-
m(
|
|
1796
|
-
A(
|
|
1795
|
+
m(r, d) {
|
|
1796
|
+
A(r, t, d), oe(n, r, d), o = !0;
|
|
1797
1797
|
},
|
|
1798
|
-
p(
|
|
1799
|
-
e =
|
|
1798
|
+
p(r, d) {
|
|
1799
|
+
e = r;
|
|
1800
1800
|
const c = {};
|
|
1801
1801
|
d[0] & /*listFeatures*/
|
|
1802
1802
|
16384 && (c.feature = /*feature*/
|
|
@@ -1807,28 +1807,28 @@ function Wt(i, e) {
|
|
|
1807
1807
|
e[15] === /*i*/
|
|
1808
1808
|
e[88]), d[0] & /*iconsBaseUrl*/
|
|
1809
1809
|
4096 && (c.iconsBaseUrl = /*iconsBaseUrl*/
|
|
1810
|
-
e[12]),
|
|
1810
|
+
e[12]), n.$set(c);
|
|
1811
1811
|
},
|
|
1812
|
-
i(
|
|
1813
|
-
o || (H(
|
|
1812
|
+
i(r) {
|
|
1813
|
+
o || (H(n.$$.fragment, r), o = !0);
|
|
1814
1814
|
},
|
|
1815
|
-
o(
|
|
1816
|
-
Q(
|
|
1815
|
+
o(r) {
|
|
1816
|
+
Q(n.$$.fragment, r), o = !1;
|
|
1817
1817
|
},
|
|
1818
|
-
d(
|
|
1819
|
-
|
|
1818
|
+
d(r) {
|
|
1819
|
+
r && O(t), se(n, r);
|
|
1820
1820
|
}
|
|
1821
1821
|
};
|
|
1822
1822
|
}
|
|
1823
|
-
function
|
|
1824
|
-
let e, t,
|
|
1823
|
+
function bn(i) {
|
|
1824
|
+
let e, t, n, o, u, a, r, d, c, f, h, v, _, w, W, y, E, C, R, p, G, b = !1;
|
|
1825
1825
|
u = new Xi({}), h = new Bt({});
|
|
1826
1826
|
let g = (
|
|
1827
1827
|
/*abortController*/
|
|
1828
1828
|
i[19] && kt()
|
|
1829
1829
|
), m = (
|
|
1830
1830
|
/*enableReverse*/
|
|
1831
|
-
i[5]
|
|
1831
|
+
i[5] !== "never" && Ct(i)
|
|
1832
1832
|
);
|
|
1833
1833
|
const k = (
|
|
1834
1834
|
/*#slots*/
|
|
@@ -1839,7 +1839,7 @@ function hr(i) {
|
|
|
1839
1839
|
/*$$scope*/
|
|
1840
1840
|
i[61],
|
|
1841
1841
|
null
|
|
1842
|
-
), X = [
|
|
1842
|
+
), X = [hn, gn, mn, fn], ee = [];
|
|
1843
1843
|
function B(L, F) {
|
|
1844
1844
|
var te, _e;
|
|
1845
1845
|
return (
|
|
@@ -1859,17 +1859,17 @@ function hr(i) {
|
|
|
1859
1859
|
}
|
|
1860
1860
|
return ~(y = B(i)) && (E = ee[y] = X[y](i)), {
|
|
1861
1861
|
c() {
|
|
1862
|
-
e = J(), t = z("form"),
|
|
1863
|
-
|
|
1862
|
+
e = J(), t = z("form"), n = z("div"), o = z("button"), fe(u.$$.fragment), a = J(), r = z("input"), d = J(), c = z("div"), f = z("button"), fe(h.$$.fragment), v = J(), g && g.c(), _ = J(), m && m.c(), w = J(), j && j.c(), W = J(), E && E.c(), l(o, "class", "search-button svelte-bz0zu3"), l(o, "type", "button"), l(
|
|
1863
|
+
r,
|
|
1864
1864
|
"placeholder",
|
|
1865
1865
|
/*placeholder*/
|
|
1866
1866
|
i[8]
|
|
1867
1867
|
), l(
|
|
1868
|
-
|
|
1868
|
+
r,
|
|
1869
1869
|
"aria-label",
|
|
1870
1870
|
/*placeholder*/
|
|
1871
1871
|
i[8]
|
|
1872
|
-
), l(
|
|
1872
|
+
), l(r, "class", "svelte-bz0zu3"), l(f, "type", "button"), l(
|
|
1873
1873
|
f,
|
|
1874
1874
|
"title",
|
|
1875
1875
|
/*clearButtonTitle*/
|
|
@@ -1879,7 +1879,7 @@ function hr(i) {
|
|
|
1879
1879
|
"displayable",
|
|
1880
1880
|
/*searchValue*/
|
|
1881
1881
|
i[1] !== ""
|
|
1882
|
-
), l(
|
|
1882
|
+
), l(n, "class", "input-group svelte-bz0zu3"), l(t, "tabindex", "0"), l(t, "class", C = mt(
|
|
1883
1883
|
/*className*/
|
|
1884
1884
|
i[2]
|
|
1885
1885
|
) + " svelte-bz0zu3"), ce(
|
|
@@ -1891,11 +1891,11 @@ function hr(i) {
|
|
|
1891
1891
|
);
|
|
1892
1892
|
},
|
|
1893
1893
|
m(L, F) {
|
|
1894
|
-
A(L, e, F), A(L, t, F), M(t,
|
|
1895
|
-
|
|
1894
|
+
A(L, e, F), A(L, t, F), M(t, n), M(n, o), oe(u, o, null), M(n, a), M(n, r), i[64](r), gt(
|
|
1895
|
+
r,
|
|
1896
1896
|
/*searchValue*/
|
|
1897
1897
|
i[1]
|
|
1898
|
-
), M(
|
|
1898
|
+
), M(n, d), M(n, c), M(c, f), oe(h, f, null), M(c, v), g && g.m(c, null), M(n, _), m && m.m(n, null), M(n, w), j && j.m(n, null), M(t, W), ~y && ee[y].m(t, null), R = !0, p || (G = [
|
|
1899
1899
|
V(
|
|
1900
1900
|
o,
|
|
1901
1901
|
"click",
|
|
@@ -1903,31 +1903,31 @@ function hr(i) {
|
|
|
1903
1903
|
i[63]
|
|
1904
1904
|
),
|
|
1905
1905
|
V(
|
|
1906
|
-
|
|
1906
|
+
r,
|
|
1907
1907
|
"input",
|
|
1908
1908
|
/*input_1_input_handler*/
|
|
1909
1909
|
i[65]
|
|
1910
1910
|
),
|
|
1911
1911
|
V(
|
|
1912
|
-
|
|
1912
|
+
r,
|
|
1913
1913
|
"focus",
|
|
1914
1914
|
/*focus_handler*/
|
|
1915
1915
|
i[66]
|
|
1916
1916
|
),
|
|
1917
1917
|
V(
|
|
1918
|
-
|
|
1918
|
+
r,
|
|
1919
1919
|
"blur",
|
|
1920
1920
|
/*blur_handler*/
|
|
1921
1921
|
i[67]
|
|
1922
1922
|
),
|
|
1923
1923
|
V(
|
|
1924
|
-
|
|
1924
|
+
r,
|
|
1925
1925
|
"keydown",
|
|
1926
1926
|
/*handleKeyDown*/
|
|
1927
1927
|
i[22]
|
|
1928
1928
|
),
|
|
1929
1929
|
V(
|
|
1930
|
-
|
|
1930
|
+
r,
|
|
1931
1931
|
"input",
|
|
1932
1932
|
/*input_handler*/
|
|
1933
1933
|
i[68]
|
|
@@ -1947,20 +1947,20 @@ function hr(i) {
|
|
|
1947
1947
|
p(L, F) {
|
|
1948
1948
|
(!R || F[0] & /*placeholder*/
|
|
1949
1949
|
256) && l(
|
|
1950
|
-
|
|
1950
|
+
r,
|
|
1951
1951
|
"placeholder",
|
|
1952
1952
|
/*placeholder*/
|
|
1953
1953
|
L[8]
|
|
1954
1954
|
), (!R || F[0] & /*placeholder*/
|
|
1955
1955
|
256) && l(
|
|
1956
|
-
|
|
1956
|
+
r,
|
|
1957
1957
|
"aria-label",
|
|
1958
1958
|
/*placeholder*/
|
|
1959
1959
|
L[8]
|
|
1960
1960
|
), F[0] & /*searchValue*/
|
|
1961
|
-
2 &&
|
|
1961
|
+
2 && r.value !== /*searchValue*/
|
|
1962
1962
|
L[1] && gt(
|
|
1963
|
-
|
|
1963
|
+
r,
|
|
1964
1964
|
/*searchValue*/
|
|
1965
1965
|
L[1]
|
|
1966
1966
|
), (!R || F[0] & /*clearButtonTitle*/
|
|
@@ -1980,8 +1980,8 @@ function hr(i) {
|
|
|
1980
1980
|
/*searchValue*/
|
|
1981
1981
|
L[1] !== ""
|
|
1982
1982
|
), /*enableReverse*/
|
|
1983
|
-
L[5]
|
|
1984
|
-
32 && H(m, 1)) : (m = Ct(L), m.c(), H(m, 1), m.m(
|
|
1983
|
+
L[5] !== "never" ? m ? (m.p(L, F), F[0] & /*enableReverse*/
|
|
1984
|
+
32 && H(m, 1)) : (m = Ct(L), m.c(), H(m, 1), m.m(n, w)) : m && (je(), Q(m, 1, 1, () => {
|
|
1985
1985
|
m = null;
|
|
1986
1986
|
}), Pe()), j && j.p && (!R || F[1] & /*$$scope*/
|
|
1987
1987
|
1073741824) && vi(
|
|
@@ -2029,8 +2029,8 @@ function hr(i) {
|
|
|
2029
2029
|
}
|
|
2030
2030
|
};
|
|
2031
2031
|
}
|
|
2032
|
-
function
|
|
2033
|
-
let
|
|
2032
|
+
function vn(i, e, t) {
|
|
2033
|
+
let n, { $$slots: o = {}, $$scope: u } = e;
|
|
2034
2034
|
const a = {
|
|
2035
2035
|
continental_marine: 4,
|
|
2036
2036
|
country: 4,
|
|
@@ -2055,7 +2055,7 @@ function br(i, e, t) {
|
|
|
2055
2055
|
"poi.restaurant": 18,
|
|
2056
2056
|
"poi.aerodrome": 13
|
|
2057
2057
|
};
|
|
2058
|
-
let { class:
|
|
2058
|
+
let { class: r = void 0 } = e, { apiKey: d } = e, { bbox: c = void 0 } = e, { clearButtonTitle: f = "clear" } = e, { clearOnBlur: h = !1 } = e, { collapsed: v = !1 } = e, { country: _ = void 0 } = e, { debounceSearch: w = 200 } = e, { enableReverse: W = "never" } = e, { errorMessage: y = "Something went wrong…" } = e, { filter: E = () => !0 } = e, { flyTo: C = !0 } = e, { fuzzyMatch: R = !0 } = e, { language: p = void 0 } = e, { limit: G = void 0 } = e, { mapController: b = void 0 } = e, { minLength: g = 2 } = e, { noResultsMessage: m = "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: j = [{ type: "server-geolocation" }] } = e, { reverseActive: X = W === "always" } = e, { reverseButtonTitle: ee = "toggle reverse geocoding" } = e, { searchValue: B = "" } = e, { pickedResultStyle: L = "full-geometry" } = e, { showPlaceType: F = "if-needed" } = e, { showResultsWhileTyping: te = !0 } = e, { autocompleteTimeout: _e = void 0 } = e, { selectFirst: ye = !0 } = e, { flyToSelected: Ze = !1 } = e, { markerOnSelected: ze = !0 } = e, { types: me = void 0 } = e, { exhaustiveReverseGeocoding: Ge = !1 } = e, { excludeTypes: De = !1 } = e, { zoom: Oe = a } = e, { apiUrl: qe = "https://api.maptiler.com/geocoding" } = e, { fetchParameters: Qe = {} } = e, { iconsBaseUrl: at = "https://cdn.maptiler.com/maptiler-geocoding-control/v2.0.0-rc.4/icons/" } = e, { adjustUrlQuery: Ke = () => {
|
|
2059
2059
|
} } = e;
|
|
2060
2060
|
function Ht() {
|
|
2061
2061
|
ie.focus();
|
|
@@ -2074,7 +2074,7 @@ function br(i, e, t) {
|
|
|
2074
2074
|
function Zt() {
|
|
2075
2075
|
t(56, P = []), t(57, S = void 0);
|
|
2076
2076
|
}
|
|
2077
|
-
let we = !1, N, P, S, ut = "", ie, D = -1,
|
|
2077
|
+
let we = !1, N, P, S, ut = "", ie, D = -1, ne, Ue = [], ge, le, Y, Ie, Ve;
|
|
2078
2078
|
const Gt = /* @__PURE__ */ new Set(), ue = pi();
|
|
2079
2079
|
function qt() {
|
|
2080
2080
|
return !!Y;
|
|
@@ -2088,23 +2088,23 @@ function br(i, e, t) {
|
|
|
2088
2088
|
return;
|
|
2089
2089
|
}
|
|
2090
2090
|
if (D > -1 && N)
|
|
2091
|
-
t(57, S = N[D]), t(1, B = S.place_type[0] === "reverse" ? S.place_name : S.place_name.replace(/,.*/, "")), t(18,
|
|
2091
|
+
t(57, S = N[D]), t(1, B = S.place_type[0] === "reverse" ? S.place_name : S.place_name.replace(/,.*/, "")), t(18, ne = void 0), t(56, P = void 0), t(15, D = -1);
|
|
2092
2092
|
else if (B) {
|
|
2093
2093
|
const U = s || !xe(B);
|
|
2094
2094
|
Te(B, { exact: !0 }).then(() => {
|
|
2095
2095
|
t(56, P = N), t(57, S = void 0), U && Qt();
|
|
2096
|
-
}).catch((Z) => t(18,
|
|
2096
|
+
}).catch((Z) => t(18, ne = Z));
|
|
2097
2097
|
}
|
|
2098
2098
|
}
|
|
2099
2099
|
function xe(s) {
|
|
2100
2100
|
try {
|
|
2101
|
-
return
|
|
2101
|
+
return dn(s, 6);
|
|
2102
2102
|
} catch {
|
|
2103
2103
|
return !1;
|
|
2104
2104
|
}
|
|
2105
2105
|
}
|
|
2106
2106
|
async function Te(s, { byId: U = !1, exact: Z = !1, appendSpace: $ = !1 } = {}) {
|
|
2107
|
-
t(18,
|
|
2107
|
+
t(18, ne = void 0), ge == null || ge.abort();
|
|
2108
2108
|
const x = new AbortController();
|
|
2109
2109
|
t(19, ge = x);
|
|
2110
2110
|
try {
|
|
@@ -2188,19 +2188,19 @@ function br(i, e, t) {
|
|
|
2188
2188
|
U && (D === (ye ? 0 : -1) && U === -1 && t(15, D = N.length), t(15, D += U), D >= N.length && t(15, D = -1), D < 0 && ye && t(15, D = 0), s.preventDefault());
|
|
2189
2189
|
}
|
|
2190
2190
|
function Je(s = !0, U = !1) {
|
|
2191
|
-
if (t(18,
|
|
2191
|
+
if (t(18, ne = void 0), le && (window.clearTimeout(le), le = void 0), Y && (window.clearTimeout(Y), t(58, Y = void 0)), !te && !U || B.length < g) {
|
|
2192
2192
|
t(14, N = void 0);
|
|
2193
2193
|
return;
|
|
2194
2194
|
}
|
|
2195
2195
|
const Z = B;
|
|
2196
2196
|
le = window.setTimeout(
|
|
2197
2197
|
() => {
|
|
2198
|
-
le = void 0, Te(Z).catch(($) => t(18,
|
|
2198
|
+
le = void 0, Te(Z).catch(($) => t(18, ne = $));
|
|
2199
2199
|
},
|
|
2200
2200
|
s ? w : 0
|
|
2201
2201
|
), B.endsWith(" ") || t(58, Y = window.setTimeout(
|
|
2202
2202
|
() => {
|
|
2203
|
-
t(58, Y = void 0), Te(Z, { appendSpace: !0 }).catch(($) => t(18,
|
|
2203
|
+
t(58, Y = void 0), Te(Z, { appendSpace: !0 }).catch(($) => t(18, ne = $));
|
|
2204
2204
|
},
|
|
2205
2205
|
_e
|
|
2206
2206
|
));
|
|
@@ -2210,7 +2210,7 @@ function br(i, e, t) {
|
|
|
2210
2210
|
}
|
|
2211
2211
|
const xt = () => ie.focus();
|
|
2212
2212
|
function Jt(s) {
|
|
2213
|
-
|
|
2213
|
+
nt[s ? "unshift" : "push"](() => {
|
|
2214
2214
|
ie = s, t(17, ie);
|
|
2215
2215
|
});
|
|
2216
2216
|
}
|
|
@@ -2219,12 +2219,12 @@ function br(i, e, t) {
|
|
|
2219
2219
|
}
|
|
2220
2220
|
const Yt = () => t(13, we = !0), $t = () => t(13, we = !1), ei = () => Je(), ti = () => {
|
|
2221
2221
|
t(1, B = ""), ie.focus();
|
|
2222
|
-
}, ii = () => t(0, X = !X),
|
|
2222
|
+
}, ii = () => t(0, X = !X), ni = () => t(18, ne = void 0), ri = (s) => t(15, D = s), oi = (s) => Xe(s), si = () => {
|
|
2223
2223
|
ye || t(15, D = -1);
|
|
2224
2224
|
}, ai = () => {
|
|
2225
2225
|
};
|
|
2226
2226
|
return i.$$set = (s) => {
|
|
2227
|
-
"class" in s && t(2,
|
|
2227
|
+
"class" in s && t(2, r = s.class), "apiKey" in s && t(26, d = s.apiKey), "bbox" in s && t(27, c = s.bbox), "clearButtonTitle" in s && t(3, f = s.clearButtonTitle), "clearOnBlur" in s && t(28, h = s.clearOnBlur), "collapsed" in s && t(4, v = s.collapsed), "country" in s && t(29, _ = s.country), "debounceSearch" in s && t(30, w = s.debounceSearch), "enableReverse" in s && t(5, W = s.enableReverse), "errorMessage" in s && t(6, y = s.errorMessage), "filter" in s && t(31, E = s.filter), "flyTo" in s && t(32, C = s.flyTo), "fuzzyMatch" in s && t(33, R = s.fuzzyMatch), "language" in s && t(34, p = s.language), "limit" in s && t(35, G = s.limit), "mapController" in s && t(36, b = s.mapController), "minLength" in s && t(37, g = s.minLength), "noResultsMessage" in s && t(7, m = s.noResultsMessage), "placeholder" in s && t(8, k = s.placeholder), "proximity" in s && t(38, j = s.proximity), "reverseActive" in s && t(0, X = s.reverseActive), "reverseButtonTitle" in s && t(9, ee = s.reverseButtonTitle), "searchValue" in s && t(1, B = s.searchValue), "pickedResultStyle" in s && t(39, L = s.pickedResultStyle), "showPlaceType" in s && t(10, F = s.showPlaceType), "showResultsWhileTyping" in s && t(40, te = s.showResultsWhileTyping), "autocompleteTimeout" in s && t(41, _e = s.autocompleteTimeout), "selectFirst" in s && t(11, ye = s.selectFirst), "flyToSelected" in s && t(42, Ze = s.flyToSelected), "markerOnSelected" in s && t(43, ze = s.markerOnSelected), "types" in s && t(44, me = s.types), "exhaustiveReverseGeocoding" in s && t(45, Ge = s.exhaustiveReverseGeocoding), "excludeTypes" in s && t(46, De = s.excludeTypes), "zoom" in s && t(47, Oe = s.zoom), "apiUrl" in s && t(48, qe = s.apiUrl), "fetchParameters" in s && t(49, Qe = s.fetchParameters), "iconsBaseUrl" in s && t(12, at = s.iconsBaseUrl), "adjustUrlQuery" in s && t(50, Ke = s.adjustUrlQuery), "$$scope" in s && t(61, u = s.$$scope);
|
|
2228
2228
|
}, i.$$.update = () => {
|
|
2229
2229
|
if (i.$$.dirty[0] & /*enableReverse*/
|
|
2230
2230
|
32 && t(0, X = W === "always"), i.$$.dirty[0] & /*focused, clearOnBlur*/
|
|
@@ -2232,8 +2232,8 @@ function br(i, e, t) {
|
|
|
2232
2232
|
t(16, Ie = we), h && !we && t(1, B = "");
|
|
2233
2233
|
}), i.$$.dirty[0] & /*searchValue, listFeatures*/
|
|
2234
2234
|
16386 | i.$$.dirty[1] & /*minLength*/
|
|
2235
|
-
64 && B.length < g && (t(57, S = void 0), t(14, N = void 0), t(18,
|
|
2236
|
-
67109120 && L !== "marker-only" && S && !S.address && S.geometry.type === "Point" && S.place_type[0] !== "reverse" && Te(S.id, { byId: !0 }).catch((s) => t(18,
|
|
2235
|
+
64 && B.length < g && (t(57, S = void 0), t(14, N = void 0), t(18, ne = void 0), t(56, P = N)), i.$$.dirty[1] & /*pickedResultStyle, picked*/
|
|
2236
|
+
67109120 && L !== "marker-only" && S && !S.address && S.geometry.type === "Point" && S.place_type[0] !== "reverse" && Te(S.id, { byId: !0 }).catch((s) => t(18, ne = s)), i.$$.dirty[1] & /*mapController, picked, prevIdToFly, flyTo*/
|
|
2237
2237
|
335544354 && (b && S && S.id !== Ve && C && (!S.bbox || S.bbox[0] === S.bbox[2] && S.bbox[1] === S.bbox[3] ? b.flyTo(S.center, Ne(S)) : b.fitBounds(_t(S.bbox), 50, Ne(S)), t(14, N = void 0), t(56, P = void 0), t(15, D = -1)), t(59, Ve = S == null ? void 0 : S.id)), i.$$.dirty[0] & /*selectFirst, listFeatures*/
|
|
2238
2238
|
18432 && ye && N != null && N.length && (qt() || t(15, D = 0)), i.$$.dirty[0] & /*searchValue*/
|
|
2239
2239
|
2 && t(15, D = -1), i.$$.dirty[0] & /*listFeatures*/
|
|
@@ -2259,21 +2259,21 @@ function br(i, e, t) {
|
|
|
2259
2259
|
break;
|
|
2260
2260
|
}
|
|
2261
2261
|
}), i.$$.dirty[0] & /*listFeatures, selectedItemIndex*/
|
|
2262
|
-
49152 && t(60,
|
|
2263
|
-
536872994 && b &&
|
|
2262
|
+
49152 && t(60, n = N == null ? void 0 : N[D]), i.$$.dirty[1] & /*mapController, selected, flyTo, flyToSelected*/
|
|
2263
|
+
536872994 && b && n && C && Ze && b.flyTo(n.center, Ne(n)), i.$$.dirty[1] & /*markerOnSelected, mapController*/
|
|
2264
2264
|
4128 && (ze || b == null || b.setMarkers(void 0, void 0)), i.$$.dirty[1] & /*mapController, markerOnSelected, markedFeatures, selected*/
|
|
2265
|
-
570429472 && b && ze && !P && (b.setMarkers(
|
|
2265
|
+
570429472 && b && ze && !P && (b.setMarkers(n ? [n] : void 0, void 0), b.setSelectedMarker(n ? 0 : -1)), i.$$.dirty[1] & /*mapController, markedFeatures, picked*/
|
|
2266
2266
|
100663328 && b && b.setMarkers(P, S), i.$$.dirty[0] & /*selectedItemIndex*/
|
|
2267
2267
|
32768 | i.$$.dirty[1] & /*markedFeatures, mapController*/
|
|
2268
2268
|
33554464 && P && b && b.setSelectedMarker(D), i.$$.dirty[1] & /*selected, autocompleteTimeoutRef*/
|
|
2269
|
-
671088640 &&
|
|
2269
|
+
671088640 && n && (window.clearTimeout(Y), t(58, Y = void 0)), i.$$.dirty[0] & /*searchValue*/
|
|
2270
2270
|
2 | i.$$.dirty[1] & /*mapController*/
|
|
2271
2271
|
32 && b) {
|
|
2272
2272
|
const s = xe(B);
|
|
2273
2273
|
b.setReverseMarker(s ? [s.decimalLongitude, s.decimalLatitude] : void 0);
|
|
2274
2274
|
}
|
|
2275
2275
|
i.$$.dirty[1] & /*selected*/
|
|
2276
|
-
536870912 && ue("select", { feature:
|
|
2276
|
+
536870912 && ue("select", { feature: n }), i.$$.dirty[1] & /*picked*/
|
|
2277
2277
|
67108864 && ue("pick", { feature: S }), i.$$.dirty[0] & /*focusedDelayed, listFeatures*/
|
|
2278
2278
|
81920 && ue("optionsvisibilitychange", {
|
|
2279
2279
|
optionsVisible: Ie && !!N
|
|
@@ -2287,7 +2287,7 @@ function br(i, e, t) {
|
|
|
2287
2287
|
}, [
|
|
2288
2288
|
X,
|
|
2289
2289
|
B,
|
|
2290
|
-
|
|
2290
|
+
r,
|
|
2291
2291
|
f,
|
|
2292
2292
|
v,
|
|
2293
2293
|
W,
|
|
@@ -2303,7 +2303,7 @@ function br(i, e, t) {
|
|
|
2303
2303
|
D,
|
|
2304
2304
|
Ie,
|
|
2305
2305
|
ie,
|
|
2306
|
-
|
|
2306
|
+
ne,
|
|
2307
2307
|
ge,
|
|
2308
2308
|
Gt,
|
|
2309
2309
|
ct,
|
|
@@ -2345,7 +2345,7 @@ function br(i, e, t) {
|
|
|
2345
2345
|
S,
|
|
2346
2346
|
Y,
|
|
2347
2347
|
Ve,
|
|
2348
|
-
|
|
2348
|
+
n,
|
|
2349
2349
|
u,
|
|
2350
2350
|
o,
|
|
2351
2351
|
xt,
|
|
@@ -2356,20 +2356,20 @@ function br(i, e, t) {
|
|
|
2356
2356
|
ei,
|
|
2357
2357
|
ti,
|
|
2358
2358
|
ii,
|
|
2359
|
-
ri,
|
|
2360
2359
|
ni,
|
|
2360
|
+
ri,
|
|
2361
2361
|
oi,
|
|
2362
2362
|
si,
|
|
2363
2363
|
ai
|
|
2364
2364
|
];
|
|
2365
2365
|
}
|
|
2366
|
-
class
|
|
2366
|
+
class Ln extends Le {
|
|
2367
2367
|
constructor(e) {
|
|
2368
2368
|
super(), ve(
|
|
2369
2369
|
this,
|
|
2370
2370
|
e,
|
|
2371
|
-
|
|
2372
|
-
|
|
2371
|
+
vn,
|
|
2372
|
+
bn,
|
|
2373
2373
|
be,
|
|
2374
2374
|
{
|
|
2375
2375
|
ZOOM_DEFAULTS: 25,
|
|
@@ -2449,7 +2449,7 @@ const Rt = [
|
|
|
2449
2449
|
"response",
|
|
2450
2450
|
"reverseToggle",
|
|
2451
2451
|
"select"
|
|
2452
|
-
],
|
|
2452
|
+
], _n = [
|
|
2453
2453
|
"adjustUrlQuery",
|
|
2454
2454
|
"apiKey",
|
|
2455
2455
|
"bbox",
|
|
@@ -2481,39 +2481,39 @@ const Rt = [
|
|
|
2481
2481
|
function zt(i) {
|
|
2482
2482
|
return "on" + i[0].toUpperCase() + i.slice(1);
|
|
2483
2483
|
}
|
|
2484
|
-
const
|
|
2485
|
-
const
|
|
2484
|
+
const En = ci(function(e, t) {
|
|
2485
|
+
const n = dt(), o = dt(), u = { ...e };
|
|
2486
2486
|
for (const a of Rt)
|
|
2487
2487
|
delete u[zt(a)];
|
|
2488
2488
|
tt(() => {
|
|
2489
|
-
if (!
|
|
2489
|
+
if (!n.current)
|
|
2490
2490
|
throw new Error();
|
|
2491
|
-
const a = new
|
|
2492
|
-
target:
|
|
2491
|
+
const a = new Ln({
|
|
2492
|
+
target: n.current,
|
|
2493
2493
|
props: u
|
|
2494
2494
|
});
|
|
2495
2495
|
return o.current = a, () => a.$destroy();
|
|
2496
2496
|
}, []);
|
|
2497
|
-
for (const a of
|
|
2497
|
+
for (const a of _n)
|
|
2498
2498
|
tt(() => {
|
|
2499
2499
|
o.current && e[a] !== void 0 && o.current.$set({ [a]: e[a] });
|
|
2500
2500
|
}, [e[a]]);
|
|
2501
2501
|
for (const a of Rt) {
|
|
2502
|
-
const
|
|
2502
|
+
const r = e[zt(a)];
|
|
2503
2503
|
tt(
|
|
2504
2504
|
() => {
|
|
2505
2505
|
var d;
|
|
2506
|
-
return
|
|
2507
|
-
|
|
2506
|
+
return r && ((d = o.current) == null ? void 0 : d.$on(a, (c) => {
|
|
2507
|
+
r(c.detail);
|
|
2508
2508
|
}));
|
|
2509
2509
|
},
|
|
2510
|
-
[
|
|
2510
|
+
[r]
|
|
2511
2511
|
);
|
|
2512
2512
|
}
|
|
2513
2513
|
return di(t, () => ({
|
|
2514
|
-
setQuery: (a,
|
|
2514
|
+
setQuery: (a, r = !0) => {
|
|
2515
2515
|
var d;
|
|
2516
|
-
return (d = o.current) == null ? void 0 : d.setQuery(a,
|
|
2516
|
+
return (d = o.current) == null ? void 0 : d.setQuery(a, r);
|
|
2517
2517
|
},
|
|
2518
2518
|
clearMap: () => {
|
|
2519
2519
|
var a;
|
|
@@ -2531,9 +2531,9 @@ const wr = ci(function(e, t) {
|
|
|
2531
2531
|
var a;
|
|
2532
2532
|
return (a = o.current) == null ? void 0 : a.blur();
|
|
2533
2533
|
}
|
|
2534
|
-
})), fi("div", { ref:
|
|
2534
|
+
})), fi("div", { ref: n });
|
|
2535
2535
|
});
|
|
2536
2536
|
export {
|
|
2537
|
-
|
|
2537
|
+
En as GeocodingControl
|
|
2538
2538
|
};
|
|
2539
2539
|
//# sourceMappingURL=react.js.map
|