@maptiler/geocoding-control 1.4.2-dev.3 → 2.0.0-rc.1
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/MapLibreBasedGeocodingControl.d.ts +2971 -35
- package/leaflet-controller.d.ts +1 -1
- package/leaflet-controller.js +580 -569
- package/leaflet-controller.js.map +1 -1
- package/leaflet-controller.umd.js +3 -3
- package/leaflet-controller.umd.js.map +1 -1
- package/leaflet.d.ts +74 -16
- package/leaflet.js +1375 -1344
- package/leaflet.js.map +1 -1
- package/leaflet.umd.js +3 -3
- package/leaflet.umd.js.map +1 -1
- package/maplibregl-controller.d.ts +7 -7
- package/maplibregl-controller.js +683 -661
- package/maplibregl-controller.js.map +1 -1
- package/maplibregl-controller.umd.js +3 -3
- package/maplibregl-controller.umd.js.map +1 -1
- package/maplibregl.js +1596 -1447
- package/maplibregl.js.map +1 -1
- package/maplibregl.umd.js +3 -3
- package/maplibregl.umd.js.map +1 -1
- package/maptilersdk.js +1604 -1452
- package/maptilersdk.js.map +1 -1
- package/maptilersdk.umd.js +3 -3
- package/maptilersdk.umd.js.map +1 -1
- package/openlayers-controller.d.ts +1 -1
- package/openlayers-controller.js +308 -306
- package/openlayers-controller.js.map +1 -1
- package/openlayers-controller.umd.js +3 -3
- package/openlayers-controller.umd.js.map +1 -1
- package/openlayers.d.ts +21 -0
- package/openlayers.js +1352 -1366
- package/openlayers.js.map +1 -1
- package/openlayers.umd.js +3 -3
- package/openlayers.umd.js.map +1 -1
- package/package.json +18 -18
- package/react.d.ts +4 -4
- package/react.js +805 -788
- package/react.js.map +1 -1
- package/react.umd.js +1 -1
- package/react.umd.js.map +1 -1
- package/style.css +1 -1
- package/svelte/FeatureItem.svelte.d.ts +1 -1
- package/svelte/GeocodingControl.svelte +61 -32
- package/svelte/GeocodingControl.svelte.d.ts +24 -9
- package/svelte/MapLibreBasedGeocodingControl.d.ts +2971 -35
- package/svelte/MapLibreBasedGeocodingControl.js +166 -58
- package/svelte/leaflet-controller.d.ts +1 -1
- package/svelte/leaflet-controller.js +50 -24
- package/svelte/leaflet.d.ts +74 -16
- package/svelte/leaflet.js +25 -15
- package/svelte/maplibregl-controller.d.ts +7 -7
- package/svelte/maplibregl-controller.js +96 -66
- package/svelte/maplibregl.js +10 -7
- package/svelte/maptilersdk.js +23 -18
- package/svelte/openlayers-controller.d.ts +1 -1
- package/svelte/openlayers-controller.js +4 -1
- package/svelte/openlayers.d.ts +21 -0
- package/svelte/openlayers.js +30 -45
- package/svelte/react.d.ts +4 -4
- package/svelte/types.d.ts +32 -12
- package/svelte/vanilla.d.ts +14 -1
- package/svelte/vanilla.js +31 -8
- package/types.d.ts +32 -12
- package/vanilla.d.ts +14 -1
- package/vanilla.js +849 -804
- package/vanilla.js.map +1 -1
- package/vanilla.umd.js +1 -1
- package/vanilla.umd.js.map +1 -1
- package/maplibregl.d.ts +0 -16
- package/maptilersdk.d.ts +0 -11
- package/svelte/maplibregl.d.ts +0 -16
- package/svelte/maptilersdk.d.ts +0 -11
package/leaflet.js
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var yn = Object.defineProperty;
|
|
2
|
+
var Vt = (i) => {
|
|
3
3
|
throw TypeError(i);
|
|
4
4
|
};
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
import * as
|
|
5
|
+
var pn = (i, e, t) => e in i ? yn(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
6
|
+
var xt = (i, e, t) => pn(i, typeof e != "symbol" ? e + "" : e, t), Yt = (i, e, t) => e.has(i) || Vt("Cannot " + t);
|
|
7
|
+
var le = (i, e, t) => (Yt(i, e, "read from private field"), t ? t.call(i) : e.get(i)), Mt = (i, e, t) => e.has(i) ? Vt("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(i) : e.set(i, t), st = (i, e, t, n) => (Yt(i, e, "write to private field"), n ? n.call(i, t) : e.set(i, t), t);
|
|
8
|
+
import * as ue from "leaflet";
|
|
9
9
|
function A() {
|
|
10
10
|
}
|
|
11
|
-
function
|
|
11
|
+
function bn(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
|
|
18
|
+
function Pi(i) {
|
|
19
19
|
return i();
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function Xt() {
|
|
22
22
|
return /* @__PURE__ */ Object.create(null);
|
|
23
23
|
}
|
|
24
24
|
function ye(i) {
|
|
25
|
-
i.forEach(
|
|
25
|
+
i.forEach(Pi);
|
|
26
26
|
}
|
|
27
|
-
function
|
|
27
|
+
function Ri(i) {
|
|
28
28
|
return typeof i == "function";
|
|
29
29
|
}
|
|
30
|
-
function
|
|
30
|
+
function Me(i, e) {
|
|
31
31
|
return i != i ? e == e : i !== e || i && typeof i == "object" || typeof i == "function";
|
|
32
32
|
}
|
|
33
|
-
let
|
|
33
|
+
let lt;
|
|
34
34
|
function X(i, e) {
|
|
35
|
-
return i === e ? !0 : (
|
|
35
|
+
return i === e ? !0 : (lt || (lt = document.createElement("a")), lt.href = e, i === lt.href);
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function vn(i) {
|
|
38
38
|
return Object.keys(i).length === 0;
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function wn(i, e, t, n) {
|
|
41
41
|
if (i) {
|
|
42
|
-
const r =
|
|
42
|
+
const r = Ii(i, e, t, n);
|
|
43
43
|
return i[0](r);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
function
|
|
47
|
-
return i[1] && n ?
|
|
46
|
+
function Ii(i, e, t, n) {
|
|
47
|
+
return i[1] && n ? bn(t.ctx.slice(), i[1](n(e))) : t.ctx;
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function _n(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)
|
|
53
53
|
return r;
|
|
54
54
|
if (typeof r == "object") {
|
|
55
|
-
const o = [],
|
|
56
|
-
for (let s = 0; s <
|
|
55
|
+
const o = [], u = Math.max(e.dirty.length, r.length);
|
|
56
|
+
for (let s = 0; s < u; s += 1)
|
|
57
57
|
o[s] = e.dirty[s] | r[s];
|
|
58
58
|
return o;
|
|
59
59
|
}
|
|
@@ -61,13 +61,13 @@ function mn(i, e, t, n) {
|
|
|
61
61
|
}
|
|
62
62
|
return e.dirty;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
64
|
+
function En(i, e, t, n, r, o) {
|
|
65
65
|
if (r) {
|
|
66
|
-
const
|
|
67
|
-
i.p(
|
|
66
|
+
const u = Ii(e, t, n, o);
|
|
67
|
+
i.p(u, r);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
function
|
|
70
|
+
function Ln(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,225 +76,225 @@ function pn(i) {
|
|
|
76
76
|
}
|
|
77
77
|
return -1;
|
|
78
78
|
}
|
|
79
|
-
function
|
|
79
|
+
function Kt(i) {
|
|
80
80
|
return i ?? "";
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function P(i, e) {
|
|
83
83
|
i.appendChild(e);
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function F(i, e, t) {
|
|
86
86
|
i.insertBefore(e, t || null);
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function z(i) {
|
|
89
89
|
i.parentNode && i.parentNode.removeChild(i);
|
|
90
90
|
}
|
|
91
91
|
function W(i) {
|
|
92
92
|
return document.createElement(i);
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function ce(i) {
|
|
95
95
|
return document.createElementNS("http://www.w3.org/2000/svg", i);
|
|
96
96
|
}
|
|
97
|
-
function
|
|
97
|
+
function Le(i) {
|
|
98
98
|
return document.createTextNode(i);
|
|
99
99
|
}
|
|
100
100
|
function te() {
|
|
101
|
-
return
|
|
101
|
+
return Le(" ");
|
|
102
102
|
}
|
|
103
|
-
function
|
|
104
|
-
return
|
|
103
|
+
function Sn() {
|
|
104
|
+
return Le("");
|
|
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
|
|
109
|
+
function xn(i) {
|
|
110
110
|
return function(e) {
|
|
111
111
|
return e.preventDefault(), i.call(this, e);
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function p(i, e, t) {
|
|
115
115
|
t == null ? i.removeAttribute(e) : i.getAttribute(e) !== t && i.setAttribute(e, t);
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function Mn(i) {
|
|
118
118
|
return Array.from(i.childNodes);
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function Qe(i, e) {
|
|
121
121
|
e = "" + e, i.data !== e && (i.data = /** @type {string} */
|
|
122
122
|
e);
|
|
123
123
|
}
|
|
124
|
-
function
|
|
124
|
+
function Jt(i, e) {
|
|
125
125
|
i.value = e ?? "";
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function se(i, e, t) {
|
|
128
128
|
i.classList.toggle(e, !!t);
|
|
129
129
|
}
|
|
130
|
-
function
|
|
130
|
+
function Cn(i, e, { bubbles: t = !1, cancelable: n = !1 } = {}) {
|
|
131
131
|
return new CustomEvent(i, { detail: e, bubbles: t, cancelable: n });
|
|
132
132
|
}
|
|
133
|
-
let
|
|
134
|
-
function
|
|
135
|
-
|
|
133
|
+
let He;
|
|
134
|
+
function qe(i) {
|
|
135
|
+
He = i;
|
|
136
136
|
}
|
|
137
|
-
function
|
|
138
|
-
if (!
|
|
139
|
-
return
|
|
137
|
+
function Oi() {
|
|
138
|
+
if (!He) throw new Error("Function called outside component initialization");
|
|
139
|
+
return He;
|
|
140
140
|
}
|
|
141
|
-
function
|
|
142
|
-
|
|
141
|
+
function kn(i) {
|
|
142
|
+
Oi().$$.on_destroy.push(i);
|
|
143
143
|
}
|
|
144
|
-
function
|
|
145
|
-
const i =
|
|
144
|
+
function Nn() {
|
|
145
|
+
const i = Oi();
|
|
146
146
|
return (e, t, { cancelable: n = !1 } = {}) => {
|
|
147
147
|
const r = i.$$.callbacks[e];
|
|
148
148
|
if (r) {
|
|
149
|
-
const o =
|
|
149
|
+
const o = Cn(
|
|
150
150
|
/** @type {string} */
|
|
151
151
|
e,
|
|
152
152
|
t,
|
|
153
153
|
{ cancelable: n }
|
|
154
154
|
);
|
|
155
|
-
return r.slice().forEach((
|
|
156
|
-
|
|
155
|
+
return r.slice().forEach((u) => {
|
|
156
|
+
u.call(i, o);
|
|
157
157
|
}), !o.defaultPrevented;
|
|
158
158
|
}
|
|
159
159
|
return !0;
|
|
160
160
|
};
|
|
161
161
|
}
|
|
162
|
-
function
|
|
162
|
+
function $t(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
|
|
167
|
-
let
|
|
168
|
-
const
|
|
169
|
-
let
|
|
170
|
-
function
|
|
171
|
-
|
|
166
|
+
const Be = [], Tt = [];
|
|
167
|
+
let De = [];
|
|
168
|
+
const ei = [], Tn = /* @__PURE__ */ Promise.resolve();
|
|
169
|
+
let Pt = !1;
|
|
170
|
+
function Pn() {
|
|
171
|
+
Pt || (Pt = !0, Tn.then(Wi));
|
|
172
172
|
}
|
|
173
|
-
function
|
|
174
|
-
|
|
173
|
+
function Rt(i) {
|
|
174
|
+
De.push(i);
|
|
175
175
|
}
|
|
176
|
-
const
|
|
177
|
-
let
|
|
178
|
-
function
|
|
179
|
-
if (
|
|
176
|
+
const Ct = /* @__PURE__ */ new Set();
|
|
177
|
+
let Ae = 0;
|
|
178
|
+
function Wi() {
|
|
179
|
+
if (Ae !== 0)
|
|
180
180
|
return;
|
|
181
|
-
const i =
|
|
181
|
+
const i = He;
|
|
182
182
|
do {
|
|
183
183
|
try {
|
|
184
|
-
for (;
|
|
185
|
-
const e = Ae
|
|
186
|
-
|
|
184
|
+
for (; Ae < Be.length; ) {
|
|
185
|
+
const e = Be[Ae];
|
|
186
|
+
Ae++, qe(e), Rn(e.$$);
|
|
187
187
|
}
|
|
188
188
|
} catch (e) {
|
|
189
|
-
throw
|
|
189
|
+
throw Be.length = 0, Ae = 0, e;
|
|
190
190
|
}
|
|
191
|
-
for (
|
|
192
|
-
for (let e = 0; e <
|
|
193
|
-
const t =
|
|
194
|
-
|
|
191
|
+
for (qe(null), Be.length = 0, Ae = 0; Tt.length; ) Tt.pop()();
|
|
192
|
+
for (let e = 0; e < De.length; e += 1) {
|
|
193
|
+
const t = De[e];
|
|
194
|
+
Ct.has(t) || (Ct.add(t), t());
|
|
195
195
|
}
|
|
196
|
-
|
|
197
|
-
} while (
|
|
198
|
-
for (;
|
|
199
|
-
|
|
200
|
-
|
|
196
|
+
De.length = 0;
|
|
197
|
+
} while (Be.length);
|
|
198
|
+
for (; ei.length; )
|
|
199
|
+
ei.pop()();
|
|
200
|
+
Pt = !1, Ct.clear(), qe(i);
|
|
201
201
|
}
|
|
202
|
-
function
|
|
202
|
+
function Rn(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(
|
|
206
|
+
i.dirty = [-1], i.fragment && i.fragment.p(i.ctx, e), i.after_update.forEach(Rt);
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
function
|
|
209
|
+
function In(i) {
|
|
210
210
|
const e = [], t = [];
|
|
211
|
-
|
|
211
|
+
De.forEach((n) => i.indexOf(n) === -1 ? e.push(n) : t.push(n)), t.forEach((n) => n()), De = e;
|
|
212
212
|
}
|
|
213
|
-
const
|
|
214
|
-
let
|
|
215
|
-
function
|
|
216
|
-
|
|
213
|
+
const ut = /* @__PURE__ */ new Set();
|
|
214
|
+
let Pe;
|
|
215
|
+
function at() {
|
|
216
|
+
Pe = {
|
|
217
217
|
r: 0,
|
|
218
218
|
c: [],
|
|
219
|
-
p:
|
|
219
|
+
p: Pe
|
|
220
220
|
// parent group
|
|
221
221
|
};
|
|
222
222
|
}
|
|
223
|
-
function
|
|
224
|
-
|
|
223
|
+
function ct() {
|
|
224
|
+
Pe.r || ye(Pe.c), Pe = Pe.p;
|
|
225
225
|
}
|
|
226
226
|
function Z(i, e) {
|
|
227
|
-
i && i.i && (
|
|
227
|
+
i && i.i && (ut.delete(i), i.i(e));
|
|
228
228
|
}
|
|
229
229
|
function V(i, e, t, n) {
|
|
230
230
|
if (i && i.o) {
|
|
231
|
-
if (
|
|
232
|
-
|
|
233
|
-
|
|
231
|
+
if (ut.has(i)) return;
|
|
232
|
+
ut.add(i), Pe.c.push(() => {
|
|
233
|
+
ut.delete(i), n && (t && i.d(1), n());
|
|
234
234
|
}), i.o(e);
|
|
235
235
|
} else n && n();
|
|
236
236
|
}
|
|
237
|
-
function
|
|
237
|
+
function ti(i) {
|
|
238
238
|
return (i == null ? void 0 : i.length) !== void 0 ? i : Array.from(i);
|
|
239
239
|
}
|
|
240
|
-
function
|
|
240
|
+
function On(i, e) {
|
|
241
241
|
V(i, 1, 1, () => {
|
|
242
242
|
e.delete(i.key);
|
|
243
243
|
});
|
|
244
244
|
}
|
|
245
|
-
function
|
|
246
|
-
let f = i.length,
|
|
247
|
-
const
|
|
248
|
-
for (;
|
|
249
|
-
const v = [], b = /* @__PURE__ */ new Map(),
|
|
250
|
-
for (
|
|
251
|
-
const
|
|
252
|
-
let k =
|
|
253
|
-
k ?
|
|
245
|
+
function Wn(i, e, t, n, r, o, u, s, c, l, d, a) {
|
|
246
|
+
let f = i.length, h = o.length, g = f;
|
|
247
|
+
const y = {};
|
|
248
|
+
for (; g--; ) y[i[g].key] = g;
|
|
249
|
+
const v = [], b = /* @__PURE__ */ new Map(), E = /* @__PURE__ */ new Map(), L = [];
|
|
250
|
+
for (g = h; g--; ) {
|
|
251
|
+
const S = a(r, o, g), w = t(S);
|
|
252
|
+
let k = u.get(w);
|
|
253
|
+
k ? L.push(() => k.p(S, e)) : (k = l(w, S), k.c()), b.set(w, v[g] = k), w in y && E.set(w, Math.abs(g - y[w]));
|
|
254
254
|
}
|
|
255
255
|
const _ = /* @__PURE__ */ new Set(), C = /* @__PURE__ */ new Set();
|
|
256
|
-
function x(
|
|
257
|
-
Z(
|
|
256
|
+
function x(S) {
|
|
257
|
+
Z(S, 1), S.m(s, d), u.set(S.key, S), d = S.first, h--;
|
|
258
258
|
}
|
|
259
|
-
for (; f &&
|
|
260
|
-
const
|
|
261
|
-
|
|
259
|
+
for (; f && h; ) {
|
|
260
|
+
const S = v[h - 1], w = i[f - 1], k = S.key, I = w.key;
|
|
261
|
+
S === w ? (d = S.first, f--, h--) : b.has(I) ? !u.has(k) || _.has(k) ? x(S) : C.has(I) ? f-- : E.get(k) > E.get(I) ? (C.add(k), x(S)) : (_.add(I), f--) : (c(w, u), f--);
|
|
262
262
|
}
|
|
263
263
|
for (; f--; ) {
|
|
264
|
-
const
|
|
265
|
-
b.has(
|
|
264
|
+
const S = i[f];
|
|
265
|
+
b.has(S.key) || c(S, u);
|
|
266
266
|
}
|
|
267
|
-
for (;
|
|
268
|
-
return ye(
|
|
267
|
+
for (; h; ) x(v[h - 1]);
|
|
268
|
+
return ye(L), v;
|
|
269
269
|
}
|
|
270
|
-
function
|
|
270
|
+
function Se(i) {
|
|
271
271
|
i && i.c();
|
|
272
272
|
}
|
|
273
|
-
function
|
|
273
|
+
function me(i, e, t) {
|
|
274
274
|
const { fragment: n, after_update: r } = i.$$;
|
|
275
|
-
n && n.m(e, t),
|
|
276
|
-
const o = i.$$.on_mount.map(
|
|
275
|
+
n && n.m(e, t), Rt(() => {
|
|
276
|
+
const o = i.$$.on_mount.map(Pi).filter(Ri);
|
|
277
277
|
i.$$.on_destroy ? i.$$.on_destroy.push(...o) : ye(o), i.$$.on_mount = [];
|
|
278
|
-
}), r.forEach(
|
|
278
|
+
}), r.forEach(Rt);
|
|
279
279
|
}
|
|
280
|
-
function
|
|
280
|
+
function ge(i, e) {
|
|
281
281
|
const t = i.$$;
|
|
282
|
-
t.fragment !== null && (
|
|
282
|
+
t.fragment !== null && (In(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
|
|
285
|
-
i.$$.dirty[0] === -1 && (
|
|
284
|
+
function An(i, e) {
|
|
285
|
+
i.$$.dirty[0] === -1 && (Be.push(i), Pn(), i.$$.dirty.fill(0)), i.$$.dirty[e / 31 | 0] |= 1 << e % 31;
|
|
286
286
|
}
|
|
287
|
-
function
|
|
288
|
-
const c =
|
|
289
|
-
|
|
290
|
-
const
|
|
287
|
+
function Ce(i, e, t, n, r, o, u = null, s = [-1]) {
|
|
288
|
+
const c = He;
|
|
289
|
+
qe(i);
|
|
290
|
+
const l = i.$$ = {
|
|
291
291
|
fragment: null,
|
|
292
292
|
ctx: [],
|
|
293
293
|
// state
|
|
294
294
|
props: o,
|
|
295
295
|
update: A,
|
|
296
296
|
not_equal: r,
|
|
297
|
-
bound:
|
|
297
|
+
bound: Xt(),
|
|
298
298
|
// lifecycle
|
|
299
299
|
on_mount: [],
|
|
300
300
|
on_destroy: [],
|
|
@@ -303,27 +303,27 @@ 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:
|
|
306
|
+
callbacks: Xt(),
|
|
307
307
|
dirty: s,
|
|
308
308
|
skip_bound: !1,
|
|
309
309
|
root: e.target || c.$$.root
|
|
310
310
|
};
|
|
311
|
-
|
|
312
|
-
let
|
|
313
|
-
if (
|
|
314
|
-
const
|
|
315
|
-
return
|
|
316
|
-
}) : [],
|
|
311
|
+
u && u(l.root);
|
|
312
|
+
let d = !1;
|
|
313
|
+
if (l.ctx = t ? t(i, e.props || {}, (a, f, ...h) => {
|
|
314
|
+
const g = h.length ? h[0] : f;
|
|
315
|
+
return l.ctx && r(l.ctx[a], l.ctx[a] = g) && (!l.skip_bound && l.bound[a] && l.bound[a](g), d && An(i, a)), f;
|
|
316
|
+
}) : [], l.update(), d = !0, ye(l.before_update), l.fragment = n ? n(l.ctx) : !1, e.target) {
|
|
317
317
|
if (e.hydrate) {
|
|
318
|
-
const a =
|
|
319
|
-
|
|
318
|
+
const a = Mn(e.target);
|
|
319
|
+
l.fragment && l.fragment.l(a), a.forEach(z);
|
|
320
320
|
} else
|
|
321
|
-
|
|
322
|
-
e.intro && Z(i.$$.fragment),
|
|
321
|
+
l.fragment && l.fragment.c();
|
|
322
|
+
e.intro && Z(i.$$.fragment), me(i, e.target, e.anchor), Wi();
|
|
323
323
|
}
|
|
324
|
-
|
|
324
|
+
qe(c);
|
|
325
325
|
}
|
|
326
|
-
class
|
|
326
|
+
class ke {
|
|
327
327
|
constructor() {
|
|
328
328
|
/**
|
|
329
329
|
* ### PRIVATE API
|
|
@@ -332,7 +332,7 @@ class Me {
|
|
|
332
332
|
*
|
|
333
333
|
* @type {any}
|
|
334
334
|
*/
|
|
335
|
-
|
|
335
|
+
xt(this, "$$");
|
|
336
336
|
/**
|
|
337
337
|
* ### PRIVATE API
|
|
338
338
|
*
|
|
@@ -340,11 +340,11 @@ class Me {
|
|
|
340
340
|
*
|
|
341
341
|
* @type {any}
|
|
342
342
|
*/
|
|
343
|
-
|
|
343
|
+
xt(this, "$$set");
|
|
344
344
|
}
|
|
345
345
|
/** @returns {void} */
|
|
346
346
|
$destroy() {
|
|
347
|
-
|
|
347
|
+
ge(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 (!
|
|
356
|
+
if (!Ri(t))
|
|
357
357
|
return A;
|
|
358
358
|
const n = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
|
|
359
359
|
return n.push(t), () => {
|
|
@@ -366,75 +366,75 @@ class Me {
|
|
|
366
366
|
* @returns {void}
|
|
367
367
|
*/
|
|
368
368
|
$set(e) {
|
|
369
|
-
this.$$set && !
|
|
369
|
+
this.$$set && !vn(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
|
-
const
|
|
373
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
374
|
-
function
|
|
372
|
+
const zn = "4";
|
|
373
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(zn);
|
|
374
|
+
function Bn(i) {
|
|
375
375
|
let e, t;
|
|
376
376
|
return {
|
|
377
377
|
c() {
|
|
378
|
-
e =
|
|
378
|
+
e = ce("svg"), t = ce("path"), p(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"), p(e, "viewBox", "0 0 14 14"), p(e, "width", "13"), p(e, "height", "13"), p(e, "class", "svelte-en2qvf");
|
|
379
379
|
},
|
|
380
380
|
m(n, r) {
|
|
381
|
-
|
|
381
|
+
F(n, e, r), P(e, t);
|
|
382
382
|
},
|
|
383
383
|
p: A,
|
|
384
384
|
i: A,
|
|
385
385
|
o: A,
|
|
386
386
|
d(n) {
|
|
387
|
-
n &&
|
|
387
|
+
n && z(e);
|
|
388
388
|
}
|
|
389
389
|
};
|
|
390
390
|
}
|
|
391
|
-
class
|
|
391
|
+
class Ai extends ke {
|
|
392
392
|
constructor(e) {
|
|
393
|
-
super(),
|
|
393
|
+
super(), Ce(this, e, null, Bn, Me, {});
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
|
-
function
|
|
396
|
+
function Dn(i) {
|
|
397
397
|
let e, t;
|
|
398
398
|
return {
|
|
399
399
|
c() {
|
|
400
|
-
e =
|
|
400
|
+
e = ce("svg"), t = ce("path"), p(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"), p(e, "viewBox", "0 0 30 30"), p(e, "fill", "none"), p(e, "xmlns", "http://www.w3.org/2000/svg"), p(e, "class", "svelte-d2loi5");
|
|
401
401
|
},
|
|
402
402
|
m(n, r) {
|
|
403
|
-
|
|
403
|
+
F(n, e, r), P(e, t);
|
|
404
404
|
},
|
|
405
405
|
p: A,
|
|
406
406
|
i: A,
|
|
407
407
|
o: A,
|
|
408
408
|
d(n) {
|
|
409
|
-
n &&
|
|
409
|
+
n && z(e);
|
|
410
410
|
}
|
|
411
411
|
};
|
|
412
412
|
}
|
|
413
|
-
class
|
|
413
|
+
class zi extends ke {
|
|
414
414
|
constructor(e) {
|
|
415
|
-
super(),
|
|
415
|
+
super(), Ce(this, e, null, Dn, Me, {});
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
|
-
function
|
|
418
|
+
function Fn(i) {
|
|
419
419
|
let e, t;
|
|
420
420
|
return {
|
|
421
421
|
c() {
|
|
422
422
|
e = W("img"), X(e.src, t = /*iconsBaseUrl*/
|
|
423
|
-
i[3] + "area.svg") ||
|
|
423
|
+
i[3] + "area.svg") || p(e, "src", t), p(
|
|
424
424
|
e,
|
|
425
425
|
"alt",
|
|
426
426
|
/*placeType*/
|
|
427
427
|
i[6]
|
|
428
|
-
),
|
|
428
|
+
), p(e, "class", "svelte-ltkwvy");
|
|
429
429
|
},
|
|
430
430
|
m(n, r) {
|
|
431
|
-
|
|
431
|
+
F(n, e, r);
|
|
432
432
|
},
|
|
433
433
|
p(n, r) {
|
|
434
434
|
r & /*iconsBaseUrl*/
|
|
435
435
|
8 && !X(e.src, t = /*iconsBaseUrl*/
|
|
436
|
-
n[3] + "area.svg") &&
|
|
437
|
-
64 &&
|
|
436
|
+
n[3] + "area.svg") && p(e, "src", t), r & /*placeType*/
|
|
437
|
+
64 && p(
|
|
438
438
|
e,
|
|
439
439
|
"alt",
|
|
440
440
|
/*placeType*/
|
|
@@ -442,30 +442,30 @@ function On(i) {
|
|
|
442
442
|
);
|
|
443
443
|
},
|
|
444
444
|
d(n) {
|
|
445
|
-
n &&
|
|
445
|
+
n && z(e);
|
|
446
446
|
}
|
|
447
447
|
};
|
|
448
448
|
}
|
|
449
|
-
function
|
|
449
|
+
function Un(i) {
|
|
450
450
|
let e, t;
|
|
451
451
|
return {
|
|
452
452
|
c() {
|
|
453
453
|
e = W("img"), X(e.src, t = /*iconsBaseUrl*/
|
|
454
|
-
i[3] + "reverse.svg") ||
|
|
454
|
+
i[3] + "reverse.svg") || p(e, "src", t), p(
|
|
455
455
|
e,
|
|
456
456
|
"alt",
|
|
457
457
|
/*placeType*/
|
|
458
458
|
i[6]
|
|
459
|
-
),
|
|
459
|
+
), p(e, "class", "svelte-ltkwvy");
|
|
460
460
|
},
|
|
461
461
|
m(n, r) {
|
|
462
|
-
|
|
462
|
+
F(n, e, r);
|
|
463
463
|
},
|
|
464
464
|
p(n, r) {
|
|
465
465
|
r & /*iconsBaseUrl*/
|
|
466
466
|
8 && !X(e.src, t = /*iconsBaseUrl*/
|
|
467
|
-
n[3] + "reverse.svg") &&
|
|
468
|
-
64 &&
|
|
467
|
+
n[3] + "reverse.svg") && p(e, "src", t), r & /*placeType*/
|
|
468
|
+
64 && p(
|
|
469
469
|
e,
|
|
470
470
|
"alt",
|
|
471
471
|
/*placeType*/
|
|
@@ -473,30 +473,30 @@ function Wn(i) {
|
|
|
473
473
|
);
|
|
474
474
|
},
|
|
475
475
|
d(n) {
|
|
476
|
-
n &&
|
|
476
|
+
n && z(e);
|
|
477
477
|
}
|
|
478
478
|
};
|
|
479
479
|
}
|
|
480
|
-
function
|
|
480
|
+
function Gn(i) {
|
|
481
481
|
let e, t;
|
|
482
482
|
return {
|
|
483
483
|
c() {
|
|
484
484
|
e = W("img"), X(e.src, t = /*iconsBaseUrl*/
|
|
485
|
-
i[3] + "poi.svg") ||
|
|
485
|
+
i[3] + "poi.svg") || p(e, "src", t), p(
|
|
486
486
|
e,
|
|
487
487
|
"alt",
|
|
488
488
|
/*placeType*/
|
|
489
489
|
i[6]
|
|
490
|
-
),
|
|
490
|
+
), p(e, "class", "svelte-ltkwvy");
|
|
491
491
|
},
|
|
492
492
|
m(n, r) {
|
|
493
|
-
|
|
493
|
+
F(n, e, r);
|
|
494
494
|
},
|
|
495
495
|
p(n, r) {
|
|
496
496
|
r & /*iconsBaseUrl*/
|
|
497
497
|
8 && !X(e.src, t = /*iconsBaseUrl*/
|
|
498
|
-
n[3] + "poi.svg") &&
|
|
499
|
-
64 &&
|
|
498
|
+
n[3] + "poi.svg") && p(e, "src", t), r & /*placeType*/
|
|
499
|
+
64 && p(
|
|
500
500
|
e,
|
|
501
501
|
"alt",
|
|
502
502
|
/*placeType*/
|
|
@@ -504,30 +504,30 @@ function An(i) {
|
|
|
504
504
|
);
|
|
505
505
|
},
|
|
506
506
|
d(n) {
|
|
507
|
-
n &&
|
|
507
|
+
n && z(e);
|
|
508
508
|
}
|
|
509
509
|
};
|
|
510
510
|
}
|
|
511
|
-
function
|
|
511
|
+
function jn(i) {
|
|
512
512
|
let e, t;
|
|
513
513
|
return {
|
|
514
514
|
c() {
|
|
515
515
|
e = W("img"), X(e.src, t = /*iconsBaseUrl*/
|
|
516
|
-
i[3] + "postal_code.svg") ||
|
|
516
|
+
i[3] + "postal_code.svg") || p(e, "src", t), p(
|
|
517
517
|
e,
|
|
518
518
|
"alt",
|
|
519
519
|
/*placeType*/
|
|
520
520
|
i[6]
|
|
521
|
-
),
|
|
521
|
+
), p(e, "class", "svelte-ltkwvy");
|
|
522
522
|
},
|
|
523
523
|
m(n, r) {
|
|
524
|
-
|
|
524
|
+
F(n, e, r);
|
|
525
525
|
},
|
|
526
526
|
p(n, r) {
|
|
527
527
|
r & /*iconsBaseUrl*/
|
|
528
528
|
8 && !X(e.src, t = /*iconsBaseUrl*/
|
|
529
|
-
n[3] + "postal_code.svg") &&
|
|
530
|
-
64 &&
|
|
529
|
+
n[3] + "postal_code.svg") && p(e, "src", t), r & /*placeType*/
|
|
530
|
+
64 && p(
|
|
531
531
|
e,
|
|
532
532
|
"alt",
|
|
533
533
|
/*placeType*/
|
|
@@ -535,30 +535,30 @@ function Bn(i) {
|
|
|
535
535
|
);
|
|
536
536
|
},
|
|
537
537
|
d(n) {
|
|
538
|
-
n &&
|
|
538
|
+
n && z(e);
|
|
539
539
|
}
|
|
540
540
|
};
|
|
541
541
|
}
|
|
542
|
-
function
|
|
542
|
+
function Zn(i) {
|
|
543
543
|
let e, t;
|
|
544
544
|
return {
|
|
545
545
|
c() {
|
|
546
546
|
e = W("img"), X(e.src, t = /*iconsBaseUrl*/
|
|
547
|
-
i[3] + "street.svg") ||
|
|
547
|
+
i[3] + "street.svg") || p(e, "src", t), p(
|
|
548
548
|
e,
|
|
549
549
|
"alt",
|
|
550
550
|
/*placeType*/
|
|
551
551
|
i[6]
|
|
552
|
-
),
|
|
552
|
+
), p(e, "class", "svelte-ltkwvy");
|
|
553
553
|
},
|
|
554
554
|
m(n, r) {
|
|
555
|
-
|
|
555
|
+
F(n, e, r);
|
|
556
556
|
},
|
|
557
557
|
p(n, r) {
|
|
558
558
|
r & /*iconsBaseUrl*/
|
|
559
559
|
8 && !X(e.src, t = /*iconsBaseUrl*/
|
|
560
|
-
n[3] + "street.svg") &&
|
|
561
|
-
64 &&
|
|
560
|
+
n[3] + "street.svg") && p(e, "src", t), r & /*placeType*/
|
|
561
|
+
64 && p(
|
|
562
562
|
e,
|
|
563
563
|
"alt",
|
|
564
564
|
/*placeType*/
|
|
@@ -566,30 +566,30 @@ function Dn(i) {
|
|
|
566
566
|
);
|
|
567
567
|
},
|
|
568
568
|
d(n) {
|
|
569
|
-
n &&
|
|
569
|
+
n && z(e);
|
|
570
570
|
}
|
|
571
571
|
};
|
|
572
572
|
}
|
|
573
|
-
function
|
|
573
|
+
function qn(i) {
|
|
574
574
|
let e, t;
|
|
575
575
|
return {
|
|
576
576
|
c() {
|
|
577
577
|
e = W("img"), X(e.src, t = /*iconsBaseUrl*/
|
|
578
|
-
i[3] + "road.svg") ||
|
|
578
|
+
i[3] + "road.svg") || p(e, "src", t), p(
|
|
579
579
|
e,
|
|
580
580
|
"alt",
|
|
581
581
|
/*placeType*/
|
|
582
582
|
i[6]
|
|
583
|
-
),
|
|
583
|
+
), p(e, "class", "svelte-ltkwvy");
|
|
584
584
|
},
|
|
585
585
|
m(n, r) {
|
|
586
|
-
|
|
586
|
+
F(n, e, r);
|
|
587
587
|
},
|
|
588
588
|
p(n, r) {
|
|
589
589
|
r & /*iconsBaseUrl*/
|
|
590
590
|
8 && !X(e.src, t = /*iconsBaseUrl*/
|
|
591
|
-
n[3] + "road.svg") &&
|
|
592
|
-
64 &&
|
|
591
|
+
n[3] + "road.svg") && p(e, "src", t), r & /*placeType*/
|
|
592
|
+
64 && p(
|
|
593
593
|
e,
|
|
594
594
|
"alt",
|
|
595
595
|
/*placeType*/
|
|
@@ -597,30 +597,30 @@ function Un(i) {
|
|
|
597
597
|
);
|
|
598
598
|
},
|
|
599
599
|
d(n) {
|
|
600
|
-
n &&
|
|
600
|
+
n && z(e);
|
|
601
601
|
}
|
|
602
602
|
};
|
|
603
603
|
}
|
|
604
|
-
function
|
|
604
|
+
function Qn(i) {
|
|
605
605
|
let e, t;
|
|
606
606
|
return {
|
|
607
607
|
c() {
|
|
608
608
|
e = W("img"), X(e.src, t = /*iconsBaseUrl*/
|
|
609
|
-
i[3] + "housenumber.svg") ||
|
|
609
|
+
i[3] + "housenumber.svg") || p(e, "src", t), p(
|
|
610
610
|
e,
|
|
611
611
|
"alt",
|
|
612
612
|
/*placeType*/
|
|
613
613
|
i[6]
|
|
614
|
-
),
|
|
614
|
+
), p(e, "class", "svelte-ltkwvy");
|
|
615
615
|
},
|
|
616
616
|
m(n, r) {
|
|
617
|
-
|
|
617
|
+
F(n, e, r);
|
|
618
618
|
},
|
|
619
619
|
p(n, r) {
|
|
620
620
|
r & /*iconsBaseUrl*/
|
|
621
621
|
8 && !X(e.src, t = /*iconsBaseUrl*/
|
|
622
|
-
n[3] + "housenumber.svg") &&
|
|
623
|
-
64 &&
|
|
622
|
+
n[3] + "housenumber.svg") && p(e, "src", t), r & /*placeType*/
|
|
623
|
+
64 && p(
|
|
624
624
|
e,
|
|
625
625
|
"alt",
|
|
626
626
|
/*placeType*/
|
|
@@ -628,35 +628,35 @@ function Gn(i) {
|
|
|
628
628
|
);
|
|
629
629
|
},
|
|
630
630
|
d(n) {
|
|
631
|
-
n &&
|
|
631
|
+
n && z(e);
|
|
632
632
|
}
|
|
633
633
|
};
|
|
634
634
|
}
|
|
635
|
-
function
|
|
635
|
+
function Hn(i) {
|
|
636
636
|
let e, t, n, r;
|
|
637
637
|
return {
|
|
638
638
|
c() {
|
|
639
639
|
e = W("img"), X(e.src, t = /*imageUrl*/
|
|
640
|
-
i[5]) ||
|
|
640
|
+
i[5]) || p(e, "src", t), p(
|
|
641
641
|
e,
|
|
642
642
|
"alt",
|
|
643
643
|
/*category*/
|
|
644
644
|
i[4]
|
|
645
|
-
),
|
|
645
|
+
), p(e, "class", "svelte-ltkwvy");
|
|
646
646
|
},
|
|
647
|
-
m(o,
|
|
648
|
-
|
|
647
|
+
m(o, u) {
|
|
648
|
+
F(o, e, u), n || (r = J(
|
|
649
649
|
e,
|
|
650
650
|
"error",
|
|
651
651
|
/*error_handler*/
|
|
652
652
|
i[14]
|
|
653
653
|
), n = !0);
|
|
654
654
|
},
|
|
655
|
-
p(o,
|
|
656
|
-
|
|
655
|
+
p(o, u) {
|
|
656
|
+
u & /*imageUrl*/
|
|
657
657
|
32 && !X(e.src, t = /*imageUrl*/
|
|
658
|
-
o[5]) &&
|
|
659
|
-
16 &&
|
|
658
|
+
o[5]) && p(e, "src", t), u & /*category*/
|
|
659
|
+
16 && p(
|
|
660
660
|
e,
|
|
661
661
|
"alt",
|
|
662
662
|
/*category*/
|
|
@@ -664,37 +664,37 @@ function Fn(i) {
|
|
|
664
664
|
);
|
|
665
665
|
},
|
|
666
666
|
d(o) {
|
|
667
|
-
o &&
|
|
667
|
+
o && z(e), n = !1, r();
|
|
668
668
|
}
|
|
669
669
|
};
|
|
670
670
|
}
|
|
671
|
-
function
|
|
671
|
+
function ii(i) {
|
|
672
672
|
let e, t;
|
|
673
673
|
return {
|
|
674
674
|
c() {
|
|
675
|
-
e = W("span"), t =
|
|
675
|
+
e = W("span"), t = Le(
|
|
676
676
|
/*placeType*/
|
|
677
677
|
i[6]
|
|
678
|
-
),
|
|
678
|
+
), p(e, "class", "secondary svelte-ltkwvy");
|
|
679
679
|
},
|
|
680
680
|
m(n, r) {
|
|
681
|
-
|
|
681
|
+
F(n, e, r), P(e, t);
|
|
682
682
|
},
|
|
683
683
|
p(n, r) {
|
|
684
684
|
r & /*placeType*/
|
|
685
|
-
64 &&
|
|
685
|
+
64 && Qe(
|
|
686
686
|
t,
|
|
687
687
|
/*placeType*/
|
|
688
688
|
n[6]
|
|
689
689
|
);
|
|
690
690
|
},
|
|
691
691
|
d(n) {
|
|
692
|
-
n &&
|
|
692
|
+
n && z(e);
|
|
693
693
|
}
|
|
694
694
|
};
|
|
695
695
|
}
|
|
696
|
-
function
|
|
697
|
-
let e, t, n, r, o,
|
|
696
|
+
function Vn(i) {
|
|
697
|
+
let e, t, n, r, o, u, s, c, l, d = (
|
|
698
698
|
/*isReverse*/
|
|
699
699
|
(i[7] ? (
|
|
700
700
|
/*feature*/
|
|
@@ -703,7 +703,7 @@ function zn(i) {
|
|
|
703
703
|
/*feature*/
|
|
704
704
|
i[0].place_name.replace(/,.*/, "")
|
|
705
705
|
)) + ""
|
|
706
|
-
), a, f,
|
|
706
|
+
), a, f, h = (
|
|
707
707
|
/*showPlaceType*/
|
|
708
708
|
i[2] === "always" || /*showPlaceType*/
|
|
709
709
|
i[2] && !/*feature*/
|
|
@@ -714,40 +714,40 @@ function zn(i) {
|
|
|
714
714
|
i[0].id.startsWith("poi.") || !/*imageUrl*/
|
|
715
715
|
i[5]) && !/*isReverse*/
|
|
716
716
|
i[7]
|
|
717
|
-
),
|
|
717
|
+
), g, y, v = (
|
|
718
718
|
/*isReverse*/
|
|
719
719
|
(i[7] ? "" : (
|
|
720
720
|
/*feature*/
|
|
721
721
|
i[0].place_name.replace(/[^,]*,?\s*/, "")
|
|
722
722
|
)) + ""
|
|
723
|
-
), b,
|
|
723
|
+
), b, E, L;
|
|
724
724
|
function _(w, k) {
|
|
725
725
|
return k & /*feature*/
|
|
726
726
|
1 && (t = null), k & /*feature*/
|
|
727
727
|
1 && (n = null), k & /*feature*/
|
|
728
728
|
1 && (r = null), k & /*feature*/
|
|
729
729
|
1 && (o = null), /*imageUrl*/
|
|
730
|
-
w[5] ?
|
|
730
|
+
w[5] ? Hn : (
|
|
731
731
|
/*feature*/
|
|
732
|
-
w[0].address ?
|
|
733
|
-
w[0].id.startsWith("road.")), t ?
|
|
734
|
-
w[0].id.startsWith("address.")), n ?
|
|
735
|
-
w[0].id.startsWith("postal_code.")), r ?
|
|
736
|
-
w[0].id.startsWith("poi.")), o ?
|
|
732
|
+
w[0].address ? Qn : (t == null && (t = !!/*feature*/
|
|
733
|
+
w[0].id.startsWith("road.")), t ? qn : (n == null && (n = !!/*feature*/
|
|
734
|
+
w[0].id.startsWith("address.")), n ? Zn : (r == null && (r = !!/*feature*/
|
|
735
|
+
w[0].id.startsWith("postal_code.")), r ? jn : (o == null && (o = !!/*feature*/
|
|
736
|
+
w[0].id.startsWith("poi.")), o ? Gn : (
|
|
737
737
|
/*isReverse*/
|
|
738
|
-
w[7] ?
|
|
738
|
+
w[7] ? Un : Fn
|
|
739
739
|
)))))
|
|
740
740
|
);
|
|
741
741
|
}
|
|
742
|
-
let C = _(i, -1), x = C(i),
|
|
742
|
+
let C = _(i, -1), x = C(i), S = h && ii(i);
|
|
743
743
|
return {
|
|
744
744
|
c() {
|
|
745
|
-
e = W("li"), x.c(),
|
|
745
|
+
e = W("li"), x.c(), u = te(), s = W("span"), c = W("span"), l = W("span"), a = Le(d), f = te(), S && S.c(), g = te(), y = W("span"), b = Le(v), p(l, "class", "primary svelte-ltkwvy"), p(c, "class", "svelte-ltkwvy"), p(y, "class", "line2 svelte-ltkwvy"), p(s, "class", "texts svelte-ltkwvy"), p(e, "tabindex", "0"), p(
|
|
746
746
|
e,
|
|
747
747
|
"data-selected",
|
|
748
748
|
/*selected*/
|
|
749
749
|
i[1]
|
|
750
|
-
),
|
|
750
|
+
), p(e, "class", "svelte-ltkwvy"), se(
|
|
751
751
|
e,
|
|
752
752
|
"selected",
|
|
753
753
|
/*selected*/
|
|
@@ -755,7 +755,7 @@ function zn(i) {
|
|
|
755
755
|
);
|
|
756
756
|
},
|
|
757
757
|
m(w, k) {
|
|
758
|
-
|
|
758
|
+
F(w, e, k), x.m(e, null), P(e, u), P(e, s), P(s, c), P(c, l), P(l, a), P(c, f), S && S.m(c, null), P(s, g), P(s, y), P(y, b), E || (L = [
|
|
759
759
|
J(
|
|
760
760
|
e,
|
|
761
761
|
"mouseenter",
|
|
@@ -768,19 +768,19 @@ function zn(i) {
|
|
|
768
768
|
/*focus_handler*/
|
|
769
769
|
i[13]
|
|
770
770
|
)
|
|
771
|
-
],
|
|
771
|
+
], E = !0);
|
|
772
772
|
},
|
|
773
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,
|
|
775
|
-
1 &&
|
|
774
|
+
C === (C = _(w, k)) && x ? x.p(w, k) : (x.d(1), x = C(w), x && (x.c(), x.m(e, u))), k & /*feature*/
|
|
775
|
+
1 && d !== (d = /*isReverse*/
|
|
776
776
|
(w[7] ? (
|
|
777
777
|
/*feature*/
|
|
778
778
|
w[0].place_name
|
|
779
779
|
) : (
|
|
780
780
|
/*feature*/
|
|
781
781
|
w[0].place_name.replace(/,.*/, "")
|
|
782
|
-
)) + "") &&
|
|
783
|
-
37 && (
|
|
782
|
+
)) + "") && Qe(a, d), k & /*showPlaceType, feature, imageUrl*/
|
|
783
|
+
37 && (h = /*showPlaceType*/
|
|
784
784
|
w[2] === "always" || /*showPlaceType*/
|
|
785
785
|
w[2] && !/*feature*/
|
|
786
786
|
w[0].address && !/*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]),
|
|
792
|
+
w[7]), h ? S ? S.p(w, k) : (S = ii(w), S.c(), S.m(c, null)) : S && (S.d(1), S = null), k & /*feature*/
|
|
793
793
|
1 && v !== (v = /*isReverse*/
|
|
794
794
|
(w[7] ? "" : (
|
|
795
795
|
/*feature*/
|
|
796
796
|
w[0].place_name.replace(/[^,]*,?\s*/, "")
|
|
797
|
-
)) + "") &&
|
|
798
|
-
2 &&
|
|
797
|
+
)) + "") && Qe(b, v), k & /*selected*/
|
|
798
|
+
2 && p(
|
|
799
799
|
e,
|
|
800
800
|
"data-selected",
|
|
801
801
|
/*selected*/
|
|
802
802
|
w[1]
|
|
803
803
|
), k & /*selected*/
|
|
804
|
-
2 &&
|
|
804
|
+
2 && se(
|
|
805
805
|
e,
|
|
806
806
|
"selected",
|
|
807
807
|
/*selected*/
|
|
@@ -811,57 +811,57 @@ function zn(i) {
|
|
|
811
811
|
i: A,
|
|
812
812
|
o: A,
|
|
813
813
|
d(w) {
|
|
814
|
-
w &&
|
|
814
|
+
w && z(e), x.d(), S && S.d(), E = !1, ye(L);
|
|
815
815
|
}
|
|
816
816
|
};
|
|
817
817
|
}
|
|
818
|
-
function
|
|
819
|
-
var
|
|
820
|
-
let n, r, { feature: o } = e, { selected:
|
|
821
|
-
const
|
|
822
|
-
let a, f,
|
|
823
|
-
function
|
|
824
|
-
f && c.add(f), t(10,
|
|
818
|
+
function Yn(i, e, t) {
|
|
819
|
+
var L;
|
|
820
|
+
let n, r, { feature: o } = e, { selected: u = !1 } = e, { showPlaceType: s } = e, { missingIconsCache: c } = e, { iconsBaseUrl: l } = e;
|
|
821
|
+
const d = (L = o.properties) == null ? void 0 : L.categories;
|
|
822
|
+
let a, f, h = 0, g = o.place_type[0] === "reverse";
|
|
823
|
+
function y() {
|
|
824
|
+
f && c.add(f), t(10, h++, h);
|
|
825
825
|
}
|
|
826
826
|
function v(_) {
|
|
827
|
-
|
|
827
|
+
$t.call(this, i, _);
|
|
828
828
|
}
|
|
829
829
|
function b(_) {
|
|
830
|
-
|
|
830
|
+
$t.call(this, i, _);
|
|
831
831
|
}
|
|
832
|
-
const
|
|
832
|
+
const E = () => y();
|
|
833
833
|
return i.$$set = (_) => {
|
|
834
|
-
"feature" in _ && t(0, o = _.feature), "selected" in _ && t(1,
|
|
834
|
+
"feature" in _ && t(0, o = _.feature), "selected" in _ && t(1, u = _.selected), "showPlaceType" in _ && t(2, s = _.showPlaceType), "missingIconsCache" in _ && t(9, c = _.missingIconsCache), "iconsBaseUrl" in _ && t(3, l = _.iconsBaseUrl);
|
|
835
835
|
}, i.$$.update = () => {
|
|
836
|
-
var _, C, x,
|
|
836
|
+
var _, C, x, S;
|
|
837
837
|
if (i.$$.dirty & /*loadIconAttempt, index, category, iconsBaseUrl, imageUrl, missingIconsCache*/
|
|
838
838
|
3640)
|
|
839
839
|
do
|
|
840
|
-
t(11, n--, n), t(4, a =
|
|
840
|
+
t(11, n--, n), t(4, a = d == null ? void 0 : d[n]), t(5, f = a ? l + 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(", ")) ?? ((
|
|
844
|
-
}, t(11, n = (
|
|
843
|
+
1 && t(6, r = ((C = (_ = o.properties) == null ? void 0 : _.categories) == null ? void 0 : C.join(", ")) ?? ((S = (x = o.properties) == null ? void 0 : x.place_type_name) == null ? void 0 : S[0]) ?? o.place_type[0]);
|
|
844
|
+
}, t(11, n = (d == null ? void 0 : d.length) ?? 0), [
|
|
845
845
|
o,
|
|
846
|
-
l,
|
|
847
|
-
s,
|
|
848
846
|
u,
|
|
847
|
+
s,
|
|
848
|
+
l,
|
|
849
849
|
a,
|
|
850
850
|
f,
|
|
851
851
|
r,
|
|
852
|
-
|
|
853
|
-
|
|
852
|
+
g,
|
|
853
|
+
y,
|
|
854
854
|
c,
|
|
855
|
-
|
|
855
|
+
h,
|
|
856
856
|
n,
|
|
857
857
|
v,
|
|
858
858
|
b,
|
|
859
|
-
|
|
859
|
+
E
|
|
860
860
|
];
|
|
861
861
|
}
|
|
862
|
-
class
|
|
862
|
+
class Xn extends ke {
|
|
863
863
|
constructor(e) {
|
|
864
|
-
super(),
|
|
864
|
+
super(), Ce(this, e, Yn, Vn, Me, {
|
|
865
865
|
feature: 0,
|
|
866
866
|
selected: 1,
|
|
867
867
|
showPlaceType: 2,
|
|
@@ -870,39 +870,39 @@ class Zn extends Me {
|
|
|
870
870
|
});
|
|
871
871
|
}
|
|
872
872
|
}
|
|
873
|
-
function
|
|
873
|
+
function Kn(i) {
|
|
874
874
|
let e;
|
|
875
875
|
return {
|
|
876
876
|
c() {
|
|
877
|
-
e = W("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>',
|
|
877
|
+
e = W("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>', p(e, "class", "svelte-7cmwmc");
|
|
878
878
|
},
|
|
879
879
|
m(t, n) {
|
|
880
|
-
|
|
880
|
+
F(t, e, n);
|
|
881
881
|
},
|
|
882
882
|
p: A,
|
|
883
883
|
i: A,
|
|
884
884
|
o: A,
|
|
885
885
|
d(t) {
|
|
886
|
-
t &&
|
|
886
|
+
t && z(e);
|
|
887
887
|
}
|
|
888
888
|
};
|
|
889
889
|
}
|
|
890
|
-
class
|
|
890
|
+
class Jn extends ke {
|
|
891
891
|
constructor(e) {
|
|
892
|
-
super(),
|
|
892
|
+
super(), Ce(this, e, null, Kn, Me, {});
|
|
893
893
|
}
|
|
894
894
|
}
|
|
895
|
-
function
|
|
895
|
+
function $n(i) {
|
|
896
896
|
let e, t, n;
|
|
897
897
|
return {
|
|
898
898
|
c() {
|
|
899
|
-
e =
|
|
900
|
-
i[0] === "list" ? 20 : void 0),
|
|
899
|
+
e = ce("svg"), t = ce("path"), p(t, "stroke-width", "4"), p(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"), p(t, "class", "svelte-gzo3ar"), p(e, "width", n = /*displayIn*/
|
|
900
|
+
i[0] === "list" ? 20 : void 0), p(e, "viewBox", "0 0 70 85"), p(e, "fill", "none"), p(e, "class", "svelte-gzo3ar"), se(
|
|
901
901
|
e,
|
|
902
902
|
"in-map",
|
|
903
903
|
/*displayIn*/
|
|
904
904
|
i[0] !== "list"
|
|
905
|
-
),
|
|
905
|
+
), se(
|
|
906
906
|
e,
|
|
907
907
|
"list-icon",
|
|
908
908
|
/*displayIn*/
|
|
@@ -910,19 +910,19 @@ function Hn(i) {
|
|
|
910
910
|
);
|
|
911
911
|
},
|
|
912
912
|
m(r, o) {
|
|
913
|
-
|
|
913
|
+
F(r, e, o), P(e, t);
|
|
914
914
|
},
|
|
915
915
|
p(r, [o]) {
|
|
916
916
|
o & /*displayIn*/
|
|
917
917
|
1 && n !== (n = /*displayIn*/
|
|
918
|
-
r[0] === "list" ? 20 : void 0) &&
|
|
919
|
-
1 &&
|
|
918
|
+
r[0] === "list" ? 20 : void 0) && p(e, "width", n), o & /*displayIn*/
|
|
919
|
+
1 && se(
|
|
920
920
|
e,
|
|
921
921
|
"in-map",
|
|
922
922
|
/*displayIn*/
|
|
923
923
|
r[0] !== "list"
|
|
924
924
|
), o & /*displayIn*/
|
|
925
|
-
1 &&
|
|
925
|
+
1 && se(
|
|
926
926
|
e,
|
|
927
927
|
"list-icon",
|
|
928
928
|
/*displayIn*/
|
|
@@ -932,95 +932,95 @@ function Hn(i) {
|
|
|
932
932
|
i: A,
|
|
933
933
|
o: A,
|
|
934
934
|
d(r) {
|
|
935
|
-
r &&
|
|
935
|
+
r && z(e);
|
|
936
936
|
}
|
|
937
937
|
};
|
|
938
938
|
}
|
|
939
|
-
function
|
|
939
|
+
function er(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
|
|
945
|
+
class tr extends ke {
|
|
946
946
|
constructor(e) {
|
|
947
|
-
super(),
|
|
947
|
+
super(), Ce(this, e, er, $n, Me, { displayIn: 0 });
|
|
948
948
|
}
|
|
949
949
|
}
|
|
950
|
-
function
|
|
950
|
+
function ir(i) {
|
|
951
951
|
let e, t;
|
|
952
952
|
return {
|
|
953
953
|
c() {
|
|
954
|
-
e =
|
|
954
|
+
e = ce("svg"), t = ce("path"), p(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"), p(e, "viewBox", "0 0 60.006 21.412"), p(e, "width", "14"), p(e, "height", "20"), p(e, "class", "svelte-en2qvf");
|
|
955
955
|
},
|
|
956
956
|
m(n, r) {
|
|
957
|
-
|
|
957
|
+
F(n, e, r), P(e, t);
|
|
958
958
|
},
|
|
959
959
|
p: A,
|
|
960
960
|
i: A,
|
|
961
961
|
o: A,
|
|
962
962
|
d(n) {
|
|
963
|
-
n &&
|
|
963
|
+
n && z(e);
|
|
964
964
|
}
|
|
965
965
|
};
|
|
966
966
|
}
|
|
967
|
-
class
|
|
967
|
+
class nr extends ke {
|
|
968
968
|
constructor(e) {
|
|
969
|
-
super(),
|
|
969
|
+
super(), Ce(this, e, null, ir, Me, {});
|
|
970
970
|
}
|
|
971
971
|
}
|
|
972
|
-
function
|
|
972
|
+
function rr(i) {
|
|
973
973
|
let e, t, n;
|
|
974
974
|
return {
|
|
975
975
|
c() {
|
|
976
|
-
e =
|
|
976
|
+
e = ce("svg"), t = ce("circle"), n = ce("path"), p(t, "cx", "4.789"), p(t, "cy", "4.787"), p(t, "r", "3.85"), p(t, "class", "svelte-1aq105l"), p(n, "d", "M12.063 12.063 7.635 7.635"), p(n, "class", "svelte-1aq105l"), p(e, "xmlns", "http://www.w3.org/2000/svg"), p(e, "width", "13"), p(e, "height", "13"), p(e, "viewBox", "0 0 13 13"), p(e, "class", "svelte-1aq105l");
|
|
977
977
|
},
|
|
978
978
|
m(r, o) {
|
|
979
|
-
|
|
979
|
+
F(r, e, o), P(e, t), P(e, n);
|
|
980
980
|
},
|
|
981
981
|
p: A,
|
|
982
982
|
i: A,
|
|
983
983
|
o: A,
|
|
984
984
|
d(r) {
|
|
985
|
-
r &&
|
|
985
|
+
r && z(e);
|
|
986
986
|
}
|
|
987
987
|
};
|
|
988
988
|
}
|
|
989
|
-
class
|
|
989
|
+
class or extends ke {
|
|
990
990
|
constructor(e) {
|
|
991
|
-
super(),
|
|
991
|
+
super(), Ce(this, e, null, rr, Me, {});
|
|
992
992
|
}
|
|
993
993
|
}
|
|
994
|
-
function
|
|
994
|
+
function sr(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
|
|
998
|
+
function Ve(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
|
|
1003
|
-
async function
|
|
1002
|
+
let Ge;
|
|
1003
|
+
async function lr(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 (
|
|
1011
|
-
if (!
|
|
1010
|
+
if (Ge && r.cachedLocationExpiry && Ge.time + r.cachedLocationExpiry > Date.now()) {
|
|
1011
|
+
if (!Ge.coords)
|
|
1012
1012
|
break e;
|
|
1013
|
-
return
|
|
1013
|
+
return Ge.coords;
|
|
1014
1014
|
}
|
|
1015
1015
|
let o;
|
|
1016
1016
|
try {
|
|
1017
|
-
return o = await new Promise((
|
|
1017
|
+
return o = await new Promise((u, s) => {
|
|
1018
1018
|
t.signal.addEventListener("abort", () => {
|
|
1019
1019
|
s(Error("aborted"));
|
|
1020
1020
|
}), navigator.geolocation.getCurrentPosition(
|
|
1021
1021
|
(c) => {
|
|
1022
|
-
|
|
1023
|
-
[c.coords.longitude, c.coords.latitude].map((
|
|
1022
|
+
u(
|
|
1023
|
+
[c.coords.longitude, c.coords.latitude].map((l) => l.toFixed(6)).join(",")
|
|
1024
1024
|
);
|
|
1025
1025
|
},
|
|
1026
1026
|
(c) => {
|
|
@@ -1031,7 +1031,7 @@ async function tr(i, e, t) {
|
|
|
1031
1031
|
}), o;
|
|
1032
1032
|
} catch {
|
|
1033
1033
|
} finally {
|
|
1034
|
-
r.cachedLocationExpiry && (
|
|
1034
|
+
r.cachedLocationExpiry && (Ge = {
|
|
1035
1035
|
time: Date.now(),
|
|
1036
1036
|
coords: o
|
|
1037
1037
|
});
|
|
@@ -1045,67 +1045,67 @@ async function tr(i, e, t) {
|
|
|
1045
1045
|
return n[1].toFixed(6) + "," + n[2].toFixed(6);
|
|
1046
1046
|
}
|
|
1047
1047
|
}
|
|
1048
|
-
const
|
|
1049
|
-
function
|
|
1048
|
+
const ur = /^(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, ni = /^([+-]?[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,})$/, ri = /^(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, oi = /^(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, si = /^(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, li = /^(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 ar(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()) {
|
|
1053
|
-
const e = this.decimalCoordinates.split(",").map((
|
|
1053
|
+
const e = this.decimalCoordinates.split(",").map((h) => Number(h.trim())), t = Number(e[0]), n = Number(e[1]), r = Math.abs(t), o = Math.abs(n), u = t > 0 ? "N" : "S", s = n > 0 ? "E" : "W";
|
|
1054
1054
|
let c;
|
|
1055
|
-
i == "DD" && (c = `${r}° ${
|
|
1056
|
-
const
|
|
1055
|
+
i == "DD" && (c = `${r}° ${u}, ${o}° ${s}`);
|
|
1056
|
+
const l = Math.floor(r), d = Math.floor(o), a = (r - l) * 60, f = (o - d) * 60;
|
|
1057
1057
|
if (i == "DM") {
|
|
1058
|
-
let
|
|
1059
|
-
|
|
1058
|
+
let h = ui(a, 3).toFixed(3).padStart(6, "0"), g = ui(f, 3).toFixed(3).padStart(6, "0");
|
|
1059
|
+
h.endsWith(".000") && g.endsWith(".000") && (h = h.replace(/\.000$/, ""), g = g.replace(/\.000$/, "")), c = `${l}° ${h}' ${u}, ${d}° ${g}' ${s}`;
|
|
1060
1060
|
}
|
|
1061
1061
|
if (i == "DMS") {
|
|
1062
|
-
const
|
|
1063
|
-
let
|
|
1064
|
-
const b =
|
|
1065
|
-
|
|
1062
|
+
const h = Math.floor(a), g = Math.floor(f);
|
|
1063
|
+
let y = ((a - h) * 60).toFixed(1).padStart(4, "0"), v = ((f - g) * 60).toFixed(1).padStart(4, "0");
|
|
1064
|
+
const b = h.toString().padStart(2, "0"), E = g.toString().padStart(2, "0");
|
|
1065
|
+
y.endsWith(".0") && v.endsWith(".0") && (y = y.replace(/\.0$/, ""), v = v.replace(/\.0$/, "")), c = `${l}° ${b}' ${y}" ${u}, ${d}° ${E}' ${v}" ${s}`;
|
|
1066
1066
|
}
|
|
1067
1067
|
return c;
|
|
1068
1068
|
} else
|
|
1069
1069
|
throw new Error("no decimal coordinates to convert");
|
|
1070
1070
|
}
|
|
1071
|
-
function
|
|
1071
|
+
function ui(i, e) {
|
|
1072
1072
|
const t = Math.pow(10, e);
|
|
1073
1073
|
return Math.round((i + Number.EPSILON) * t) / t;
|
|
1074
1074
|
}
|
|
1075
|
-
function
|
|
1075
|
+
function Dt(i, e) {
|
|
1076
1076
|
e || (e = 5), i = i.replace(/\s+/g, " ").trim();
|
|
1077
|
-
let t = null, n = null, r = "", o = "",
|
|
1078
|
-
if (
|
|
1077
|
+
let t = null, n = null, r = "", o = "", u = null, s = [], c = !1;
|
|
1078
|
+
if (ur.test(i))
|
|
1079
1079
|
throw new Error("invalid coordinate value");
|
|
1080
|
-
if (
|
|
1081
|
-
if (s =
|
|
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),
|
|
1080
|
+
if (ni.test(i))
|
|
1081
|
+
if (s = ni.exec(i), c = je(s), c)
|
|
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), u = "DM";
|
|
1083
1083
|
else
|
|
1084
1084
|
throw new Error("invalid coordinate format");
|
|
1085
|
-
else if (
|
|
1086
|
-
if (s =
|
|
1087
|
-
if (t = s[2], n = s[6], t.includes(",") && (t = t.replace(",", ".")), n.includes(",") && (n = n.replace(",", ".")),
|
|
1085
|
+
else if (ri.test(i))
|
|
1086
|
+
if (s = ri.exec(i), c = je(s), c) {
|
|
1087
|
+
if (t = s[2], n = s[6], t.includes(",") && (t = t.replace(",", ".")), n.includes(",") && (n = n.replace(",", ".")), u = "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))
|
|
1090
1090
|
throw new Error("integer only coordinate provided");
|
|
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 (
|
|
1095
|
-
if (s =
|
|
1096
|
-
t = Math.abs(parseInt(s[2])), s[4] && (t += s[4] / 60,
|
|
1094
|
+
else if (oi.test(i))
|
|
1095
|
+
if (s = oi.exec(i), c = je(s), c)
|
|
1096
|
+
t = Math.abs(parseInt(s[2])), s[4] && (t += s[4] / 60, u = "DM"), s[6] && (t += s[6].replace(",", ".") / 3600, u = "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 (
|
|
1100
|
-
if (s =
|
|
1101
|
-
t = Math.abs(parseInt(s[2])), s[4] && (t += s[4] / 60,
|
|
1099
|
+
else if (si.test(i))
|
|
1100
|
+
if (s = si.exec(i), c = je(s), c)
|
|
1101
|
+
t = Math.abs(parseInt(s[2])), s[4] && (t += s[4] / 60, u = "DM"), s[6] && (t += s[6] / 3600, u = "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 (
|
|
1105
|
-
if (s =
|
|
1104
|
+
else if (li.test(i)) {
|
|
1105
|
+
if (s = li.exec(i), c = je(s), s.filter((l) => l).length <= 5)
|
|
1106
1106
|
throw new Error("invalid coordinates format");
|
|
1107
1107
|
if (c)
|
|
1108
|
-
t = Math.abs(parseInt(s[2])), s[4] && (t += s[4].replace(",", ".") / 60,
|
|
1108
|
+
t = Math.abs(parseInt(s[2])), s[4] && (t += s[4].replace(",", ".") / 60, u = "DM"), s[6] && (t += s[6].replace(",", ".") / 3600, u = "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]);
|
|
1109
1109
|
else
|
|
1110
1110
|
throw new Error("invalid coordinates format");
|
|
1111
1111
|
}
|
|
@@ -1119,29 +1119,29 @@ function At(i, e) {
|
|
|
1119
1119
|
if (r && r == o)
|
|
1120
1120
|
throw new Error("invalid coordinates format");
|
|
1121
1121
|
t.toString().includes(",") && (t = t.replace(",", ".")), n.toString().includes(",") && (n = n.replace(",", "."));
|
|
1122
|
-
let
|
|
1123
|
-
|
|
1124
|
-
const
|
|
1122
|
+
let l = /S|SOUTH/i;
|
|
1123
|
+
l.test(r) && t > 0 && (t = -1 * t), l = /W|WEST/i, l.test(o) && n > 0 && (n = -1 * n);
|
|
1124
|
+
const d = s[0].trim();
|
|
1125
1125
|
let a, f;
|
|
1126
|
-
const
|
|
1127
|
-
if (
|
|
1126
|
+
const h = /[,/;\u0020]/g, g = d.match(h);
|
|
1127
|
+
if (g == null) {
|
|
1128
1128
|
const b = Math.floor(i.length / 2);
|
|
1129
|
-
a =
|
|
1129
|
+
a = d.substring(0, b).trim(), f = d.substring(b).trim();
|
|
1130
1130
|
} else {
|
|
1131
1131
|
let b;
|
|
1132
|
-
|
|
1133
|
-
let
|
|
1132
|
+
g.length % 2 == 1 ? b = Math.floor(g.length / 2) : b = g.length / 2 - 1;
|
|
1133
|
+
let E = 0;
|
|
1134
1134
|
if (b == 0)
|
|
1135
|
-
|
|
1135
|
+
E = d.indexOf(g[0]), a = d.substring(0, E).trim(), f = d.substring(E + 1).trim();
|
|
1136
1136
|
else {
|
|
1137
|
-
let
|
|
1138
|
-
for (;
|
|
1139
|
-
|
|
1140
|
-
a =
|
|
1137
|
+
let L = 0, _ = 0;
|
|
1138
|
+
for (; L <= b; )
|
|
1139
|
+
E = d.indexOf(g[L], _), _ = E + 1, L++;
|
|
1140
|
+
a = d.substring(0, E).trim(), f = d.substring(E + 1).trim();
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
|
-
const
|
|
1144
|
-
if (
|
|
1143
|
+
const y = a.split(".");
|
|
1144
|
+
if (y.length == 2 && y[1] == 0 && y[1].length != 2)
|
|
1145
1145
|
throw new Error("invalid coordinates format");
|
|
1146
1146
|
const v = f.split(".");
|
|
1147
1147
|
if (v.length == 2 && v[1] == 0 && v[1].length != 2)
|
|
@@ -1149,20 +1149,20 @@ function At(i, e) {
|
|
|
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({
|
|
1152
|
-
verbatimCoordinates:
|
|
1152
|
+
verbatimCoordinates: d,
|
|
1153
1153
|
verbatimLatitude: a,
|
|
1154
1154
|
verbatimLongitude: f,
|
|
1155
1155
|
decimalLatitude: t,
|
|
1156
1156
|
decimalLongitude: n,
|
|
1157
1157
|
decimalCoordinates: `${t},${n}`,
|
|
1158
|
-
originalFormat:
|
|
1159
|
-
closeEnough:
|
|
1160
|
-
toCoordinateFormat:
|
|
1158
|
+
originalFormat: u,
|
|
1159
|
+
closeEnough: cr,
|
|
1160
|
+
toCoordinateFormat: ar
|
|
1161
1161
|
});
|
|
1162
1162
|
} else
|
|
1163
1163
|
throw new Error("coordinates pattern match failed");
|
|
1164
1164
|
}
|
|
1165
|
-
function
|
|
1165
|
+
function je(i) {
|
|
1166
1166
|
if (!isNaN(i[0]))
|
|
1167
1167
|
return !1;
|
|
1168
1168
|
const e = [...i];
|
|
@@ -1170,39 +1170,39 @@ function Ge(i) {
|
|
|
1170
1170
|
return !1;
|
|
1171
1171
|
const t = /^[-+]?\d+([\.,]\d+)?$/, n = /[eastsouthnorthwest]+/i, r = e.length / 2;
|
|
1172
1172
|
for (let o = 0; o < r; o++) {
|
|
1173
|
-
const
|
|
1174
|
-
if (!(
|
|
1175
|
-
if (
|
|
1173
|
+
const u = e[o], s = e[o + r], c = t.test(u) && t.test(s), l = n.test(u) && n.test(s), d = u == s;
|
|
1174
|
+
if (!(u == null && s == null)) {
|
|
1175
|
+
if (u == null || s == null)
|
|
1176
1176
|
return !1;
|
|
1177
|
-
if (c ||
|
|
1177
|
+
if (c || l || d)
|
|
1178
1178
|
continue;
|
|
1179
1179
|
return !1;
|
|
1180
1180
|
}
|
|
1181
1181
|
}
|
|
1182
1182
|
return !0;
|
|
1183
1183
|
}
|
|
1184
|
-
function
|
|
1184
|
+
function ai(i, e) {
|
|
1185
1185
|
const t = Math.abs(i - e);
|
|
1186
1186
|
return Number(t.toFixed(6)) <= 1e-5;
|
|
1187
1187
|
}
|
|
1188
|
-
function
|
|
1188
|
+
function cr(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
|
|
1195
|
+
return ai(this.decimalLatitude, Number(e[0])) && ai(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
|
|
1199
|
+
const fr = Object.freeze({
|
|
1200
1200
|
DMS: "DMS",
|
|
1201
1201
|
DM: "DM",
|
|
1202
1202
|
DD: "DD"
|
|
1203
1203
|
});
|
|
1204
|
-
|
|
1205
|
-
const
|
|
1204
|
+
Dt.to = fr;
|
|
1205
|
+
const dr = [
|
|
1206
1206
|
{
|
|
1207
1207
|
verbatimCoordinates: "40.123, -74.123",
|
|
1208
1208
|
verbatimLatitude: "40.123",
|
|
@@ -1343,10 +1343,10 @@ const sr = [
|
|
|
1343
1343
|
verbatimLatitude: "40 7 22.8",
|
|
1344
1344
|
verbatimLongitude: "-74 7 22.8"
|
|
1345
1345
|
}
|
|
1346
|
-
],
|
|
1346
|
+
], hr = {
|
|
1347
1347
|
decimalLatitude: 40.123,
|
|
1348
1348
|
decimalLongitude: -74.123
|
|
1349
|
-
},
|
|
1349
|
+
}, mr = [
|
|
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 sr = [
|
|
|
1431
1431
|
decimalLatitude: -18.4,
|
|
1432
1432
|
decimalLongitude: 22.75
|
|
1433
1433
|
}
|
|
1434
|
-
],
|
|
1434
|
+
], gr = [
|
|
1435
1435
|
{
|
|
1436
1436
|
verbatimCoordinates: "10.432342S 10.6345345E",
|
|
1437
1437
|
verbatimLatitude: "10.432342S",
|
|
@@ -1566,27 +1566,27 @@ const sr = [
|
|
|
1566
1566
|
decimalLongitude: 18.33453
|
|
1567
1567
|
}
|
|
1568
1568
|
];
|
|
1569
|
-
function
|
|
1569
|
+
function yr() {
|
|
1570
1570
|
const i = [];
|
|
1571
|
-
return
|
|
1572
|
-
e.decimalLatitude ? i.push(e) : i.push({ ...e, ...
|
|
1573
|
-
}), [...i, ...
|
|
1574
|
-
}
|
|
1575
|
-
const
|
|
1576
|
-
|
|
1577
|
-
const
|
|
1578
|
-
function
|
|
1571
|
+
return dr.forEach((e) => {
|
|
1572
|
+
e.decimalLatitude ? i.push(e) : i.push({ ...e, ...hr });
|
|
1573
|
+
}), [...i, ...mr, ...gr];
|
|
1574
|
+
}
|
|
1575
|
+
const pr = yr();
|
|
1576
|
+
Dt.formats = pr.map((i) => i.verbatimCoordinates);
|
|
1577
|
+
const br = Dt;
|
|
1578
|
+
function ci(i, e, t) {
|
|
1579
1579
|
const n = i.slice();
|
|
1580
|
-
return n[
|
|
1580
|
+
return n[87] = e[t], n[89] = t, n;
|
|
1581
1581
|
}
|
|
1582
|
-
function
|
|
1582
|
+
function fi(i) {
|
|
1583
1583
|
let e, t;
|
|
1584
|
-
return e = new
|
|
1584
|
+
return e = new Jn({}), {
|
|
1585
1585
|
c() {
|
|
1586
|
-
|
|
1586
|
+
Se(e.$$.fragment);
|
|
1587
1587
|
},
|
|
1588
1588
|
m(n, r) {
|
|
1589
|
-
|
|
1589
|
+
me(e, n, r), t = !0;
|
|
1590
1590
|
},
|
|
1591
1591
|
i(n) {
|
|
1592
1592
|
t || (Z(e.$$.fragment, n), t = !0);
|
|
@@ -1595,237 +1595,237 @@ function ui(i) {
|
|
|
1595
1595
|
V(e.$$.fragment, n), t = !1;
|
|
1596
1596
|
},
|
|
1597
1597
|
d(n) {
|
|
1598
|
-
|
|
1598
|
+
ge(e, n);
|
|
1599
1599
|
}
|
|
1600
1600
|
};
|
|
1601
1601
|
}
|
|
1602
|
-
function
|
|
1602
|
+
function di(i) {
|
|
1603
1603
|
let e, t, n, r, o;
|
|
1604
|
-
return t = new
|
|
1604
|
+
return t = new nr({}), {
|
|
1605
1605
|
c() {
|
|
1606
|
-
e = W("button"),
|
|
1606
|
+
e = W("button"), Se(t.$$.fragment), p(e, "type", "button"), p(
|
|
1607
1607
|
e,
|
|
1608
1608
|
"title",
|
|
1609
1609
|
/*reverseButtonTitle*/
|
|
1610
1610
|
i[9]
|
|
1611
|
-
),
|
|
1611
|
+
), p(e, "class", "svelte-bz0zu3"), se(
|
|
1612
1612
|
e,
|
|
1613
1613
|
"active",
|
|
1614
1614
|
/*reverseActive*/
|
|
1615
1615
|
i[0]
|
|
1616
1616
|
);
|
|
1617
1617
|
},
|
|
1618
|
-
m(
|
|
1619
|
-
|
|
1618
|
+
m(u, s) {
|
|
1619
|
+
F(u, e, s), me(t, e, null), n = !0, r || (o = J(
|
|
1620
1620
|
e,
|
|
1621
1621
|
"click",
|
|
1622
1622
|
/*click_handler_2*/
|
|
1623
|
-
i[
|
|
1623
|
+
i[71]
|
|
1624
1624
|
), r = !0);
|
|
1625
1625
|
},
|
|
1626
|
-
p(
|
|
1626
|
+
p(u, s) {
|
|
1627
1627
|
(!n || s[0] & /*reverseButtonTitle*/
|
|
1628
|
-
512) &&
|
|
1628
|
+
512) && p(
|
|
1629
1629
|
e,
|
|
1630
1630
|
"title",
|
|
1631
1631
|
/*reverseButtonTitle*/
|
|
1632
|
-
|
|
1632
|
+
u[9]
|
|
1633
1633
|
), (!n || s[0] & /*reverseActive*/
|
|
1634
|
-
1) &&
|
|
1634
|
+
1) && se(
|
|
1635
1635
|
e,
|
|
1636
1636
|
"active",
|
|
1637
1637
|
/*reverseActive*/
|
|
1638
|
-
|
|
1638
|
+
u[0]
|
|
1639
1639
|
);
|
|
1640
1640
|
},
|
|
1641
|
-
i(
|
|
1642
|
-
n || (Z(t.$$.fragment,
|
|
1641
|
+
i(u) {
|
|
1642
|
+
n || (Z(t.$$.fragment, u), n = !0);
|
|
1643
1643
|
},
|
|
1644
|
-
o(
|
|
1645
|
-
V(t.$$.fragment,
|
|
1644
|
+
o(u) {
|
|
1645
|
+
V(t.$$.fragment, u), n = !1;
|
|
1646
1646
|
},
|
|
1647
|
-
d(
|
|
1648
|
-
|
|
1647
|
+
d(u) {
|
|
1648
|
+
u && z(e), ge(t), r = !1, o();
|
|
1649
1649
|
}
|
|
1650
1650
|
};
|
|
1651
1651
|
}
|
|
1652
|
-
function
|
|
1653
|
-
let e, t = [], n = /* @__PURE__ */ new Map(), r, o,
|
|
1652
|
+
function vr(i) {
|
|
1653
|
+
let e, t = [], n = /* @__PURE__ */ new Map(), r, o, u, s = ti(
|
|
1654
1654
|
/*listFeatures*/
|
|
1655
1655
|
i[14]
|
|
1656
1656
|
);
|
|
1657
|
-
const c = (
|
|
1657
|
+
const c = (l) => (
|
|
1658
1658
|
/*feature*/
|
|
1659
|
-
|
|
1660
|
-
(
|
|
1661
|
-
|
|
1659
|
+
l[87].id + /*feature*/
|
|
1660
|
+
(l[87].address ? "," + /*feature*/
|
|
1661
|
+
l[87].address : "")
|
|
1662
1662
|
);
|
|
1663
|
-
for (let
|
|
1664
|
-
let
|
|
1665
|
-
n.set(a, t[
|
|
1663
|
+
for (let l = 0; l < s.length; l += 1) {
|
|
1664
|
+
let d = ci(i, s, l), a = c(d);
|
|
1665
|
+
n.set(a, t[l] = hi(a, d));
|
|
1666
1666
|
}
|
|
1667
1667
|
return {
|
|
1668
1668
|
c() {
|
|
1669
1669
|
e = W("ul");
|
|
1670
|
-
for (let
|
|
1671
|
-
t[
|
|
1672
|
-
|
|
1670
|
+
for (let l = 0; l < t.length; l += 1)
|
|
1671
|
+
t[l].c();
|
|
1672
|
+
p(e, "class", "options svelte-bz0zu3");
|
|
1673
1673
|
},
|
|
1674
|
-
m(
|
|
1675
|
-
|
|
1674
|
+
m(l, d) {
|
|
1675
|
+
F(l, e, d);
|
|
1676
1676
|
for (let a = 0; a < t.length; a += 1)
|
|
1677
1677
|
t[a] && t[a].m(e, null);
|
|
1678
|
-
r = !0, o || (
|
|
1678
|
+
r = !0, o || (u = [
|
|
1679
1679
|
J(
|
|
1680
1680
|
e,
|
|
1681
1681
|
"mouseleave",
|
|
1682
1682
|
/*mouseleave_handler*/
|
|
1683
|
-
i[
|
|
1683
|
+
i[75]
|
|
1684
1684
|
),
|
|
1685
1685
|
J(
|
|
1686
1686
|
e,
|
|
1687
1687
|
"blur",
|
|
1688
1688
|
/*blur_handler_1*/
|
|
1689
|
-
i[
|
|
1689
|
+
i[76]
|
|
1690
1690
|
)
|
|
1691
1691
|
], o = !0);
|
|
1692
1692
|
},
|
|
1693
|
-
p(
|
|
1694
|
-
|
|
1695
|
-
17880064 && (s =
|
|
1693
|
+
p(l, d) {
|
|
1694
|
+
d[0] & /*listFeatures, showPlaceType, selectedItemIndex, missingIconsCache, iconsBaseUrl, pick*/
|
|
1695
|
+
17880064 && (s = ti(
|
|
1696
1696
|
/*listFeatures*/
|
|
1697
|
-
|
|
1698
|
-
),
|
|
1697
|
+
l[14]
|
|
1698
|
+
), at(), t = Wn(t, d, c, 1, l, s, n, e, On, hi, null, ci), ct());
|
|
1699
1699
|
},
|
|
1700
|
-
i(
|
|
1700
|
+
i(l) {
|
|
1701
1701
|
if (!r) {
|
|
1702
|
-
for (let
|
|
1703
|
-
Z(t[
|
|
1702
|
+
for (let d = 0; d < s.length; d += 1)
|
|
1703
|
+
Z(t[d]);
|
|
1704
1704
|
r = !0;
|
|
1705
1705
|
}
|
|
1706
1706
|
},
|
|
1707
|
-
o(
|
|
1708
|
-
for (let
|
|
1709
|
-
V(t[
|
|
1707
|
+
o(l) {
|
|
1708
|
+
for (let d = 0; d < t.length; d += 1)
|
|
1709
|
+
V(t[d]);
|
|
1710
1710
|
r = !1;
|
|
1711
1711
|
},
|
|
1712
|
-
d(
|
|
1713
|
-
|
|
1714
|
-
for (let
|
|
1715
|
-
t[
|
|
1716
|
-
o = !1, ye(
|
|
1712
|
+
d(l) {
|
|
1713
|
+
l && z(e);
|
|
1714
|
+
for (let d = 0; d < t.length; d += 1)
|
|
1715
|
+
t[d].d();
|
|
1716
|
+
o = !1, ye(u);
|
|
1717
1717
|
}
|
|
1718
1718
|
};
|
|
1719
1719
|
}
|
|
1720
|
-
function
|
|
1721
|
-
let e, t, n, r, o,
|
|
1722
|
-
return t = new
|
|
1720
|
+
function wr(i) {
|
|
1721
|
+
let e, t, n, r, o, u;
|
|
1722
|
+
return t = new zi({}), {
|
|
1723
1723
|
c() {
|
|
1724
|
-
e = W("div"),
|
|
1724
|
+
e = W("div"), Se(t.$$.fragment), n = te(), r = W("div"), o = Le(
|
|
1725
1725
|
/*noResultsMessage*/
|
|
1726
1726
|
i[7]
|
|
1727
|
-
),
|
|
1727
|
+
), p(r, "class", "svelte-bz0zu3"), p(e, "class", "no-results svelte-bz0zu3");
|
|
1728
1728
|
},
|
|
1729
1729
|
m(s, c) {
|
|
1730
|
-
|
|
1730
|
+
F(s, e, c), me(t, e, null), P(e, n), P(e, r), P(r, o), u = !0;
|
|
1731
1731
|
},
|
|
1732
1732
|
p(s, c) {
|
|
1733
|
-
(!
|
|
1734
|
-
128) &&
|
|
1733
|
+
(!u || c[0] & /*noResultsMessage*/
|
|
1734
|
+
128) && Qe(
|
|
1735
1735
|
o,
|
|
1736
1736
|
/*noResultsMessage*/
|
|
1737
1737
|
s[7]
|
|
1738
1738
|
);
|
|
1739
1739
|
},
|
|
1740
1740
|
i(s) {
|
|
1741
|
-
|
|
1741
|
+
u || (Z(t.$$.fragment, s), u = !0);
|
|
1742
1742
|
},
|
|
1743
1743
|
o(s) {
|
|
1744
|
-
V(t.$$.fragment, s),
|
|
1744
|
+
V(t.$$.fragment, s), u = !1;
|
|
1745
1745
|
},
|
|
1746
1746
|
d(s) {
|
|
1747
|
-
s &&
|
|
1747
|
+
s && z(e), ge(t);
|
|
1748
1748
|
}
|
|
1749
1749
|
};
|
|
1750
1750
|
}
|
|
1751
|
-
function
|
|
1751
|
+
function _r(i) {
|
|
1752
1752
|
let e = "", t;
|
|
1753
1753
|
return {
|
|
1754
1754
|
c() {
|
|
1755
|
-
t =
|
|
1755
|
+
t = Le(e);
|
|
1756
1756
|
},
|
|
1757
1757
|
m(n, r) {
|
|
1758
|
-
|
|
1758
|
+
F(n, t, r);
|
|
1759
1759
|
},
|
|
1760
1760
|
p: A,
|
|
1761
1761
|
i: A,
|
|
1762
1762
|
o: A,
|
|
1763
1763
|
d(n) {
|
|
1764
|
-
n &&
|
|
1764
|
+
n && z(t);
|
|
1765
1765
|
}
|
|
1766
1766
|
};
|
|
1767
1767
|
}
|
|
1768
|
-
function
|
|
1769
|
-
let e, t, n, r, o,
|
|
1770
|
-
return t = new
|
|
1768
|
+
function Er(i) {
|
|
1769
|
+
let e, t, n, r, o, u, s, c, l, d, a;
|
|
1770
|
+
return t = new zi({}), c = new Ai({}), {
|
|
1771
1771
|
c() {
|
|
1772
|
-
e = W("div"),
|
|
1772
|
+
e = W("div"), Se(t.$$.fragment), n = te(), r = W("div"), o = Le(
|
|
1773
1773
|
/*errorMessage*/
|
|
1774
1774
|
i[6]
|
|
1775
|
-
),
|
|
1775
|
+
), u = te(), s = W("button"), Se(c.$$.fragment), p(r, "class", "svelte-bz0zu3"), p(s, "class", "svelte-bz0zu3"), p(e, "class", "error svelte-bz0zu3");
|
|
1776
1776
|
},
|
|
1777
|
-
m(f,
|
|
1778
|
-
|
|
1777
|
+
m(f, h) {
|
|
1778
|
+
F(f, e, h), me(t, e, null), P(e, n), P(e, r), P(r, o), P(e, u), P(e, s), me(c, s, null), l = !0, d || (a = J(
|
|
1779
1779
|
s,
|
|
1780
1780
|
"click",
|
|
1781
1781
|
/*click_handler_3*/
|
|
1782
|
-
i[
|
|
1783
|
-
),
|
|
1782
|
+
i[72]
|
|
1783
|
+
), d = !0);
|
|
1784
1784
|
},
|
|
1785
|
-
p(f,
|
|
1786
|
-
(!
|
|
1787
|
-
64) &&
|
|
1785
|
+
p(f, h) {
|
|
1786
|
+
(!l || h[0] & /*errorMessage*/
|
|
1787
|
+
64) && Qe(
|
|
1788
1788
|
o,
|
|
1789
1789
|
/*errorMessage*/
|
|
1790
1790
|
f[6]
|
|
1791
1791
|
);
|
|
1792
1792
|
},
|
|
1793
1793
|
i(f) {
|
|
1794
|
-
|
|
1794
|
+
l || (Z(t.$$.fragment, f), Z(c.$$.fragment, f), l = !0);
|
|
1795
1795
|
},
|
|
1796
1796
|
o(f) {
|
|
1797
|
-
V(t.$$.fragment, f), V(c.$$.fragment, f),
|
|
1797
|
+
V(t.$$.fragment, f), V(c.$$.fragment, f), l = !1;
|
|
1798
1798
|
},
|
|
1799
1799
|
d(f) {
|
|
1800
|
-
f &&
|
|
1800
|
+
f && z(e), ge(t), ge(c), d = !1, a();
|
|
1801
1801
|
}
|
|
1802
1802
|
};
|
|
1803
1803
|
}
|
|
1804
|
-
function
|
|
1804
|
+
function hi(i, e) {
|
|
1805
1805
|
let t, n, r;
|
|
1806
1806
|
function o() {
|
|
1807
1807
|
return (
|
|
1808
1808
|
/*mouseenter_handler*/
|
|
1809
|
-
e[
|
|
1809
|
+
e[73](
|
|
1810
1810
|
/*i*/
|
|
1811
|
-
e[
|
|
1811
|
+
e[89]
|
|
1812
1812
|
)
|
|
1813
1813
|
);
|
|
1814
1814
|
}
|
|
1815
|
-
function
|
|
1815
|
+
function u() {
|
|
1816
1816
|
return (
|
|
1817
1817
|
/*focus_handler_1*/
|
|
1818
|
-
e[
|
|
1818
|
+
e[74](
|
|
1819
1819
|
/*feature*/
|
|
1820
|
-
e[
|
|
1820
|
+
e[87]
|
|
1821
1821
|
)
|
|
1822
1822
|
);
|
|
1823
1823
|
}
|
|
1824
|
-
return n = new
|
|
1824
|
+
return n = new Xn({
|
|
1825
1825
|
props: {
|
|
1826
1826
|
feature: (
|
|
1827
1827
|
/*feature*/
|
|
1828
|
-
e[
|
|
1828
|
+
e[87]
|
|
1829
1829
|
),
|
|
1830
1830
|
showPlaceType: (
|
|
1831
1831
|
/*showPlaceType*/
|
|
@@ -1834,7 +1834,7 @@ function ci(i, e) {
|
|
|
1834
1834
|
selected: (
|
|
1835
1835
|
/*selectedItemIndex*/
|
|
1836
1836
|
e[15] === /*i*/
|
|
1837
|
-
e[
|
|
1837
|
+
e[89]
|
|
1838
1838
|
),
|
|
1839
1839
|
missingIconsCache: (
|
|
1840
1840
|
/*missingIconsCache*/
|
|
@@ -1845,28 +1845,28 @@ function ci(i, e) {
|
|
|
1845
1845
|
e[12]
|
|
1846
1846
|
)
|
|
1847
1847
|
}
|
|
1848
|
-
}), n.$on("mouseenter", o), n.$on("focus",
|
|
1848
|
+
}), n.$on("mouseenter", o), n.$on("focus", u), {
|
|
1849
1849
|
key: i,
|
|
1850
1850
|
first: null,
|
|
1851
1851
|
c() {
|
|
1852
|
-
t =
|
|
1852
|
+
t = Sn(), Se(n.$$.fragment), this.first = t;
|
|
1853
1853
|
},
|
|
1854
1854
|
m(s, c) {
|
|
1855
|
-
|
|
1855
|
+
F(s, t, c), me(n, s, c), r = !0;
|
|
1856
1856
|
},
|
|
1857
1857
|
p(s, c) {
|
|
1858
1858
|
e = s;
|
|
1859
|
-
const
|
|
1859
|
+
const l = {};
|
|
1860
1860
|
c[0] & /*listFeatures*/
|
|
1861
|
-
16384 && (
|
|
1862
|
-
e[
|
|
1863
|
-
1024 && (
|
|
1861
|
+
16384 && (l.feature = /*feature*/
|
|
1862
|
+
e[87]), c[0] & /*showPlaceType*/
|
|
1863
|
+
1024 && (l.showPlaceType = /*showPlaceType*/
|
|
1864
1864
|
e[10]), c[0] & /*selectedItemIndex, listFeatures*/
|
|
1865
|
-
49152 && (
|
|
1865
|
+
49152 && (l.selected = /*selectedItemIndex*/
|
|
1866
1866
|
e[15] === /*i*/
|
|
1867
|
-
e[
|
|
1868
|
-
4096 && (
|
|
1869
|
-
e[12]), n.$set(
|
|
1867
|
+
e[89]), c[0] & /*iconsBaseUrl*/
|
|
1868
|
+
4096 && (l.iconsBaseUrl = /*iconsBaseUrl*/
|
|
1869
|
+
e[12]), n.$set(l);
|
|
1870
1870
|
},
|
|
1871
1871
|
i(s) {
|
|
1872
1872
|
r || (Z(n.$$.fragment, s), r = !0);
|
|
@@ -1875,32 +1875,32 @@ function ci(i, e) {
|
|
|
1875
1875
|
V(n.$$.fragment, s), r = !1;
|
|
1876
1876
|
},
|
|
1877
1877
|
d(s) {
|
|
1878
|
-
s &&
|
|
1878
|
+
s && z(t), ge(n, s);
|
|
1879
1879
|
}
|
|
1880
1880
|
};
|
|
1881
1881
|
}
|
|
1882
|
-
function
|
|
1883
|
-
let e, t, n, r, o,
|
|
1884
|
-
o = new
|
|
1885
|
-
let
|
|
1882
|
+
function Lr(i) {
|
|
1883
|
+
let e, t, n, r, o, u, s, c, l, d, a, f, h, g, y, v, b, E, L, _, C, x = !1;
|
|
1884
|
+
o = new or({}), a = new Ai({});
|
|
1885
|
+
let S = (
|
|
1886
1886
|
/*abortController*/
|
|
1887
|
-
i[19] &&
|
|
1887
|
+
i[19] && fi()
|
|
1888
1888
|
), w = (
|
|
1889
1889
|
/*enableReverse*/
|
|
1890
|
-
i[5] === !0 &&
|
|
1890
|
+
i[5] === !0 && di(i)
|
|
1891
1891
|
);
|
|
1892
1892
|
const k = (
|
|
1893
1893
|
/*#slots*/
|
|
1894
|
-
i[
|
|
1895
|
-
), I =
|
|
1894
|
+
i[63].default
|
|
1895
|
+
), I = wn(
|
|
1896
1896
|
k,
|
|
1897
1897
|
i,
|
|
1898
1898
|
/*$$scope*/
|
|
1899
|
-
i[
|
|
1899
|
+
i[62],
|
|
1900
1900
|
null
|
|
1901
|
-
),
|
|
1902
|
-
function O(M,
|
|
1903
|
-
var $,
|
|
1901
|
+
), B = [Er, _r, wr, vr], U = [];
|
|
1902
|
+
function O(M, G) {
|
|
1903
|
+
var $, pe;
|
|
1904
1904
|
return (
|
|
1905
1905
|
/*error*/
|
|
1906
1906
|
M[18] ? 0 : (
|
|
@@ -1910,38 +1910,38 @@ function pr(i) {
|
|
|
1910
1910
|
(($ = M[14]) == null ? void 0 : $.length) === 0 ? 2 : (
|
|
1911
1911
|
/*focusedDelayed*/
|
|
1912
1912
|
M[16] && /*listFeatures*/
|
|
1913
|
-
((
|
|
1913
|
+
((pe = M[14]) != null && pe.length) ? 3 : -1
|
|
1914
1914
|
)
|
|
1915
1915
|
) : 1
|
|
1916
1916
|
)
|
|
1917
1917
|
);
|
|
1918
1918
|
}
|
|
1919
|
-
return ~(v = O(i)) && (b =
|
|
1919
|
+
return ~(v = O(i)) && (b = U[v] = B[v](i)), {
|
|
1920
1920
|
c() {
|
|
1921
|
-
e = te(), t = W("form"), n = W("div"), r = W("button"),
|
|
1921
|
+
e = te(), t = W("form"), n = W("div"), r = W("button"), Se(o.$$.fragment), u = te(), s = W("input"), c = te(), l = W("div"), d = W("button"), Se(a.$$.fragment), f = te(), S && S.c(), h = te(), w && w.c(), g = te(), I && I.c(), y = te(), b && b.c(), p(r, "class", "search-button svelte-bz0zu3"), p(r, "type", "button"), p(
|
|
1922
1922
|
s,
|
|
1923
1923
|
"placeholder",
|
|
1924
1924
|
/*placeholder*/
|
|
1925
1925
|
i[8]
|
|
1926
|
-
),
|
|
1926
|
+
), p(
|
|
1927
1927
|
s,
|
|
1928
1928
|
"aria-label",
|
|
1929
1929
|
/*placeholder*/
|
|
1930
1930
|
i[8]
|
|
1931
|
-
),
|
|
1932
|
-
|
|
1931
|
+
), p(s, "class", "svelte-bz0zu3"), p(d, "type", "button"), p(
|
|
1932
|
+
d,
|
|
1933
1933
|
"title",
|
|
1934
1934
|
/*clearButtonTitle*/
|
|
1935
1935
|
i[3]
|
|
1936
|
-
),
|
|
1937
|
-
|
|
1936
|
+
), p(d, "class", "svelte-bz0zu3"), p(l, "class", "clear-button-container svelte-bz0zu3"), se(
|
|
1937
|
+
l,
|
|
1938
1938
|
"displayable",
|
|
1939
1939
|
/*searchValue*/
|
|
1940
1940
|
i[1] !== ""
|
|
1941
|
-
),
|
|
1941
|
+
), p(n, "class", "input-group svelte-bz0zu3"), p(t, "tabindex", "0"), p(t, "class", E = Kt(
|
|
1942
1942
|
/*className*/
|
|
1943
1943
|
i[2]
|
|
1944
|
-
) + " svelte-
|
|
1944
|
+
) + " svelte-bz0zu3"), se(
|
|
1945
1945
|
t,
|
|
1946
1946
|
"can-collapse",
|
|
1947
1947
|
/*collapsed*/
|
|
@@ -1949,35 +1949,35 @@ function pr(i) {
|
|
|
1949
1949
|
i[1] === ""
|
|
1950
1950
|
);
|
|
1951
1951
|
},
|
|
1952
|
-
m(M,
|
|
1953
|
-
|
|
1952
|
+
m(M, G) {
|
|
1953
|
+
F(M, e, G), F(M, t, G), P(t, n), P(n, r), me(o, r, null), P(n, u), P(n, s), i[65](s), Jt(
|
|
1954
1954
|
s,
|
|
1955
1955
|
/*searchValue*/
|
|
1956
1956
|
i[1]
|
|
1957
|
-
),
|
|
1957
|
+
), P(n, c), P(n, l), P(l, d), me(a, d, null), P(l, f), S && S.m(l, null), P(n, h), w && w.m(n, null), P(n, g), I && I.m(n, null), P(t, y), ~v && U[v].m(t, null), L = !0, _ || (C = [
|
|
1958
1958
|
J(
|
|
1959
1959
|
r,
|
|
1960
1960
|
"click",
|
|
1961
1961
|
/*click_handler*/
|
|
1962
|
-
i[
|
|
1962
|
+
i[64]
|
|
1963
1963
|
),
|
|
1964
1964
|
J(
|
|
1965
1965
|
s,
|
|
1966
1966
|
"input",
|
|
1967
1967
|
/*input_1_input_handler*/
|
|
1968
|
-
i[
|
|
1968
|
+
i[66]
|
|
1969
1969
|
),
|
|
1970
1970
|
J(
|
|
1971
1971
|
s,
|
|
1972
1972
|
"focus",
|
|
1973
1973
|
/*focus_handler*/
|
|
1974
|
-
i[
|
|
1974
|
+
i[67]
|
|
1975
1975
|
),
|
|
1976
1976
|
J(
|
|
1977
1977
|
s,
|
|
1978
1978
|
"blur",
|
|
1979
1979
|
/*blur_handler*/
|
|
1980
|
-
i[
|
|
1980
|
+
i[68]
|
|
1981
1981
|
),
|
|
1982
1982
|
J(
|
|
1983
1983
|
s,
|
|
@@ -1989,87 +1989,87 @@ function pr(i) {
|
|
|
1989
1989
|
s,
|
|
1990
1990
|
"input",
|
|
1991
1991
|
/*input_handler*/
|
|
1992
|
-
i[
|
|
1992
|
+
i[69]
|
|
1993
1993
|
),
|
|
1994
1994
|
J(
|
|
1995
|
-
|
|
1995
|
+
d,
|
|
1996
1996
|
"click",
|
|
1997
1997
|
/*click_handler_1*/
|
|
1998
|
-
i[
|
|
1998
|
+
i[70]
|
|
1999
1999
|
),
|
|
2000
|
-
J(t, "submit",
|
|
2001
|
-
/*
|
|
2000
|
+
J(t, "submit", xn(
|
|
2001
|
+
/*handleSubmit*/
|
|
2002
2002
|
i[21]
|
|
2003
2003
|
))
|
|
2004
2004
|
], _ = !0);
|
|
2005
2005
|
},
|
|
2006
|
-
p(M,
|
|
2007
|
-
(!
|
|
2008
|
-
256) &&
|
|
2006
|
+
p(M, G) {
|
|
2007
|
+
(!L || G[0] & /*placeholder*/
|
|
2008
|
+
256) && p(
|
|
2009
2009
|
s,
|
|
2010
2010
|
"placeholder",
|
|
2011
2011
|
/*placeholder*/
|
|
2012
2012
|
M[8]
|
|
2013
|
-
), (!
|
|
2014
|
-
256) &&
|
|
2013
|
+
), (!L || G[0] & /*placeholder*/
|
|
2014
|
+
256) && p(
|
|
2015
2015
|
s,
|
|
2016
2016
|
"aria-label",
|
|
2017
2017
|
/*placeholder*/
|
|
2018
2018
|
M[8]
|
|
2019
|
-
),
|
|
2019
|
+
), G[0] & /*searchValue*/
|
|
2020
2020
|
2 && s.value !== /*searchValue*/
|
|
2021
|
-
M[1] &&
|
|
2021
|
+
M[1] && Jt(
|
|
2022
2022
|
s,
|
|
2023
2023
|
/*searchValue*/
|
|
2024
2024
|
M[1]
|
|
2025
|
-
), (!
|
|
2026
|
-
8) &&
|
|
2027
|
-
|
|
2025
|
+
), (!L || G[0] & /*clearButtonTitle*/
|
|
2026
|
+
8) && p(
|
|
2027
|
+
d,
|
|
2028
2028
|
"title",
|
|
2029
2029
|
/*clearButtonTitle*/
|
|
2030
2030
|
M[3]
|
|
2031
2031
|
), /*abortController*/
|
|
2032
|
-
M[19] ?
|
|
2033
|
-
524288 && Z(
|
|
2034
|
-
|
|
2035
|
-
}),
|
|
2036
|
-
2) &&
|
|
2037
|
-
|
|
2032
|
+
M[19] ? S ? G[0] & /*abortController*/
|
|
2033
|
+
524288 && Z(S, 1) : (S = fi(), S.c(), Z(S, 1), S.m(l, null)) : S && (at(), V(S, 1, 1, () => {
|
|
2034
|
+
S = null;
|
|
2035
|
+
}), ct()), (!L || G[0] & /*searchValue*/
|
|
2036
|
+
2) && se(
|
|
2037
|
+
l,
|
|
2038
2038
|
"displayable",
|
|
2039
2039
|
/*searchValue*/
|
|
2040
2040
|
M[1] !== ""
|
|
2041
2041
|
), /*enableReverse*/
|
|
2042
|
-
M[5] === !0 ? w ? (w.p(M,
|
|
2043
|
-
32 && Z(w, 1)) : (w =
|
|
2042
|
+
M[5] === !0 ? w ? (w.p(M, G), G[0] & /*enableReverse*/
|
|
2043
|
+
32 && Z(w, 1)) : (w = di(M), w.c(), Z(w, 1), w.m(n, g)) : w && (at(), V(w, 1, 1, () => {
|
|
2044
2044
|
w = null;
|
|
2045
|
-
}),
|
|
2046
|
-
|
|
2045
|
+
}), ct()), I && I.p && (!L || G[2] & /*$$scope*/
|
|
2046
|
+
1) && En(
|
|
2047
2047
|
I,
|
|
2048
2048
|
k,
|
|
2049
2049
|
M,
|
|
2050
2050
|
/*$$scope*/
|
|
2051
|
-
M[
|
|
2052
|
-
|
|
2051
|
+
M[62],
|
|
2052
|
+
L ? _n(
|
|
2053
2053
|
k,
|
|
2054
2054
|
/*$$scope*/
|
|
2055
|
-
M[
|
|
2056
|
-
|
|
2055
|
+
M[62],
|
|
2056
|
+
G,
|
|
2057
2057
|
null
|
|
2058
|
-
) :
|
|
2058
|
+
) : Ln(
|
|
2059
2059
|
/*$$scope*/
|
|
2060
|
-
M[
|
|
2060
|
+
M[62]
|
|
2061
2061
|
),
|
|
2062
2062
|
null
|
|
2063
2063
|
);
|
|
2064
2064
|
let $ = v;
|
|
2065
|
-
v = O(M), v === $ ? ~v &&
|
|
2066
|
-
|
|
2067
|
-
}),
|
|
2068
|
-
4 &&
|
|
2065
|
+
v = O(M), v === $ ? ~v && U[v].p(M, G) : (b && (at(), V(U[$], 1, 1, () => {
|
|
2066
|
+
U[$] = null;
|
|
2067
|
+
}), ct()), ~v ? (b = U[v], b ? b.p(M, G) : (b = U[v] = B[v](M), b.c()), Z(b, 1), b.m(t, null)) : b = null), (!L || G[0] & /*className*/
|
|
2068
|
+
4 && E !== (E = Kt(
|
|
2069
2069
|
/*className*/
|
|
2070
2070
|
M[2]
|
|
2071
|
-
) + " svelte-
|
|
2072
|
-
22) &&
|
|
2071
|
+
) + " svelte-bz0zu3")) && p(t, "class", E), (!L || G[0] & /*className, collapsed, searchValue*/
|
|
2072
|
+
22) && se(
|
|
2073
2073
|
t,
|
|
2074
2074
|
"can-collapse",
|
|
2075
2075
|
/*collapsed*/
|
|
@@ -2078,19 +2078,19 @@ function pr(i) {
|
|
|
2078
2078
|
);
|
|
2079
2079
|
},
|
|
2080
2080
|
i(M) {
|
|
2081
|
-
|
|
2081
|
+
L || (Z(x), Z(o.$$.fragment, M), Z(a.$$.fragment, M), Z(S), Z(w), Z(I, M), Z(b), L = !0);
|
|
2082
2082
|
},
|
|
2083
2083
|
o(M) {
|
|
2084
|
-
V(x), V(o.$$.fragment, M), V(a.$$.fragment, M), V(
|
|
2084
|
+
V(x), V(o.$$.fragment, M), V(a.$$.fragment, M), V(S), V(w), V(I, M), V(b), L = !1;
|
|
2085
2085
|
},
|
|
2086
2086
|
d(M) {
|
|
2087
|
-
M && (
|
|
2087
|
+
M && (z(e), z(t)), ge(o), i[65](null), ge(a), S && S.d(), w && w.d(), I && I.d(M), ~v && U[v].d(), _ = !1, ye(C);
|
|
2088
2088
|
}
|
|
2089
2089
|
};
|
|
2090
2090
|
}
|
|
2091
|
-
function
|
|
2091
|
+
function Sr(i, e, t) {
|
|
2092
2092
|
let n, { $$slots: r = {}, $$scope: o } = e;
|
|
2093
|
-
const
|
|
2093
|
+
const u = {
|
|
2094
2094
|
continental_marine: 4,
|
|
2095
2095
|
country: 4,
|
|
2096
2096
|
major_landform: 8,
|
|
@@ -2114,309 +2114,325 @@ function vr(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:
|
|
2117
|
+
let { class: s = void 0 } = e, { apiKey: c } = e, { bbox: l = void 0 } = e, { clearButtonTitle: d = "clear" } = e, { clearOnBlur: a = !1 } = e, { collapsed: f = !1 } = e, { country: h = void 0 } = e, { debounceSearch: g = 200 } = e, { enableReverse: y = !1 } = e, { errorMessage: v = "Something went wrong…" } = e, { filter: b = () => !0 } = e, { flyTo: E = !0 } = e, { fuzzyMatch: L = !0 } = e, { language: _ = void 0 } = e, { limit: C = void 0 } = e, { mapController: x = void 0 } = e, { minLength: S = 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: B = y === "always" } = e, { reverseButtonTitle: U = "toggle reverse geocoding" } = e, { searchValue: O = "" } = e, { showFullGeometry: M = !0 } = e, { showPlaceType: G = "if-needed" } = e, { showResultsWhileTyping: $ = !0 } = e, { autocompleteTimeout: pe = void 0 } = e, { selectFirst: Ie = !0 } = e, { flyToSelected: mt = !1 } = e, { markerOnSelected: $e = !0 } = e, { types: Ne = void 0 } = e, { exhaustiveReverseGeocoding: gt = !1 } = e, { excludeTypes: et = !1 } = e, { zoom: Oe = u } = e, { maxZoom: tt = void 0 } = e, { apiUrl: yt = "https://api.maptiler.com/geocoding" } = e, { fetchParameters: pt = {} } = e, { iconsBaseUrl: Zt = "https://cdn.maptiler.com/maptiler-geocoding-control/v2.0.0-rc.1/icons/" } = e, { adjustUrlQuery: bt = () => {
|
|
2118
2118
|
} } = e;
|
|
2119
|
-
function
|
|
2120
|
-
|
|
2119
|
+
function Hi() {
|
|
2120
|
+
fe.focus();
|
|
2121
2121
|
}
|
|
2122
|
-
function
|
|
2123
|
-
|
|
2122
|
+
function Vi() {
|
|
2123
|
+
fe.blur();
|
|
2124
2124
|
}
|
|
2125
|
-
function
|
|
2126
|
-
t(1, O =
|
|
2127
|
-
|
|
2125
|
+
function qt(m, j = !0, Q = !1) {
|
|
2126
|
+
t(1, O = m), j ? (t(15, D = -1), Ht()) : (_t(!Q, Q), setTimeout(() => {
|
|
2127
|
+
fe.focus(), fe.select();
|
|
2128
2128
|
}));
|
|
2129
2129
|
}
|
|
2130
|
-
function
|
|
2131
|
-
t(14, R = void 0), t(
|
|
2130
|
+
function Yi() {
|
|
2131
|
+
t(14, R = void 0), t(58, N = void 0), t(15, D = -1);
|
|
2132
2132
|
}
|
|
2133
|
-
function
|
|
2134
|
-
t(
|
|
2133
|
+
function Xi() {
|
|
2134
|
+
t(57, q = []), t(58, N = void 0);
|
|
2135
|
+
}
|
|
2136
|
+
let We = !1, R, q, N, Qt = "", fe, D = -1, de, it = [], Te, be, ie, nt, vt;
|
|
2137
|
+
const Ki = /* @__PURE__ */ new Set(), ve = Nn();
|
|
2138
|
+
function Ji() {
|
|
2139
|
+
return !!ie;
|
|
2135
2140
|
}
|
|
2136
|
-
|
|
2137
|
-
const Qi = /* @__PURE__ */ new Set(), pe = Ln();
|
|
2138
|
-
En(() => {
|
|
2141
|
+
kn(() => {
|
|
2139
2142
|
x && (x.setEventHandler(void 0), x.indicateReverse(!1), x.setSelectedMarker(-1), x.setMarkers(void 0, void 0));
|
|
2140
2143
|
});
|
|
2141
|
-
function
|
|
2142
|
-
if (
|
|
2143
|
-
|
|
2144
|
+
function Ht(m) {
|
|
2145
|
+
if (be && (window.clearTimeout(be), be = void 0), ie) {
|
|
2146
|
+
window.clearTimeout(ie), t(59, ie = void 0), Fe(O, { exact: !0 });
|
|
2147
|
+
return;
|
|
2148
|
+
}
|
|
2149
|
+
if (D > -1 && R)
|
|
2150
|
+
t(58, N = R[D]), t(1, O = N.place_type[0] === "reverse" ? N.place_name : N.place_name.replace(/,.*/, "")), t(18, de = void 0), t(57, q = void 0), t(15, D = -1);
|
|
2144
2151
|
else if (O) {
|
|
2145
|
-
const j =
|
|
2146
|
-
|
|
2147
|
-
t(
|
|
2148
|
-
}).catch((
|
|
2152
|
+
const j = m || !wt(O);
|
|
2153
|
+
Fe(O, { exact: !0 }).then(() => {
|
|
2154
|
+
t(57, q = R), t(58, N = void 0), j && $i();
|
|
2155
|
+
}).catch((Q) => t(18, de = Q));
|
|
2149
2156
|
}
|
|
2150
2157
|
}
|
|
2151
|
-
function
|
|
2158
|
+
function wt(m) {
|
|
2152
2159
|
try {
|
|
2153
|
-
return
|
|
2160
|
+
return br(m, 6);
|
|
2154
2161
|
} catch {
|
|
2155
2162
|
return !1;
|
|
2156
2163
|
}
|
|
2157
2164
|
}
|
|
2158
|
-
async function
|
|
2159
|
-
t(18,
|
|
2165
|
+
async function Fe(m, { byId: j = !1, exact: Q = !1, appendSpace: ne = !1 } = {}) {
|
|
2166
|
+
t(18, de = void 0), Te == null || Te.abort();
|
|
2160
2167
|
const ee = new AbortController();
|
|
2161
|
-
t(19,
|
|
2168
|
+
t(19, Te = ee);
|
|
2162
2169
|
try {
|
|
2163
|
-
const
|
|
2164
|
-
if (_ !== void 0 &&
|
|
2165
|
-
const
|
|
2166
|
-
|
|
2170
|
+
const T = wt(m), H = new URLSearchParams();
|
|
2171
|
+
if (_ !== void 0 && H.set("language", Array.isArray(_) ? _.join(",") : _ ?? ""), Ne && H.set("types", Ne.join(",")), et && H.set("excludeTypes", String(et)), l && H.set("bbox", l.map((ot) => ot.toFixed(6)).join(",")), h && H.set("country", Array.isArray(h) ? h.join(",") : h), !j && !T) {
|
|
2172
|
+
const ot = await lr(x, I, ee);
|
|
2173
|
+
ot && H.set("proximity", ot), (Q || !$) && H.set("autocomplete", "false"), H.set("fuzzyMatch", String(L));
|
|
2167
2174
|
}
|
|
2168
|
-
C !== void 0 && (
|
|
2169
|
-
const
|
|
2170
|
-
if (
|
|
2171
|
-
j ? (t(14, R = void 0), t(
|
|
2175
|
+
C !== void 0 && (gt || !T || (Ne == null ? void 0 : Ne.length) === 1) && H.set("limit", String(C)), H.set("key", c), bt(H);
|
|
2176
|
+
const rt = yt + "/" + encodeURIComponent(T ? T.decimalLongitude + "," + T.decimalLatitude : m + (ne ? " " : "")) + ".json?" + H.toString();
|
|
2177
|
+
if (rt === Qt) {
|
|
2178
|
+
j ? (t(14, R = void 0), t(58, N = it[0])) : t(14, R = it);
|
|
2172
2179
|
return;
|
|
2173
2180
|
}
|
|
2174
|
-
|
|
2175
|
-
const
|
|
2176
|
-
if (!
|
|
2177
|
-
throw new Error(await
|
|
2178
|
-
const
|
|
2179
|
-
|
|
2181
|
+
Qt = rt;
|
|
2182
|
+
const Lt = await fetch(rt, { signal: ee.signal, ...pt });
|
|
2183
|
+
if (!Lt.ok)
|
|
2184
|
+
throw new Error(await Lt.text());
|
|
2185
|
+
const St = await Lt.json();
|
|
2186
|
+
ve("response", { url: rt, featureCollection: St }), j ? (t(14, R = void 0), t(58, N = St.features[0]), it = [N]) : (t(14, R = St.features.filter(b)), T && R.unshift({
|
|
2180
2187
|
type: "Feature",
|
|
2181
2188
|
properties: {},
|
|
2182
|
-
id: "reverse_" +
|
|
2183
|
-
text:
|
|
2184
|
-
place_name:
|
|
2189
|
+
id: "reverse_" + T.decimalLongitude + "_" + T.decimalLatitude,
|
|
2190
|
+
text: T.decimalLatitude + ", " + T.decimalLongitude,
|
|
2191
|
+
place_name: T.decimalLatitude + ", " + T.decimalLongitude,
|
|
2185
2192
|
place_type: ["reverse"],
|
|
2186
|
-
center: [
|
|
2193
|
+
center: [T.decimalLongitude, T.decimalLatitude],
|
|
2187
2194
|
bbox: [
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2195
|
+
T.decimalLongitude,
|
|
2196
|
+
T.decimalLatitude,
|
|
2197
|
+
T.decimalLongitude,
|
|
2198
|
+
T.decimalLatitude
|
|
2192
2199
|
],
|
|
2193
2200
|
geometry: {
|
|
2194
2201
|
type: "Point",
|
|
2195
|
-
coordinates: [
|
|
2202
|
+
coordinates: [T.decimalLongitude, T.decimalLatitude]
|
|
2196
2203
|
}
|
|
2197
|
-
}),
|
|
2198
|
-
} catch (
|
|
2199
|
-
if (
|
|
2204
|
+
}), it = R, T && fe.focus());
|
|
2205
|
+
} catch (T) {
|
|
2206
|
+
if (T && typeof T == "object" && "name" in T && T.name === "AbortError")
|
|
2200
2207
|
return;
|
|
2201
|
-
throw
|
|
2208
|
+
throw T;
|
|
2202
2209
|
} finally {
|
|
2203
|
-
ee ===
|
|
2210
|
+
ee === Te && t(19, Te = void 0);
|
|
2204
2211
|
}
|
|
2205
2212
|
}
|
|
2206
|
-
function
|
|
2207
|
-
var
|
|
2208
|
-
if (!(q != null && q.length) || !
|
|
2213
|
+
function $i() {
|
|
2214
|
+
var ne;
|
|
2215
|
+
if (!(q != null && q.length) || !E)
|
|
2209
2216
|
return;
|
|
2210
|
-
const
|
|
2211
|
-
let
|
|
2212
|
-
for (const
|
|
2213
|
-
const
|
|
2214
|
-
if (
|
|
2215
|
-
for (const
|
|
2216
|
-
|
|
2217
|
+
const m = [180, 90, -180, -90], j = !q.some((ee) => !ee.matching_text);
|
|
2218
|
+
let Q;
|
|
2219
|
+
for (const ee of q) {
|
|
2220
|
+
const T = Ue(ee);
|
|
2221
|
+
if (Q = tt ?? (Q === void 0 ? T : T === void 0 ? Q : Math.max(Q, T)), j || !ee.matching_text)
|
|
2222
|
+
for (const H of [0, 1, 2, 3])
|
|
2223
|
+
m[H] = Math[H < 2 ? "min" : "max"](m[H], ((ne = ee.bbox) == null ? void 0 : ne[H]) ?? ee.center[H % 2]);
|
|
2217
2224
|
}
|
|
2218
|
-
x && q.length > 0 && (N &&
|
|
2225
|
+
x && q.length > 0 && (N && m[0] === m[2] && m[1] === m[3] ? x.flyTo(N.center, Ue(N)) : x.fitBounds(Ve(m), 50, Q));
|
|
2219
2226
|
}
|
|
2220
|
-
function
|
|
2221
|
-
var
|
|
2222
|
-
if (!
|
|
2227
|
+
function Ue(m) {
|
|
2228
|
+
var Q;
|
|
2229
|
+
if (!m.bbox || m.bbox[0] !== m.bbox[2] && m.bbox[1] !== m.bbox[3])
|
|
2223
2230
|
return;
|
|
2224
|
-
if (typeof
|
|
2225
|
-
return
|
|
2226
|
-
const j =
|
|
2227
|
-
return (Array.isArray((
|
|
2228
|
-
(
|
|
2229
|
-
const
|
|
2230
|
-
return
|
|
2231
|
+
if (typeof Oe == "number")
|
|
2232
|
+
return m.id.startsWith("poi.") || m.id.startsWith("address.") ? tt : Oe;
|
|
2233
|
+
const j = m.id.replace(/\..*/, "");
|
|
2234
|
+
return (Array.isArray((Q = m.properties) == null ? void 0 : Q.categories) ? m.properties.categories.reduce(
|
|
2235
|
+
(ne, ee) => {
|
|
2236
|
+
const T = Oe[j + "." + ee];
|
|
2237
|
+
return ne === void 0 ? T : T === void 0 ? ne : Math.max(ne, T);
|
|
2231
2238
|
},
|
|
2232
2239
|
void 0
|
|
2233
|
-
) : void 0) ??
|
|
2240
|
+
) : void 0) ?? Oe[j];
|
|
2234
2241
|
}
|
|
2235
|
-
function
|
|
2236
|
-
t(0,
|
|
2242
|
+
function en(m) {
|
|
2243
|
+
t(0, B = y === "always"), t(14, R = void 0), t(58, N = void 0), t(15, D = -1), qt(m[1].toFixed(6) + ", " + sr(m[0], [-180, 180], !0).toFixed(6), !1, !0);
|
|
2237
2244
|
}
|
|
2238
|
-
function
|
|
2245
|
+
function tn(m) {
|
|
2239
2246
|
if (!R)
|
|
2240
2247
|
return;
|
|
2241
|
-
let j =
|
|
2242
|
-
j && (
|
|
2248
|
+
let j = m.key === "ArrowDown" ? 1 : m.key === "ArrowUp" ? -1 : 0;
|
|
2249
|
+
j && (D === (Ie ? 0 : -1) && j === -1 && t(15, D = R.length), t(15, D += j), D >= R.length && t(15, D = -1), D < 0 && Ie && t(15, D = 0), m.preventDefault());
|
|
2243
2250
|
}
|
|
2244
|
-
function
|
|
2245
|
-
if (t(18,
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2251
|
+
function _t(m = !0, j = !1) {
|
|
2252
|
+
if (t(18, de = void 0), be && (window.clearTimeout(be), be = void 0), ie && (window.clearTimeout(ie), t(59, ie = void 0)), !$ && !j || O.length < S) {
|
|
2253
|
+
t(14, R = void 0);
|
|
2254
|
+
return;
|
|
2255
|
+
}
|
|
2256
|
+
const Q = O;
|
|
2257
|
+
be = window.setTimeout(
|
|
2258
|
+
() => {
|
|
2259
|
+
be = void 0, Fe(Q).catch((ne) => t(18, de = ne));
|
|
2260
|
+
},
|
|
2261
|
+
m ? g : 0
|
|
2262
|
+
), O.endsWith(" ") || t(59, ie = window.setTimeout(
|
|
2263
|
+
() => {
|
|
2264
|
+
t(59, ie = void 0), Fe(Q, { appendSpace: !0 }).catch((ne) => t(18, de = ne));
|
|
2265
|
+
},
|
|
2266
|
+
pe
|
|
2267
|
+
));
|
|
2257
2268
|
}
|
|
2258
|
-
function
|
|
2259
|
-
t(
|
|
2269
|
+
function Et(m) {
|
|
2270
|
+
t(58, N = m), t(1, O = m.place_name), t(15, D = -1);
|
|
2260
2271
|
}
|
|
2261
|
-
const
|
|
2262
|
-
function
|
|
2263
|
-
|
|
2264
|
-
|
|
2272
|
+
const nn = () => fe.focus();
|
|
2273
|
+
function rn(m) {
|
|
2274
|
+
Tt[m ? "unshift" : "push"](() => {
|
|
2275
|
+
fe = m, t(17, fe);
|
|
2265
2276
|
});
|
|
2266
2277
|
}
|
|
2267
|
-
function
|
|
2268
|
-
O = this.value, t(1, O), t(13,
|
|
2278
|
+
function on() {
|
|
2279
|
+
O = this.value, t(1, O), t(13, We), t(28, a);
|
|
2269
2280
|
}
|
|
2270
|
-
const
|
|
2271
|
-
t(1, O = ""),
|
|
2272
|
-
},
|
|
2273
|
-
|
|
2274
|
-
},
|
|
2281
|
+
const sn = () => t(13, We = !0), ln = () => t(13, We = !1), un = () => _t(), an = () => {
|
|
2282
|
+
t(1, O = ""), fe.focus();
|
|
2283
|
+
}, cn = () => t(0, B = !B), fn = () => t(18, de = void 0), dn = (m) => t(15, D = m), hn = (m) => Et(m), mn = () => {
|
|
2284
|
+
Ie || t(15, D = -1);
|
|
2285
|
+
}, gn = () => {
|
|
2275
2286
|
};
|
|
2276
|
-
return i.$$set = (
|
|
2277
|
-
"class" in
|
|
2287
|
+
return i.$$set = (m) => {
|
|
2288
|
+
"class" in m && t(2, s = m.class), "apiKey" in m && t(26, c = m.apiKey), "bbox" in m && t(27, l = m.bbox), "clearButtonTitle" in m && t(3, d = m.clearButtonTitle), "clearOnBlur" in m && t(28, a = m.clearOnBlur), "collapsed" in m && t(4, f = m.collapsed), "country" in m && t(29, h = m.country), "debounceSearch" in m && t(30, g = m.debounceSearch), "enableReverse" in m && t(5, y = m.enableReverse), "errorMessage" in m && t(6, v = m.errorMessage), "filter" in m && t(31, b = m.filter), "flyTo" in m && t(32, E = m.flyTo), "fuzzyMatch" in m && t(33, L = 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, S = 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, B = m.reverseActive), "reverseButtonTitle" in m && t(9, U = 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), "autocompleteTimeout" in m && t(41, pe = m.autocompleteTimeout), "selectFirst" in m && t(11, Ie = m.selectFirst), "flyToSelected" in m && t(42, mt = m.flyToSelected), "markerOnSelected" in m && t(43, $e = m.markerOnSelected), "types" in m && t(44, Ne = m.types), "exhaustiveReverseGeocoding" in m && t(45, gt = m.exhaustiveReverseGeocoding), "excludeTypes" in m && t(46, et = m.excludeTypes), "zoom" in m && t(47, Oe = m.zoom), "maxZoom" in m && t(48, tt = m.maxZoom), "apiUrl" in m && t(49, yt = m.apiUrl), "fetchParameters" in m && t(50, pt = m.fetchParameters), "iconsBaseUrl" in m && t(12, Zt = m.iconsBaseUrl), "adjustUrlQuery" in m && t(51, bt = m.adjustUrlQuery), "$$scope" in m && t(62, o = m.$$scope);
|
|
2278
2289
|
}, i.$$.update = () => {
|
|
2279
2290
|
if (i.$$.dirty[0] & /*enableReverse*/
|
|
2280
|
-
32 && t(0,
|
|
2291
|
+
32 && t(0, B = y === "always"), i.$$.dirty[0] & /*focused, clearOnBlur*/
|
|
2281
2292
|
268443648 && setTimeout(() => {
|
|
2282
|
-
t(16,
|
|
2293
|
+
t(16, nt = We), a && !We && t(1, O = "");
|
|
2283
2294
|
}), i.$$.dirty[0] & /*searchValue, listFeatures*/
|
|
2284
2295
|
16386 | i.$$.dirty[1] & /*minLength*/
|
|
2285
|
-
64 && O.length <
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
18432 &&
|
|
2289
|
-
2 && t(15,
|
|
2296
|
+
64 && O.length < S && (t(58, N = void 0), t(14, R = void 0), t(18, de = void 0), t(57, q = R)), i.$$.dirty[1] & /*showFullGeometry, picked*/
|
|
2297
|
+
134217984 && M && N && !N.address && N.geometry.type === "Point" && N.place_type[0] !== "reverse" && Fe(N.id, { byId: !0 }).catch((m) => t(18, de = m)), i.$$.dirty[1] & /*mapController, picked, prevIdToFly, flyTo*/
|
|
2298
|
+
671088674 && (x && N && N.id !== vt && E && (!N.bbox || N.bbox[0] === N.bbox[2] && N.bbox[1] === N.bbox[3] ? x.flyTo(N.center, Ue(N)) : x.fitBounds(Ve(N.bbox), 50, Ue(N)), t(14, R = void 0), t(57, q = void 0), t(15, D = -1)), t(60, vt = N == null ? void 0 : N.id)), i.$$.dirty[0] & /*selectFirst, listFeatures*/
|
|
2299
|
+
18432 && Ie && R != null && R.length && (Ji() || t(15, D = 0)), i.$$.dirty[0] & /*searchValue*/
|
|
2300
|
+
2 && t(15, D = -1), i.$$.dirty[0] & /*listFeatures*/
|
|
2290
2301
|
16384 | i.$$.dirty[1] & /*markedFeatures*/
|
|
2291
|
-
|
|
2302
|
+
67108864 && q !== R && t(57, q = void 0), i.$$.dirty[0] & /*reverseActive, listFeatures, focusedDelayed*/
|
|
2292
2303
|
81921 | i.$$.dirty[1] & /*mapController, markedFeatures*/
|
|
2293
|
-
|
|
2294
|
-
switch (
|
|
2304
|
+
67108896 && x && x.setEventHandler((m) => {
|
|
2305
|
+
switch (m.type) {
|
|
2295
2306
|
case "mapClick":
|
|
2296
|
-
|
|
2307
|
+
B && en(m.coordinates);
|
|
2297
2308
|
break;
|
|
2298
2309
|
case "markerClick":
|
|
2299
2310
|
{
|
|
2300
|
-
const j = R == null ? void 0 : R.find((
|
|
2301
|
-
j &&
|
|
2311
|
+
const j = R == null ? void 0 : R.find((Q) => Q.id === m.id);
|
|
2312
|
+
j && Et(j);
|
|
2302
2313
|
}
|
|
2303
2314
|
break;
|
|
2304
2315
|
case "markerMouseEnter":
|
|
2305
|
-
q && t(15,
|
|
2316
|
+
q && t(15, D = nt ? (R == null ? void 0 : R.findIndex((j) => j.id === m.id)) ?? -1 : -1);
|
|
2306
2317
|
break;
|
|
2307
2318
|
case "markerMouseLeave":
|
|
2308
|
-
q && t(15,
|
|
2319
|
+
q && t(15, D = -1);
|
|
2309
2320
|
break;
|
|
2310
2321
|
}
|
|
2311
2322
|
}), i.$$.dirty[0] & /*listFeatures, selectedItemIndex*/
|
|
2312
|
-
49152 && t(
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2323
|
+
49152 && t(61, n = R == null ? void 0 : R[D]), i.$$.dirty[1] & /*mapController, selected, flyTo, flyToSelected*/
|
|
2324
|
+
1073743906 && x && n && E && mt && x.flyTo(n.center, Ue(n)), i.$$.dirty[1] & /*markerOnSelected, mapController*/
|
|
2325
|
+
4128 && ($e || x == null || x.setMarkers(void 0, void 0)), i.$$.dirty[1] & /*mapController, markerOnSelected, markedFeatures, selected*/
|
|
2326
|
+
1140854816 && x && $e && !q && (x.setMarkers(n ? [n] : void 0, void 0), x.setSelectedMarker(n ? 0 : -1)), i.$$.dirty[1] & /*mapController, markedFeatures, picked*/
|
|
2327
|
+
201326624 && x && x.setMarkers(q, N), i.$$.dirty[0] & /*selectedItemIndex*/
|
|
2317
2328
|
32768 | i.$$.dirty[1] & /*markedFeatures, mapController*/
|
|
2318
|
-
|
|
2329
|
+
67108896 && q && x && x.setSelectedMarker(D), i.$$.dirty[1] & /*selected, autocompleteTimeoutRef*/
|
|
2330
|
+
1342177280 && n && (window.clearTimeout(ie), t(59, ie = void 0)), i.$$.dirty[0] & /*searchValue*/
|
|
2319
2331
|
2 | i.$$.dirty[1] & /*mapController*/
|
|
2320
2332
|
32 && x) {
|
|
2321
|
-
const
|
|
2322
|
-
x.setReverseMarker(
|
|
2333
|
+
const m = wt(O);
|
|
2334
|
+
x.setReverseMarker(m ? [m.decimalLongitude, m.decimalLatitude] : void 0);
|
|
2323
2335
|
}
|
|
2324
2336
|
i.$$.dirty[1] & /*selected*/
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
81920 &&
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2337
|
+
1073741824 && ve("select", { feature: n }), i.$$.dirty[1] & /*picked*/
|
|
2338
|
+
134217728 && ve("pick", { feature: N }), i.$$.dirty[0] & /*focusedDelayed, listFeatures*/
|
|
2339
|
+
81920 && ve("optionsvisibilitychange", {
|
|
2340
|
+
optionsVisible: nt && !!R
|
|
2341
|
+
}), i.$$.dirty[0] & /*listFeatures*/
|
|
2342
|
+
16384 && ve("featureslisted", { features: R }), i.$$.dirty[1] & /*markedFeatures*/
|
|
2343
|
+
67108864 && ve("featuresmarked", { features: q }), i.$$.dirty[0] & /*reverseActive*/
|
|
2344
|
+
1 && ve("reversetoggle", { reverse: B }), i.$$.dirty[0] & /*searchValue*/
|
|
2345
|
+
2 && ve("querychange", { query: O }), i.$$.dirty[0] & /*reverseActive*/
|
|
2332
2346
|
1 | i.$$.dirty[1] & /*mapController*/
|
|
2333
|
-
32 && x && x.indicateReverse(
|
|
2347
|
+
32 && x && x.indicateReverse(B);
|
|
2334
2348
|
}, [
|
|
2335
|
-
|
|
2349
|
+
B,
|
|
2336
2350
|
O,
|
|
2337
2351
|
s,
|
|
2338
|
-
|
|
2352
|
+
d,
|
|
2339
2353
|
f,
|
|
2340
|
-
|
|
2354
|
+
y,
|
|
2341
2355
|
v,
|
|
2342
2356
|
w,
|
|
2343
2357
|
k,
|
|
2344
|
-
F,
|
|
2345
|
-
z,
|
|
2346
|
-
oe,
|
|
2347
|
-
Ft,
|
|
2348
|
-
Re,
|
|
2349
|
-
R,
|
|
2350
2358
|
U,
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
ce,
|
|
2354
|
-
ke,
|
|
2355
|
-
Qi,
|
|
2359
|
+
G,
|
|
2360
|
+
Ie,
|
|
2356
2361
|
Zt,
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
+
We,
|
|
2363
|
+
R,
|
|
2364
|
+
D,
|
|
2365
|
+
nt,
|
|
2366
|
+
fe,
|
|
2367
|
+
de,
|
|
2368
|
+
Te,
|
|
2369
|
+
Ki,
|
|
2370
|
+
Ht,
|
|
2371
|
+
tn,
|
|
2372
|
+
_t,
|
|
2373
|
+
Et,
|
|
2362
2374
|
u,
|
|
2375
|
+
c,
|
|
2376
|
+
l,
|
|
2363
2377
|
a,
|
|
2364
|
-
|
|
2365
|
-
|
|
2378
|
+
h,
|
|
2379
|
+
g,
|
|
2366
2380
|
b,
|
|
2367
|
-
S,
|
|
2368
2381
|
E,
|
|
2382
|
+
L,
|
|
2369
2383
|
_,
|
|
2370
2384
|
C,
|
|
2371
2385
|
x,
|
|
2372
|
-
|
|
2386
|
+
S,
|
|
2373
2387
|
I,
|
|
2374
2388
|
M,
|
|
2375
2389
|
$,
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
Ke,
|
|
2381
|
-
Te,
|
|
2382
|
-
Je,
|
|
2383
|
-
dt,
|
|
2384
|
-
ht,
|
|
2390
|
+
pe,
|
|
2391
|
+
mt,
|
|
2392
|
+
$e,
|
|
2393
|
+
Ne,
|
|
2385
2394
|
gt,
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2395
|
+
et,
|
|
2396
|
+
Oe,
|
|
2397
|
+
tt,
|
|
2398
|
+
yt,
|
|
2399
|
+
pt,
|
|
2400
|
+
bt,
|
|
2401
|
+
Hi,
|
|
2402
|
+
Vi,
|
|
2403
|
+
qt,
|
|
2404
|
+
Yi,
|
|
2405
|
+
Xi,
|
|
2391
2406
|
q,
|
|
2392
2407
|
N,
|
|
2393
|
-
|
|
2408
|
+
ie,
|
|
2409
|
+
vt,
|
|
2394
2410
|
n,
|
|
2395
2411
|
o,
|
|
2396
2412
|
r,
|
|
2397
|
-
Xi,
|
|
2398
|
-
Ki,
|
|
2399
|
-
Ji,
|
|
2400
|
-
$i,
|
|
2401
|
-
en,
|
|
2402
|
-
tn,
|
|
2403
2413
|
nn,
|
|
2404
2414
|
rn,
|
|
2405
2415
|
on,
|
|
2406
2416
|
sn,
|
|
2407
2417
|
ln,
|
|
2408
2418
|
un,
|
|
2409
|
-
an
|
|
2419
|
+
an,
|
|
2420
|
+
cn,
|
|
2421
|
+
fn,
|
|
2422
|
+
dn,
|
|
2423
|
+
hn,
|
|
2424
|
+
mn,
|
|
2425
|
+
gn
|
|
2410
2426
|
];
|
|
2411
2427
|
}
|
|
2412
|
-
let
|
|
2428
|
+
let xr = class extends ke {
|
|
2413
2429
|
constructor(e) {
|
|
2414
|
-
super(),
|
|
2430
|
+
super(), Ce(
|
|
2415
2431
|
this,
|
|
2416
2432
|
e,
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2433
|
+
Sr,
|
|
2434
|
+
Lr,
|
|
2435
|
+
Me,
|
|
2420
2436
|
{
|
|
2421
2437
|
ZOOM_DEFAULTS: 25,
|
|
2422
2438
|
class: 2,
|
|
@@ -2445,23 +2461,24 @@ let br = class extends Me {
|
|
|
2445
2461
|
showFullGeometry: 39,
|
|
2446
2462
|
showPlaceType: 10,
|
|
2447
2463
|
showResultsWhileTyping: 40,
|
|
2464
|
+
autocompleteTimeout: 41,
|
|
2448
2465
|
selectFirst: 11,
|
|
2449
|
-
flyToSelected:
|
|
2450
|
-
markerOnSelected:
|
|
2451
|
-
types:
|
|
2452
|
-
exhaustiveReverseGeocoding:
|
|
2453
|
-
excludeTypes:
|
|
2454
|
-
zoom:
|
|
2455
|
-
maxZoom:
|
|
2456
|
-
apiUrl:
|
|
2457
|
-
fetchParameters:
|
|
2466
|
+
flyToSelected: 42,
|
|
2467
|
+
markerOnSelected: 43,
|
|
2468
|
+
types: 44,
|
|
2469
|
+
exhaustiveReverseGeocoding: 45,
|
|
2470
|
+
excludeTypes: 46,
|
|
2471
|
+
zoom: 47,
|
|
2472
|
+
maxZoom: 48,
|
|
2473
|
+
apiUrl: 49,
|
|
2474
|
+
fetchParameters: 50,
|
|
2458
2475
|
iconsBaseUrl: 12,
|
|
2459
|
-
adjustUrlQuery:
|
|
2460
|
-
focus:
|
|
2461
|
-
blur:
|
|
2462
|
-
setQuery:
|
|
2463
|
-
clearList:
|
|
2464
|
-
clearMap:
|
|
2476
|
+
adjustUrlQuery: 51,
|
|
2477
|
+
focus: 52,
|
|
2478
|
+
blur: 53,
|
|
2479
|
+
setQuery: 54,
|
|
2480
|
+
clearList: 55,
|
|
2481
|
+
clearMap: 56
|
|
2465
2482
|
},
|
|
2466
2483
|
null,
|
|
2467
2484
|
[-1, -1, -1]
|
|
@@ -2471,26 +2488,26 @@ let br = class extends Me {
|
|
|
2471
2488
|
return this.$$.ctx[25];
|
|
2472
2489
|
}
|
|
2473
2490
|
get focus() {
|
|
2474
|
-
return this.$$.ctx[
|
|
2491
|
+
return this.$$.ctx[52];
|
|
2475
2492
|
}
|
|
2476
2493
|
get blur() {
|
|
2477
|
-
return this.$$.ctx[
|
|
2494
|
+
return this.$$.ctx[53];
|
|
2478
2495
|
}
|
|
2479
2496
|
get setQuery() {
|
|
2480
|
-
return this.$$.ctx[
|
|
2497
|
+
return this.$$.ctx[54];
|
|
2481
2498
|
}
|
|
2482
2499
|
get clearList() {
|
|
2483
|
-
return this.$$.ctx[
|
|
2500
|
+
return this.$$.ctx[55];
|
|
2484
2501
|
}
|
|
2485
2502
|
get clearMap() {
|
|
2486
|
-
return this.$$.ctx[
|
|
2503
|
+
return this.$$.ctx[56];
|
|
2487
2504
|
}
|
|
2488
2505
|
};
|
|
2489
|
-
function
|
|
2506
|
+
function Ye(i, e, t = {}) {
|
|
2490
2507
|
const n = { type: "Feature" };
|
|
2491
2508
|
return (t.id === 0 || t.id) && (n.id = t.id), t.bbox && (n.bbox = t.bbox), n.properties = e || {}, n.geometry = i, n;
|
|
2492
2509
|
}
|
|
2493
|
-
function
|
|
2510
|
+
function Ft(i, e, t = {}) {
|
|
2494
2511
|
for (const r of i) {
|
|
2495
2512
|
if (r.length < 4)
|
|
2496
2513
|
throw new Error(
|
|
@@ -2502,31 +2519,31 @@ function Bt(i, e, t = {}) {
|
|
|
2502
2519
|
if (r[r.length - 1][o] !== r[0][o])
|
|
2503
2520
|
throw new Error("First and last Position are not equivalent.");
|
|
2504
2521
|
}
|
|
2505
|
-
return
|
|
2522
|
+
return Ye({
|
|
2506
2523
|
type: "Polygon",
|
|
2507
2524
|
coordinates: i
|
|
2508
2525
|
}, e, t);
|
|
2509
2526
|
}
|
|
2510
|
-
function
|
|
2527
|
+
function Xe(i, e = {}) {
|
|
2511
2528
|
const t = { type: "FeatureCollection" };
|
|
2512
2529
|
return e.id && (t.id = e.id), e.bbox && (t.bbox = e.bbox), t.features = i, t;
|
|
2513
2530
|
}
|
|
2514
|
-
function
|
|
2515
|
-
return
|
|
2531
|
+
function Bi(i, e, t = {}) {
|
|
2532
|
+
return Ye({
|
|
2516
2533
|
type: "MultiPolygon",
|
|
2517
2534
|
coordinates: i
|
|
2518
2535
|
}, e, t);
|
|
2519
2536
|
}
|
|
2520
|
-
function
|
|
2537
|
+
function Di(i, e, t) {
|
|
2521
2538
|
if (i !== null)
|
|
2522
|
-
for (var n, r, o,
|
|
2523
|
-
|
|
2524
|
-
for (var
|
|
2525
|
-
var
|
|
2526
|
-
if (
|
|
2527
|
-
c =
|
|
2528
|
-
var C =
|
|
2529
|
-
switch (
|
|
2539
|
+
for (var n, r, o, u, s, c, l, d = 0, a = 0, f, h = i.type, g = h === "FeatureCollection", y = h === "Feature", v = g ? i.features.length : 1, b = 0; b < v; b++) {
|
|
2540
|
+
l = g ? i.features[b].geometry : y ? i.geometry : i, f = l ? l.type === "GeometryCollection" : !1, s = f ? l.geometries.length : 1;
|
|
2541
|
+
for (var E = 0; E < s; E++) {
|
|
2542
|
+
var L = 0, _ = 0;
|
|
2543
|
+
if (u = f ? l.geometries[E] : l, u !== null) {
|
|
2544
|
+
c = u.coordinates;
|
|
2545
|
+
var C = u.type;
|
|
2546
|
+
switch (d = 0, C) {
|
|
2530
2547
|
case null:
|
|
2531
2548
|
break;
|
|
2532
2549
|
case "Point":
|
|
@@ -2534,11 +2551,11 @@ function Wi(i, e, t) {
|
|
|
2534
2551
|
c,
|
|
2535
2552
|
a,
|
|
2536
2553
|
b,
|
|
2537
|
-
|
|
2554
|
+
L,
|
|
2538
2555
|
_
|
|
2539
2556
|
) === !1)
|
|
2540
2557
|
return !1;
|
|
2541
|
-
a++,
|
|
2558
|
+
a++, L++;
|
|
2542
2559
|
break;
|
|
2543
2560
|
case "LineString":
|
|
2544
2561
|
case "MultiPoint":
|
|
@@ -2547,41 +2564,41 @@ function Wi(i, e, t) {
|
|
|
2547
2564
|
c[n],
|
|
2548
2565
|
a,
|
|
2549
2566
|
b,
|
|
2550
|
-
|
|
2567
|
+
L,
|
|
2551
2568
|
_
|
|
2552
2569
|
) === !1)
|
|
2553
2570
|
return !1;
|
|
2554
|
-
a++, C === "MultiPoint" &&
|
|
2571
|
+
a++, C === "MultiPoint" && L++;
|
|
2555
2572
|
}
|
|
2556
|
-
C === "LineString" &&
|
|
2573
|
+
C === "LineString" && L++;
|
|
2557
2574
|
break;
|
|
2558
2575
|
case "Polygon":
|
|
2559
2576
|
case "MultiLineString":
|
|
2560
2577
|
for (n = 0; n < c.length; n++) {
|
|
2561
|
-
for (r = 0; r < c[n].length -
|
|
2578
|
+
for (r = 0; r < c[n].length - d; r++) {
|
|
2562
2579
|
if (e(
|
|
2563
2580
|
c[n][r],
|
|
2564
2581
|
a,
|
|
2565
2582
|
b,
|
|
2566
|
-
|
|
2583
|
+
L,
|
|
2567
2584
|
_
|
|
2568
2585
|
) === !1)
|
|
2569
2586
|
return !1;
|
|
2570
2587
|
a++;
|
|
2571
2588
|
}
|
|
2572
|
-
C === "MultiLineString" &&
|
|
2589
|
+
C === "MultiLineString" && L++, C === "Polygon" && _++;
|
|
2573
2590
|
}
|
|
2574
|
-
C === "Polygon" &&
|
|
2591
|
+
C === "Polygon" && L++;
|
|
2575
2592
|
break;
|
|
2576
2593
|
case "MultiPolygon":
|
|
2577
2594
|
for (n = 0; n < c.length; n++) {
|
|
2578
2595
|
for (_ = 0, r = 0; r < c[n].length; r++) {
|
|
2579
|
-
for (o = 0; o < c[n][r].length -
|
|
2596
|
+
for (o = 0; o < c[n][r].length - d; o++) {
|
|
2580
2597
|
if (e(
|
|
2581
2598
|
c[n][r][o],
|
|
2582
2599
|
a,
|
|
2583
2600
|
b,
|
|
2584
|
-
|
|
2601
|
+
L,
|
|
2585
2602
|
_
|
|
2586
2603
|
) === !1)
|
|
2587
2604
|
return !1;
|
|
@@ -2589,12 +2606,12 @@ function Wi(i, e, t) {
|
|
|
2589
2606
|
}
|
|
2590
2607
|
_++;
|
|
2591
2608
|
}
|
|
2592
|
-
|
|
2609
|
+
L++;
|
|
2593
2610
|
}
|
|
2594
2611
|
break;
|
|
2595
2612
|
case "GeometryCollection":
|
|
2596
|
-
for (n = 0; n <
|
|
2597
|
-
if (
|
|
2613
|
+
for (n = 0; n < u.geometries.length; n++)
|
|
2614
|
+
if (Di(u.geometries[n], e) === !1)
|
|
2598
2615
|
return !1;
|
|
2599
2616
|
break;
|
|
2600
2617
|
default:
|
|
@@ -2604,16 +2621,16 @@ function Wi(i, e, t) {
|
|
|
2604
2621
|
}
|
|
2605
2622
|
}
|
|
2606
2623
|
}
|
|
2607
|
-
function
|
|
2608
|
-
var t, n, r, o,
|
|
2609
|
-
for (t = 0; t <
|
|
2610
|
-
for (s =
|
|
2624
|
+
function Ut(i, e) {
|
|
2625
|
+
var t, n, r, o, u, s, c, l, d, a, f = 0, h = i.type === "FeatureCollection", g = i.type === "Feature", y = h ? i.features.length : 1;
|
|
2626
|
+
for (t = 0; t < y; t++) {
|
|
2627
|
+
for (s = h ? i.features[t].geometry : g ? i.geometry : i, l = h ? i.features[t].properties : g ? i.properties : {}, d = h ? i.features[t].bbox : g ? i.bbox : void 0, a = h ? i.features[t].id : g ? i.id : void 0, c = s ? s.type === "GeometryCollection" : !1, u = c ? s.geometries.length : 1, r = 0; r < u; r++) {
|
|
2611
2628
|
if (o = c ? s.geometries[r] : s, o === null) {
|
|
2612
2629
|
if (e(
|
|
2613
2630
|
null,
|
|
2614
2631
|
f,
|
|
2615
|
-
|
|
2616
|
-
|
|
2632
|
+
l,
|
|
2633
|
+
d,
|
|
2617
2634
|
a
|
|
2618
2635
|
) === !1)
|
|
2619
2636
|
return !1;
|
|
@@ -2629,8 +2646,8 @@ function Dt(i, e) {
|
|
|
2629
2646
|
if (e(
|
|
2630
2647
|
o,
|
|
2631
2648
|
f,
|
|
2632
|
-
|
|
2633
|
-
|
|
2649
|
+
l,
|
|
2650
|
+
d,
|
|
2634
2651
|
a
|
|
2635
2652
|
) === !1)
|
|
2636
2653
|
return !1;
|
|
@@ -2641,8 +2658,8 @@ function Dt(i, e) {
|
|
|
2641
2658
|
if (e(
|
|
2642
2659
|
o.geometries[n],
|
|
2643
2660
|
f,
|
|
2644
|
-
|
|
2645
|
-
|
|
2661
|
+
l,
|
|
2662
|
+
d,
|
|
2646
2663
|
a
|
|
2647
2664
|
) === !1)
|
|
2648
2665
|
return !1;
|
|
@@ -2655,8 +2672,8 @@ function Dt(i, e) {
|
|
|
2655
2672
|
f++;
|
|
2656
2673
|
}
|
|
2657
2674
|
}
|
|
2658
|
-
function
|
|
2659
|
-
|
|
2675
|
+
function Mr(i, e) {
|
|
2676
|
+
Ut(i, function(t, n, r, o, u) {
|
|
2660
2677
|
var s = t === null ? null : t.type;
|
|
2661
2678
|
switch (s) {
|
|
2662
2679
|
case null:
|
|
@@ -2664,7 +2681,7 @@ function wr(i, e) {
|
|
|
2664
2681
|
case "LineString":
|
|
2665
2682
|
case "Polygon":
|
|
2666
2683
|
return e(
|
|
2667
|
-
|
|
2684
|
+
Ye(t, r, { bbox: o, id: u }),
|
|
2668
2685
|
n,
|
|
2669
2686
|
0
|
|
2670
2687
|
) === !1 ? !1 : void 0;
|
|
@@ -2681,33 +2698,33 @@ function wr(i, e) {
|
|
|
2681
2698
|
c = "Polygon";
|
|
2682
2699
|
break;
|
|
2683
2700
|
}
|
|
2684
|
-
for (var
|
|
2685
|
-
var
|
|
2701
|
+
for (var l = 0; l < t.coordinates.length; l++) {
|
|
2702
|
+
var d = t.coordinates[l], a = {
|
|
2686
2703
|
type: c,
|
|
2687
|
-
coordinates:
|
|
2704
|
+
coordinates: d
|
|
2688
2705
|
};
|
|
2689
|
-
if (e(
|
|
2706
|
+
if (e(Ye(a, r), n, l) === !1)
|
|
2690
2707
|
return !1;
|
|
2691
2708
|
}
|
|
2692
2709
|
});
|
|
2693
2710
|
}
|
|
2694
|
-
function
|
|
2711
|
+
function Cr(i, e = {}) {
|
|
2695
2712
|
if (i.bbox != null && e.recompute !== !0)
|
|
2696
2713
|
return i.bbox;
|
|
2697
2714
|
const t = [1 / 0, 1 / 0, -1 / 0, -1 / 0];
|
|
2698
|
-
return
|
|
2715
|
+
return Di(i, (n) => {
|
|
2699
2716
|
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]);
|
|
2700
2717
|
}), t;
|
|
2701
2718
|
}
|
|
2702
|
-
var
|
|
2703
|
-
function
|
|
2719
|
+
var It = Cr;
|
|
2720
|
+
function kr(i) {
|
|
2704
2721
|
if (!i)
|
|
2705
2722
|
throw new Error("geojson is required");
|
|
2706
2723
|
switch (i.type) {
|
|
2707
2724
|
case "Feature":
|
|
2708
|
-
return
|
|
2725
|
+
return Fi(i);
|
|
2709
2726
|
case "FeatureCollection":
|
|
2710
|
-
return
|
|
2727
|
+
return Nr(i);
|
|
2711
2728
|
case "Point":
|
|
2712
2729
|
case "LineString":
|
|
2713
2730
|
case "Polygon":
|
|
@@ -2715,12 +2732,12 @@ function Er(i) {
|
|
|
2715
2732
|
case "MultiLineString":
|
|
2716
2733
|
case "MultiPolygon":
|
|
2717
2734
|
case "GeometryCollection":
|
|
2718
|
-
return
|
|
2735
|
+
return Gt(i);
|
|
2719
2736
|
default:
|
|
2720
2737
|
throw new Error("unknown GeoJSON type");
|
|
2721
2738
|
}
|
|
2722
2739
|
}
|
|
2723
|
-
function
|
|
2740
|
+
function Fi(i) {
|
|
2724
2741
|
const e = { type: "Feature" };
|
|
2725
2742
|
return Object.keys(i).forEach((t) => {
|
|
2726
2743
|
switch (t) {
|
|
@@ -2731,16 +2748,16 @@ function Ai(i) {
|
|
|
2731
2748
|
default:
|
|
2732
2749
|
e[t] = i[t];
|
|
2733
2750
|
}
|
|
2734
|
-
}), e.properties =
|
|
2751
|
+
}), e.properties = Ui(i.properties), i.geometry == null ? e.geometry = null : e.geometry = Gt(i.geometry), e;
|
|
2735
2752
|
}
|
|
2736
|
-
function
|
|
2753
|
+
function Ui(i) {
|
|
2737
2754
|
const e = {};
|
|
2738
2755
|
return i && Object.keys(i).forEach((t) => {
|
|
2739
2756
|
const n = i[t];
|
|
2740
|
-
typeof n == "object" ? n === null ? e[t] = null : Array.isArray(n) ? e[t] = n.map((r) => r) : e[t] =
|
|
2757
|
+
typeof n == "object" ? n === null ? e[t] = null : Array.isArray(n) ? e[t] = n.map((r) => r) : e[t] = Ui(n) : e[t] = n;
|
|
2741
2758
|
}), e;
|
|
2742
2759
|
}
|
|
2743
|
-
function
|
|
2760
|
+
function Nr(i) {
|
|
2744
2761
|
const e = { type: "FeatureCollection" };
|
|
2745
2762
|
return Object.keys(i).forEach((t) => {
|
|
2746
2763
|
switch (t) {
|
|
@@ -2750,17 +2767,17 @@ function Lr(i) {
|
|
|
2750
2767
|
default:
|
|
2751
2768
|
e[t] = i[t];
|
|
2752
2769
|
}
|
|
2753
|
-
}), e.features = i.features.map((t) =>
|
|
2770
|
+
}), e.features = i.features.map((t) => Fi(t)), e;
|
|
2754
2771
|
}
|
|
2755
|
-
function
|
|
2772
|
+
function Gt(i) {
|
|
2756
2773
|
const e = { type: i.type };
|
|
2757
|
-
return i.bbox && (e.bbox = i.bbox), i.type === "GeometryCollection" ? (e.geometries = i.geometries.map((t) =>
|
|
2774
|
+
return i.bbox && (e.bbox = i.bbox), i.type === "GeometryCollection" ? (e.geometries = i.geometries.map((t) => Gt(t)), e) : (e.coordinates = Gi(i.coordinates), e);
|
|
2758
2775
|
}
|
|
2759
|
-
function
|
|
2776
|
+
function Gi(i) {
|
|
2760
2777
|
const e = i;
|
|
2761
|
-
return typeof e[0] != "object" ? e.slice() : e.map((t) =>
|
|
2778
|
+
return typeof e[0] != "object" ? e.slice() : e.map((t) => Gi(t));
|
|
2762
2779
|
}
|
|
2763
|
-
var
|
|
2780
|
+
var Tr = kr;
|
|
2764
2781
|
/**
|
|
2765
2782
|
* splaytree v3.1.2
|
|
2766
2783
|
* Fast Splay tree for Node and browser
|
|
@@ -2783,67 +2800,67 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
|
2783
2800
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
2784
2801
|
and limitations under the License.
|
|
2785
2802
|
***************************************************************************** */
|
|
2786
|
-
function
|
|
2803
|
+
function Pr(i, e) {
|
|
2787
2804
|
var t = { label: 0, sent: function() {
|
|
2788
2805
|
if (o[0] & 1) throw o[1];
|
|
2789
2806
|
return o[1];
|
|
2790
|
-
}, trys: [], ops: [] }, n, r, o,
|
|
2791
|
-
return
|
|
2807
|
+
}, trys: [], ops: [] }, n, r, o, u;
|
|
2808
|
+
return u = { next: s(0), throw: s(1), return: s(2) }, typeof Symbol == "function" && (u[Symbol.iterator] = function() {
|
|
2792
2809
|
return this;
|
|
2793
|
-
}),
|
|
2794
|
-
function s(
|
|
2795
|
-
return function(
|
|
2796
|
-
return c([
|
|
2810
|
+
}), u;
|
|
2811
|
+
function s(l) {
|
|
2812
|
+
return function(d) {
|
|
2813
|
+
return c([l, d]);
|
|
2797
2814
|
};
|
|
2798
2815
|
}
|
|
2799
|
-
function c(
|
|
2816
|
+
function c(l) {
|
|
2800
2817
|
if (n) throw new TypeError("Generator is already executing.");
|
|
2801
2818
|
for (; t; ) try {
|
|
2802
|
-
if (n = 1, r && (o =
|
|
2803
|
-
switch (r = 0, o && (
|
|
2819
|
+
if (n = 1, r && (o = l[0] & 2 ? r.return : l[0] ? r.throw || ((o = r.return) && o.call(r), 0) : r.next) && !(o = o.call(r, l[1])).done) return o;
|
|
2820
|
+
switch (r = 0, o && (l = [l[0] & 2, o.value]), l[0]) {
|
|
2804
2821
|
case 0:
|
|
2805
2822
|
case 1:
|
|
2806
|
-
o =
|
|
2823
|
+
o = l;
|
|
2807
2824
|
break;
|
|
2808
2825
|
case 4:
|
|
2809
|
-
return t.label++, { value:
|
|
2826
|
+
return t.label++, { value: l[1], done: !1 };
|
|
2810
2827
|
case 5:
|
|
2811
|
-
t.label++, r =
|
|
2828
|
+
t.label++, r = l[1], l = [0];
|
|
2812
2829
|
continue;
|
|
2813
2830
|
case 7:
|
|
2814
|
-
|
|
2831
|
+
l = t.ops.pop(), t.trys.pop();
|
|
2815
2832
|
continue;
|
|
2816
2833
|
default:
|
|
2817
|
-
if (o = t.trys, !(o = o.length > 0 && o[o.length - 1]) && (
|
|
2834
|
+
if (o = t.trys, !(o = o.length > 0 && o[o.length - 1]) && (l[0] === 6 || l[0] === 2)) {
|
|
2818
2835
|
t = 0;
|
|
2819
2836
|
continue;
|
|
2820
2837
|
}
|
|
2821
|
-
if (
|
|
2822
|
-
t.label =
|
|
2838
|
+
if (l[0] === 3 && (!o || l[1] > o[0] && l[1] < o[3])) {
|
|
2839
|
+
t.label = l[1];
|
|
2823
2840
|
break;
|
|
2824
2841
|
}
|
|
2825
|
-
if (
|
|
2826
|
-
t.label = o[1], o =
|
|
2842
|
+
if (l[0] === 6 && t.label < o[1]) {
|
|
2843
|
+
t.label = o[1], o = l;
|
|
2827
2844
|
break;
|
|
2828
2845
|
}
|
|
2829
2846
|
if (o && t.label < o[2]) {
|
|
2830
|
-
t.label = o[2], t.ops.push(
|
|
2847
|
+
t.label = o[2], t.ops.push(l);
|
|
2831
2848
|
break;
|
|
2832
2849
|
}
|
|
2833
2850
|
o[2] && t.ops.pop(), t.trys.pop();
|
|
2834
2851
|
continue;
|
|
2835
2852
|
}
|
|
2836
|
-
|
|
2837
|
-
} catch (
|
|
2838
|
-
|
|
2853
|
+
l = e.call(i, t);
|
|
2854
|
+
} catch (d) {
|
|
2855
|
+
l = [6, d], r = 0;
|
|
2839
2856
|
} finally {
|
|
2840
2857
|
n = o = 0;
|
|
2841
2858
|
}
|
|
2842
|
-
if (
|
|
2843
|
-
return { value:
|
|
2859
|
+
if (l[0] & 5) throw l[1];
|
|
2860
|
+
return { value: l[0] ? l[1] : void 0, done: !0 };
|
|
2844
2861
|
}
|
|
2845
2862
|
}
|
|
2846
|
-
var
|
|
2863
|
+
var xe = (
|
|
2847
2864
|
/** @class */
|
|
2848
2865
|
/* @__PURE__ */ function() {
|
|
2849
2866
|
function i(e, t) {
|
|
@@ -2852,13 +2869,13 @@ var Le = (
|
|
|
2852
2869
|
return i;
|
|
2853
2870
|
}()
|
|
2854
2871
|
);
|
|
2855
|
-
function
|
|
2872
|
+
function Rr(i, e) {
|
|
2856
2873
|
return i > e ? 1 : i < e ? -1 : 0;
|
|
2857
2874
|
}
|
|
2858
|
-
function
|
|
2859
|
-
for (var n = new
|
|
2860
|
-
var
|
|
2861
|
-
if (
|
|
2875
|
+
function we(i, e, t) {
|
|
2876
|
+
for (var n = new xe(null, null), r = n, o = n; ; ) {
|
|
2877
|
+
var u = t(i, e.key);
|
|
2878
|
+
if (u < 0) {
|
|
2862
2879
|
if (e.left === null)
|
|
2863
2880
|
break;
|
|
2864
2881
|
if (t(i, e.left.key) < 0) {
|
|
@@ -2867,7 +2884,7 @@ function ve(i, e, t) {
|
|
|
2867
2884
|
break;
|
|
2868
2885
|
}
|
|
2869
2886
|
o.left = e, o = e, e = e.left;
|
|
2870
|
-
} else if (
|
|
2887
|
+
} else if (u > 0) {
|
|
2871
2888
|
if (e.right === null)
|
|
2872
2889
|
break;
|
|
2873
2890
|
if (t(i, e.right.key) > 0) {
|
|
@@ -2881,62 +2898,62 @@ function ve(i, e, t) {
|
|
|
2881
2898
|
}
|
|
2882
2899
|
return r.right = e.left, o.left = e.right, e.left = n.right, e.right = n.left, e;
|
|
2883
2900
|
}
|
|
2884
|
-
function
|
|
2885
|
-
var r = new
|
|
2901
|
+
function kt(i, e, t, n) {
|
|
2902
|
+
var r = new xe(i, e);
|
|
2886
2903
|
if (t === null)
|
|
2887
2904
|
return r.left = r.right = null, r;
|
|
2888
|
-
t =
|
|
2905
|
+
t = we(i, t, n);
|
|
2889
2906
|
var o = n(i, t.key);
|
|
2890
2907
|
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;
|
|
2891
2908
|
}
|
|
2892
|
-
function
|
|
2909
|
+
function mi(i, e, t) {
|
|
2893
2910
|
var n = null, r = null;
|
|
2894
2911
|
if (e) {
|
|
2895
|
-
e =
|
|
2912
|
+
e = we(i, e, t);
|
|
2896
2913
|
var o = t(e.key, i);
|
|
2897
2914
|
o === 0 ? (n = e.left, r = e.right) : o < 0 ? (r = e.right, e.right = null, n = e) : (n = e.left, e.left = null, r = e);
|
|
2898
2915
|
}
|
|
2899
2916
|
return { left: n, right: r };
|
|
2900
2917
|
}
|
|
2901
|
-
function
|
|
2902
|
-
return e === null ? i : (i === null || (e =
|
|
2918
|
+
function Ir(i, e, t) {
|
|
2919
|
+
return e === null ? i : (i === null || (e = we(i.key, e, t), e.left = i), e);
|
|
2903
2920
|
}
|
|
2904
|
-
function
|
|
2921
|
+
function Ot(i, e, t, n, r) {
|
|
2905
2922
|
if (i) {
|
|
2906
2923
|
n("" + e + (t ? "└── " : "├── ") + r(i) + `
|
|
2907
2924
|
`);
|
|
2908
2925
|
var o = e + (t ? " " : "│ ");
|
|
2909
|
-
i.left &&
|
|
2926
|
+
i.left && Ot(i.left, o, !1, n, r), i.right && Ot(i.right, o, !0, n, r);
|
|
2910
2927
|
}
|
|
2911
2928
|
}
|
|
2912
|
-
var
|
|
2929
|
+
var jt = (
|
|
2913
2930
|
/** @class */
|
|
2914
2931
|
function() {
|
|
2915
2932
|
function i(e) {
|
|
2916
|
-
e === void 0 && (e =
|
|
2933
|
+
e === void 0 && (e = Rr), this._root = null, this._size = 0, this._comparator = e;
|
|
2917
2934
|
}
|
|
2918
2935
|
return i.prototype.insert = function(e, t) {
|
|
2919
|
-
return this._size++, this._root =
|
|
2936
|
+
return this._size++, this._root = kt(e, t, this._root, this._comparator);
|
|
2920
2937
|
}, i.prototype.add = function(e, t) {
|
|
2921
|
-
var n = new
|
|
2938
|
+
var n = new xe(e, t);
|
|
2922
2939
|
this._root === null && (n.left = n.right = null, this._size++, this._root = n);
|
|
2923
|
-
var r = this._comparator, o =
|
|
2924
|
-
return
|
|
2940
|
+
var r = this._comparator, o = we(e, this._root, r), u = r(e, o.key);
|
|
2941
|
+
return u === 0 ? this._root = o : (u < 0 ? (n.left = o.left, n.right = o, o.left = null) : u > 0 && (n.right = o.right, n.left = o, o.right = null), this._size++, this._root = n), this._root;
|
|
2925
2942
|
}, i.prototype.remove = function(e) {
|
|
2926
2943
|
this._root = this._remove(e, this._root, this._comparator);
|
|
2927
2944
|
}, i.prototype._remove = function(e, t, n) {
|
|
2928
2945
|
var r;
|
|
2929
2946
|
if (t === null)
|
|
2930
2947
|
return null;
|
|
2931
|
-
t =
|
|
2948
|
+
t = we(e, t, n);
|
|
2932
2949
|
var o = n(e, t.key);
|
|
2933
|
-
return o === 0 ? (t.left === null ? r = t.right : (r =
|
|
2950
|
+
return o === 0 ? (t.left === null ? r = t.right : (r = we(e, t.left, n), r.right = t.right), this._size--, r) : t;
|
|
2934
2951
|
}, i.prototype.pop = function() {
|
|
2935
2952
|
var e = this._root;
|
|
2936
2953
|
if (e) {
|
|
2937
2954
|
for (; e.left; )
|
|
2938
2955
|
e = e.left;
|
|
2939
|
-
return this._root =
|
|
2956
|
+
return this._root = we(e.key, this._root, this._comparator), this._root = this._remove(e.key, this._root, this._comparator), { key: e.key, data: e.data };
|
|
2940
2957
|
}
|
|
2941
2958
|
return null;
|
|
2942
2959
|
}, i.prototype.findStatic = function(e) {
|
|
@@ -2948,7 +2965,7 @@ var Gt = (
|
|
|
2948
2965
|
}
|
|
2949
2966
|
return null;
|
|
2950
2967
|
}, i.prototype.find = function(e) {
|
|
2951
|
-
return this._root && (this._root =
|
|
2968
|
+
return this._root && (this._root = we(e, this._root, this._comparator), this._comparator(e, this._root.key) !== 0) ? null : this._root;
|
|
2952
2969
|
}, i.prototype.contains = function(e) {
|
|
2953
2970
|
for (var t = this._root, n = this._comparator; t; ) {
|
|
2954
2971
|
var r = n(e, t.key);
|
|
@@ -2962,13 +2979,13 @@ var Gt = (
|
|
|
2962
2979
|
n !== null ? (r.push(n), n = n.left) : r.length !== 0 ? (n = r.pop(), e.call(t, n), n = n.right) : o = !0;
|
|
2963
2980
|
return this;
|
|
2964
2981
|
}, i.prototype.range = function(e, t, n, r) {
|
|
2965
|
-
for (var o = [],
|
|
2982
|
+
for (var o = [], u = this._comparator, s = this._root, c; o.length !== 0 || s; )
|
|
2966
2983
|
if (s)
|
|
2967
2984
|
o.push(s), s = s.left;
|
|
2968
2985
|
else {
|
|
2969
|
-
if (s = o.pop(), c =
|
|
2986
|
+
if (s = o.pop(), c = u(s.key, t), c > 0)
|
|
2970
2987
|
break;
|
|
2971
|
-
if (
|
|
2988
|
+
if (u(s.key, e) >= 0 && n.call(r, s))
|
|
2972
2989
|
return this;
|
|
2973
2990
|
s = s.right;
|
|
2974
2991
|
}
|
|
@@ -3041,15 +3058,15 @@ var Gt = (
|
|
|
3041
3058
|
}, i.prototype.clear = function() {
|
|
3042
3059
|
return this._root = null, this._size = 0, this;
|
|
3043
3060
|
}, i.prototype.toList = function() {
|
|
3044
|
-
return
|
|
3061
|
+
return Wr(this._root);
|
|
3045
3062
|
}, i.prototype.load = function(e, t, n) {
|
|
3046
3063
|
t === void 0 && (t = []), n === void 0 && (n = !1);
|
|
3047
3064
|
var r = e.length, o = this._comparator;
|
|
3048
|
-
if (n &&
|
|
3049
|
-
this._root =
|
|
3065
|
+
if (n && zt(e, t, 0, r - 1, o), this._root === null)
|
|
3066
|
+
this._root = Wt(e, t, 0, r), this._size = r;
|
|
3050
3067
|
else {
|
|
3051
|
-
var
|
|
3052
|
-
r = this._size + r, this._root =
|
|
3068
|
+
var u = Ar(this.toList(), Or(e, t), o);
|
|
3069
|
+
r = this._size + r, this._root = At({ head: u }, 0, r);
|
|
3053
3070
|
}
|
|
3054
3071
|
return this;
|
|
3055
3072
|
}, i.prototype.isEmpty = function() {
|
|
@@ -3071,17 +3088,17 @@ var Gt = (
|
|
|
3071
3088
|
return String(n.key);
|
|
3072
3089
|
});
|
|
3073
3090
|
var t = [];
|
|
3074
|
-
return
|
|
3091
|
+
return Ot(this._root, "", !0, function(n) {
|
|
3075
3092
|
return t.push(n);
|
|
3076
3093
|
}, e), t.join("");
|
|
3077
3094
|
}, i.prototype.update = function(e, t, n) {
|
|
3078
|
-
var r = this._comparator, o =
|
|
3079
|
-
r(e, t) < 0 ? s =
|
|
3095
|
+
var r = this._comparator, o = mi(e, this._root, r), u = o.left, s = o.right;
|
|
3096
|
+
r(e, t) < 0 ? s = kt(t, n, s, r) : u = kt(t, n, u, r), this._root = Ir(u, s, r);
|
|
3080
3097
|
}, i.prototype.split = function(e) {
|
|
3081
|
-
return
|
|
3098
|
+
return mi(e, this._root, this._comparator);
|
|
3082
3099
|
}, i.prototype[Symbol.iterator] = function() {
|
|
3083
3100
|
var e, t, n;
|
|
3084
|
-
return
|
|
3101
|
+
return Pr(this, function(r) {
|
|
3085
3102
|
switch (r.label) {
|
|
3086
3103
|
case 0:
|
|
3087
3104
|
e = this._root, t = [], n = !1, r.label = 1;
|
|
@@ -3105,96 +3122,96 @@ var Gt = (
|
|
|
3105
3122
|
}, i;
|
|
3106
3123
|
}()
|
|
3107
3124
|
);
|
|
3108
|
-
function
|
|
3125
|
+
function Wt(i, e, t, n) {
|
|
3109
3126
|
var r = n - t;
|
|
3110
3127
|
if (r > 0) {
|
|
3111
|
-
var o = t + Math.floor(r / 2),
|
|
3112
|
-
return c.left =
|
|
3128
|
+
var o = t + Math.floor(r / 2), u = i[o], s = e[o], c = new xe(u, s);
|
|
3129
|
+
return c.left = Wt(i, e, t, o), c.right = Wt(i, e, o + 1, n), c;
|
|
3113
3130
|
}
|
|
3114
3131
|
return null;
|
|
3115
3132
|
}
|
|
3116
|
-
function
|
|
3117
|
-
for (var t = new
|
|
3118
|
-
n = n.next = new
|
|
3133
|
+
function Or(i, e) {
|
|
3134
|
+
for (var t = new xe(null, null), n = t, r = 0; r < i.length; r++)
|
|
3135
|
+
n = n.next = new xe(i[r], e[r]);
|
|
3119
3136
|
return n.next = null, t.next;
|
|
3120
3137
|
}
|
|
3121
|
-
function
|
|
3122
|
-
for (var e = i, t = [], n = !1, r = new
|
|
3138
|
+
function Wr(i) {
|
|
3139
|
+
for (var e = i, t = [], n = !1, r = new xe(null, null), o = r; !n; )
|
|
3123
3140
|
e ? (t.push(e), e = e.left) : t.length > 0 ? (e = o = o.next = t.pop(), e = e.right) : n = !0;
|
|
3124
3141
|
return o.next = null, r.next;
|
|
3125
3142
|
}
|
|
3126
|
-
function
|
|
3143
|
+
function At(i, e, t) {
|
|
3127
3144
|
var n = t - e;
|
|
3128
3145
|
if (n > 0) {
|
|
3129
|
-
var r = e + Math.floor(n / 2), o =
|
|
3130
|
-
return
|
|
3146
|
+
var r = e + Math.floor(n / 2), o = At(i, e, r), u = i.head;
|
|
3147
|
+
return u.left = o, i.head = i.head.next, u.right = At(i, r + 1, t), u;
|
|
3131
3148
|
}
|
|
3132
3149
|
return null;
|
|
3133
3150
|
}
|
|
3134
|
-
function
|
|
3135
|
-
for (var n = new
|
|
3136
|
-
t(o.key,
|
|
3137
|
-
return o !== null ? r.next = o :
|
|
3151
|
+
function Ar(i, e, t) {
|
|
3152
|
+
for (var n = new xe(null, null), r = n, o = i, u = e; o !== null && u !== null; )
|
|
3153
|
+
t(o.key, u.key) < 0 ? (r.next = o, o = o.next) : (r.next = u, u = u.next), r = r.next;
|
|
3154
|
+
return o !== null ? r.next = o : u !== null && (r.next = u), n.next;
|
|
3138
3155
|
}
|
|
3139
|
-
function
|
|
3156
|
+
function zt(i, e, t, n, r) {
|
|
3140
3157
|
if (!(t >= n)) {
|
|
3141
|
-
for (var o = i[t + n >> 1],
|
|
3158
|
+
for (var o = i[t + n >> 1], u = t - 1, s = n + 1; ; ) {
|
|
3142
3159
|
do
|
|
3143
|
-
|
|
3144
|
-
while (r(i[
|
|
3160
|
+
u++;
|
|
3161
|
+
while (r(i[u], o) < 0);
|
|
3145
3162
|
do
|
|
3146
3163
|
s--;
|
|
3147
3164
|
while (r(i[s], o) > 0);
|
|
3148
|
-
if (
|
|
3165
|
+
if (u >= s)
|
|
3149
3166
|
break;
|
|
3150
|
-
var c = i[
|
|
3151
|
-
i[
|
|
3167
|
+
var c = i[u];
|
|
3168
|
+
i[u] = i[s], i[s] = c, c = e[u], e[u] = e[s], e[s] = c;
|
|
3152
3169
|
}
|
|
3153
|
-
|
|
3170
|
+
zt(i, e, t, s, r), zt(i, e, s + 1, n, r);
|
|
3154
3171
|
}
|
|
3155
3172
|
}
|
|
3156
|
-
const he = 11102230246251565e-32, Y = 134217729,
|
|
3157
|
-
function
|
|
3158
|
-
let o,
|
|
3159
|
-
|
|
3160
|
-
let
|
|
3173
|
+
const he = 11102230246251565e-32, Y = 134217729, zr = (3 + 8 * he) * he;
|
|
3174
|
+
function Nt(i, e, t, n, r) {
|
|
3175
|
+
let o, u, s, c, l = e[0], d = n[0], a = 0, f = 0;
|
|
3176
|
+
d > l == d > -l ? (o = l, l = e[++a]) : (o = d, d = n[++f]);
|
|
3177
|
+
let h = 0;
|
|
3161
3178
|
if (a < i && f < t)
|
|
3162
|
-
for (
|
|
3163
|
-
|
|
3179
|
+
for (d > l == d > -l ? (u = l + o, s = o - (u - l), l = e[++a]) : (u = d + o, s = o - (u - d), d = n[++f]), o = u, s !== 0 && (r[h++] = s); a < i && f < t; )
|
|
3180
|
+
d > l == d > -l ? (u = o + l, c = u - o, s = o - (u - c) + (l - c), l = e[++a]) : (u = o + d, c = u - o, s = o - (u - c) + (d - c), d = n[++f]), o = u, s !== 0 && (r[h++] = s);
|
|
3164
3181
|
for (; a < i; )
|
|
3165
|
-
|
|
3182
|
+
u = o + l, c = u - o, s = o - (u - c) + (l - c), l = e[++a], o = u, s !== 0 && (r[h++] = s);
|
|
3166
3183
|
for (; f < t; )
|
|
3167
|
-
|
|
3168
|
-
return (o !== 0 ||
|
|
3184
|
+
u = o + d, c = u - o, s = o - (u - c) + (d - c), d = n[++f], o = u, s !== 0 && (r[h++] = s);
|
|
3185
|
+
return (o !== 0 || h === 0) && (r[h++] = o), h;
|
|
3169
3186
|
}
|
|
3170
|
-
function
|
|
3187
|
+
function Br(i, e) {
|
|
3171
3188
|
let t = e[0];
|
|
3172
3189
|
for (let n = 1; n < i; n++) t += e[n];
|
|
3173
3190
|
return t;
|
|
3174
3191
|
}
|
|
3175
|
-
function
|
|
3192
|
+
function Je(i) {
|
|
3176
3193
|
return new Float64Array(i);
|
|
3177
3194
|
}
|
|
3178
|
-
const
|
|
3179
|
-
function
|
|
3180
|
-
let s, c,
|
|
3181
|
-
const k = i - r, I = t - r,
|
|
3182
|
-
_ = k *
|
|
3183
|
-
let O =
|
|
3184
|
-
if (O >= M || -O >= M || (a = i - k, s = i - (k + a) + (a - r), a = t - I,
|
|
3185
|
-
_ = s *
|
|
3186
|
-
const
|
|
3187
|
-
_ = k *
|
|
3188
|
-
const $ =
|
|
3189
|
-
_ = s *
|
|
3190
|
-
const
|
|
3191
|
-
return
|
|
3192
|
-
}
|
|
3193
|
-
function
|
|
3194
|
-
const
|
|
3195
|
-
return Math.abs(c) >=
|
|
3196
|
-
}
|
|
3197
|
-
const
|
|
3195
|
+
const Dr = (3 + 16 * he) * he, Fr = (2 + 12 * he) * he, Ur = (9 + 64 * he) * he * he, ze = Je(4), gi = Je(8), yi = Je(12), pi = Je(16), K = Je(4);
|
|
3196
|
+
function Gr(i, e, t, n, r, o, u) {
|
|
3197
|
+
let s, c, l, d, a, f, h, g, y, v, b, E, L, _, C, x, S, w;
|
|
3198
|
+
const k = i - r, I = t - r, B = e - o, U = n - o;
|
|
3199
|
+
_ = k * U, f = Y * k, h = f - (f - k), g = k - h, f = Y * U, y = f - (f - U), v = U - y, C = g * v - (_ - h * y - g * y - h * v), x = B * I, f = Y * B, h = f - (f - B), g = B - h, f = Y * I, y = f - (f - I), v = I - y, S = g * v - (x - h * y - g * y - h * v), b = C - S, a = C - b, ze[0] = C - (b + a) + (a - S), E = _ + b, a = E - _, L = _ - (E - a) + (b - a), b = L - x, a = L - b, ze[1] = L - (b + a) + (a - x), w = E + b, a = w - E, ze[2] = E - (w - a) + (b - a), ze[3] = w;
|
|
3200
|
+
let O = Br(4, ze), M = Fr * u;
|
|
3201
|
+
if (O >= M || -O >= M || (a = i - k, s = i - (k + a) + (a - r), a = t - I, l = t - (I + a) + (a - r), a = e - B, c = e - (B + a) + (a - o), a = n - U, d = n - (U + a) + (a - o), s === 0 && c === 0 && l === 0 && d === 0) || (M = Ur * u + zr * Math.abs(O), O += k * d + U * s - (B * l + I * c), O >= M || -O >= M)) return O;
|
|
3202
|
+
_ = s * U, f = Y * s, h = f - (f - s), g = s - h, f = Y * U, y = f - (f - U), v = U - y, C = g * v - (_ - h * y - g * y - h * v), x = c * I, f = Y * c, h = f - (f - c), g = c - h, f = Y * I, y = f - (f - I), v = I - y, S = g * v - (x - h * y - g * y - h * v), b = C - S, a = C - b, K[0] = C - (b + a) + (a - S), E = _ + b, a = E - _, L = _ - (E - a) + (b - a), b = L - x, a = L - b, K[1] = L - (b + a) + (a - x), w = E + b, a = w - E, K[2] = E - (w - a) + (b - a), K[3] = w;
|
|
3203
|
+
const G = Nt(4, ze, 4, K, gi);
|
|
3204
|
+
_ = k * d, f = Y * k, h = f - (f - k), g = k - h, f = Y * d, y = f - (f - d), v = d - y, C = g * v - (_ - h * y - g * y - h * v), x = B * l, f = Y * B, h = f - (f - B), g = B - h, f = Y * l, y = f - (f - l), v = l - y, S = g * v - (x - h * y - g * y - h * v), b = C - S, a = C - b, K[0] = C - (b + a) + (a - S), E = _ + b, a = E - _, L = _ - (E - a) + (b - a), b = L - x, a = L - b, K[1] = L - (b + a) + (a - x), w = E + b, a = w - E, K[2] = E - (w - a) + (b - a), K[3] = w;
|
|
3205
|
+
const $ = Nt(G, gi, 4, K, yi);
|
|
3206
|
+
_ = s * d, f = Y * s, h = f - (f - s), g = s - h, f = Y * d, y = f - (f - d), v = d - y, C = g * v - (_ - h * y - g * y - h * v), x = c * l, f = Y * c, h = f - (f - c), g = c - h, f = Y * l, y = f - (f - l), v = l - y, S = g * v - (x - h * y - g * y - h * v), b = C - S, a = C - b, K[0] = C - (b + a) + (a - S), E = _ + b, a = E - _, L = _ - (E - a) + (b - a), b = L - x, a = L - b, K[1] = L - (b + a) + (a - x), w = E + b, a = w - E, K[2] = E - (w - a) + (b - a), K[3] = w;
|
|
3207
|
+
const pe = Nt($, yi, 4, K, pi);
|
|
3208
|
+
return pi[pe - 1];
|
|
3209
|
+
}
|
|
3210
|
+
function jr(i, e, t, n, r, o) {
|
|
3211
|
+
const u = (e - o) * (t - r), s = (i - r) * (n - o), c = u - s, l = Math.abs(u + s);
|
|
3212
|
+
return Math.abs(c) >= Dr * l ? c : -Gr(i, e, t, n, r, o, l);
|
|
3213
|
+
}
|
|
3214
|
+
const Ze = (i, e) => i.ll.x <= e.x && e.x <= i.ur.x && i.ll.y <= e.y && e.y <= i.ur.y, Bt = (i, e) => {
|
|
3198
3215
|
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;
|
|
3199
3216
|
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;
|
|
3200
3217
|
return {
|
|
@@ -3208,20 +3225,20 @@ const Fe = (i, e) => i.ll.x <= e.x && e.x <= i.ur.x && i.ll.y <= e.y && e.y <= i
|
|
|
3208
3225
|
}
|
|
3209
3226
|
};
|
|
3210
3227
|
};
|
|
3211
|
-
let
|
|
3212
|
-
|
|
3213
|
-
const
|
|
3214
|
-
if (-
|
|
3228
|
+
let _e = Number.EPSILON;
|
|
3229
|
+
_e === void 0 && (_e = Math.pow(2, -52));
|
|
3230
|
+
const Zr = _e * _e, bi = (i, e) => {
|
|
3231
|
+
if (-_e < i && i < _e && -_e < e && e < _e)
|
|
3215
3232
|
return 0;
|
|
3216
3233
|
const t = i - e;
|
|
3217
|
-
return t * t <
|
|
3234
|
+
return t * t < Zr * i * e ? 0 : i < e ? -1 : 1;
|
|
3218
3235
|
};
|
|
3219
|
-
class
|
|
3236
|
+
class qr {
|
|
3220
3237
|
constructor() {
|
|
3221
3238
|
this.reset();
|
|
3222
3239
|
}
|
|
3223
3240
|
reset() {
|
|
3224
|
-
this.xRounder = new
|
|
3241
|
+
this.xRounder = new vi(), this.yRounder = new vi();
|
|
3225
3242
|
}
|
|
3226
3243
|
round(e, t) {
|
|
3227
3244
|
return {
|
|
@@ -3230,9 +3247,9 @@ class Ur {
|
|
|
3230
3247
|
};
|
|
3231
3248
|
}
|
|
3232
3249
|
}
|
|
3233
|
-
class
|
|
3250
|
+
class vi {
|
|
3234
3251
|
constructor() {
|
|
3235
|
-
this.tree = new
|
|
3252
|
+
this.tree = new jt(), this.round(0);
|
|
3236
3253
|
}
|
|
3237
3254
|
// Note: this can rounds input values backwards or forwards.
|
|
3238
3255
|
// You might ask, why not restrict this to just rounding
|
|
@@ -3243,16 +3260,16 @@ class yi {
|
|
|
3243
3260
|
// angle for t-intersections).
|
|
3244
3261
|
round(e) {
|
|
3245
3262
|
const t = this.tree.add(e), n = this.tree.prev(t);
|
|
3246
|
-
if (n !== null &&
|
|
3263
|
+
if (n !== null && bi(t.key, n.key) === 0)
|
|
3247
3264
|
return this.tree.remove(e), n.key;
|
|
3248
3265
|
const r = this.tree.next(t);
|
|
3249
|
-
return r !== null &&
|
|
3266
|
+
return r !== null && bi(t.key, r.key) === 0 ? (this.tree.remove(e), r.key) : e;
|
|
3250
3267
|
}
|
|
3251
3268
|
}
|
|
3252
|
-
const
|
|
3253
|
-
const n =
|
|
3269
|
+
const Ke = new qr(), ft = (i, e) => i.x * e.y - i.y * e.x, ji = (i, e) => i.x * e.x + i.y * e.y, wi = (i, e, t) => {
|
|
3270
|
+
const n = jr(i.x, i.y, e.x, e.y, t.x, t.y);
|
|
3254
3271
|
return n > 0 ? -1 : n < 0 ? 1 : 0;
|
|
3255
|
-
},
|
|
3272
|
+
}, dt = (i) => Math.sqrt(ji(i, i)), Qr = (i, e, t) => {
|
|
3256
3273
|
const n = {
|
|
3257
3274
|
x: e.x - i.x,
|
|
3258
3275
|
y: e.y - i.y
|
|
@@ -3260,8 +3277,8 @@ const Ve = new Ur(), lt = (i, e) => i.x * e.y - i.y * e.x, Ui = (i, e) => i.x *
|
|
|
3260
3277
|
x: t.x - i.x,
|
|
3261
3278
|
y: t.y - i.y
|
|
3262
3279
|
};
|
|
3263
|
-
return
|
|
3264
|
-
},
|
|
3280
|
+
return ft(r, n) / dt(r) / dt(n);
|
|
3281
|
+
}, Hr = (i, e, t) => {
|
|
3265
3282
|
const n = {
|
|
3266
3283
|
x: e.x - i.x,
|
|
3267
3284
|
y: e.y - i.y
|
|
@@ -3269,34 +3286,34 @@ const Ve = new Ur(), lt = (i, e) => i.x * e.y - i.y * e.x, Ui = (i, e) => i.x *
|
|
|
3269
3286
|
x: t.x - i.x,
|
|
3270
3287
|
y: t.y - i.y
|
|
3271
3288
|
};
|
|
3272
|
-
return
|
|
3273
|
-
},
|
|
3289
|
+
return ji(r, n) / dt(r) / dt(n);
|
|
3290
|
+
}, _i = (i, e, t) => e.y === 0 ? null : {
|
|
3274
3291
|
x: i.x + e.x / e.y * (t - i.y),
|
|
3275
3292
|
y: t
|
|
3276
|
-
},
|
|
3293
|
+
}, Ei = (i, e, t) => e.x === 0 ? null : {
|
|
3277
3294
|
x: t,
|
|
3278
3295
|
y: i.y + e.y / e.x * (t - i.x)
|
|
3279
|
-
},
|
|
3280
|
-
if (e.x === 0) return
|
|
3281
|
-
if (n.x === 0) return
|
|
3282
|
-
if (e.y === 0) return
|
|
3283
|
-
if (n.y === 0) return
|
|
3284
|
-
const r =
|
|
3296
|
+
}, Vr = (i, e, t, n) => {
|
|
3297
|
+
if (e.x === 0) return Ei(t, n, i.x);
|
|
3298
|
+
if (n.x === 0) return Ei(i, e, t.x);
|
|
3299
|
+
if (e.y === 0) return _i(t, n, i.y);
|
|
3300
|
+
if (n.y === 0) return _i(i, e, t.y);
|
|
3301
|
+
const r = ft(e, n);
|
|
3285
3302
|
if (r == 0) return null;
|
|
3286
3303
|
const o = {
|
|
3287
3304
|
x: t.x - i.x,
|
|
3288
3305
|
y: t.y - i.y
|
|
3289
|
-
},
|
|
3306
|
+
}, u = ft(o, e) / r, s = ft(o, n) / r, c = i.x + s * e.x, l = t.x + u * n.x, d = i.y + s * e.y, a = t.y + u * n.y, f = (c + l) / 2, h = (d + a) / 2;
|
|
3290
3307
|
return {
|
|
3291
3308
|
x: f,
|
|
3292
|
-
y:
|
|
3309
|
+
y: h
|
|
3293
3310
|
};
|
|
3294
3311
|
};
|
|
3295
|
-
class
|
|
3312
|
+
class oe {
|
|
3296
3313
|
// for ordering sweep events in the sweep event queue
|
|
3297
3314
|
static compare(e, t) {
|
|
3298
|
-
const n =
|
|
3299
|
-
return n !== 0 ? n : (e.point !== t.point && e.link(t), e.isLeft !== t.isLeft ? e.isLeft ? 1 : -1 :
|
|
3315
|
+
const n = oe.comparePoints(e.point, t.point);
|
|
3316
|
+
return n !== 0 ? n : (e.point !== t.point && e.link(t), e.isLeft !== t.isLeft ? e.isLeft ? 1 : -1 : Ee.compare(e.segment, t.segment));
|
|
3300
3317
|
}
|
|
3301
3318
|
// for ordering points in sweep line order
|
|
3302
3319
|
static comparePoints(e, t) {
|
|
@@ -3351,25 +3368,25 @@ class ne {
|
|
|
3351
3368
|
const t = /* @__PURE__ */ new Map(), n = (r) => {
|
|
3352
3369
|
const o = r.otherSE;
|
|
3353
3370
|
t.set(r, {
|
|
3354
|
-
sine:
|
|
3355
|
-
cosine:
|
|
3371
|
+
sine: Qr(this.point, e.point, o.point),
|
|
3372
|
+
cosine: Hr(this.point, e.point, o.point)
|
|
3356
3373
|
});
|
|
3357
3374
|
};
|
|
3358
3375
|
return (r, o) => {
|
|
3359
3376
|
t.has(r) || n(r), t.has(o) || n(o);
|
|
3360
3377
|
const {
|
|
3361
|
-
sine:
|
|
3378
|
+
sine: u,
|
|
3362
3379
|
cosine: s
|
|
3363
3380
|
} = t.get(r), {
|
|
3364
3381
|
sine: c,
|
|
3365
|
-
cosine:
|
|
3382
|
+
cosine: l
|
|
3366
3383
|
} = t.get(o);
|
|
3367
|
-
return
|
|
3384
|
+
return u >= 0 && c >= 0 ? s < l ? 1 : s > l ? -1 : 0 : u < 0 && c < 0 ? s < l ? -1 : s > l ? 1 : 0 : c < u ? -1 : c > u ? 1 : 0;
|
|
3368
3385
|
};
|
|
3369
3386
|
}
|
|
3370
3387
|
}
|
|
3371
|
-
let
|
|
3372
|
-
class
|
|
3388
|
+
let Yr = 0;
|
|
3389
|
+
class Ee {
|
|
3373
3390
|
/* This compare() function is for ordering segments in the sweep
|
|
3374
3391
|
* line tree, and does so according to the following criteria:
|
|
3375
3392
|
*
|
|
@@ -3384,13 +3401,13 @@ class we {
|
|
|
3384
3401
|
* is directly on the right-more of the two left inputs.
|
|
3385
3402
|
*/
|
|
3386
3403
|
static compare(e, t) {
|
|
3387
|
-
const n = e.leftSE.point.x, r = t.leftSE.point.x, o = e.rightSE.point.x,
|
|
3388
|
-
if (
|
|
3404
|
+
const n = e.leftSE.point.x, r = t.leftSE.point.x, o = e.rightSE.point.x, u = t.rightSE.point.x;
|
|
3405
|
+
if (u < n) return 1;
|
|
3389
3406
|
if (o < r) return -1;
|
|
3390
|
-
const s = e.leftSE.point.y, c = t.leftSE.point.y,
|
|
3407
|
+
const s = e.leftSE.point.y, c = t.leftSE.point.y, l = e.rightSE.point.y, d = t.rightSE.point.y;
|
|
3391
3408
|
if (n < r) {
|
|
3392
|
-
if (c < s && c <
|
|
3393
|
-
if (c > s && c >
|
|
3409
|
+
if (c < s && c < l) return 1;
|
|
3410
|
+
if (c > s && c > l) return -1;
|
|
3394
3411
|
const a = e.comparePoint(t.leftSE.point);
|
|
3395
3412
|
if (a < 0) return 1;
|
|
3396
3413
|
if (a > 0) return -1;
|
|
@@ -3398,8 +3415,8 @@ class we {
|
|
|
3398
3415
|
return f !== 0 ? f : -1;
|
|
3399
3416
|
}
|
|
3400
3417
|
if (n > r) {
|
|
3401
|
-
if (s < c && s <
|
|
3402
|
-
if (s > c && s >
|
|
3418
|
+
if (s < c && s < d) return -1;
|
|
3419
|
+
if (s > c && s > d) return 1;
|
|
3403
3420
|
const a = t.comparePoint(e.leftSE.point);
|
|
3404
3421
|
if (a !== 0) return a;
|
|
3405
3422
|
const f = e.comparePoint(t.rightSE.point);
|
|
@@ -3407,37 +3424,37 @@ class we {
|
|
|
3407
3424
|
}
|
|
3408
3425
|
if (s < c) return -1;
|
|
3409
3426
|
if (s > c) return 1;
|
|
3410
|
-
if (o <
|
|
3427
|
+
if (o < u) {
|
|
3411
3428
|
const a = t.comparePoint(e.rightSE.point);
|
|
3412
3429
|
if (a !== 0) return a;
|
|
3413
3430
|
}
|
|
3414
|
-
if (o >
|
|
3431
|
+
if (o > u) {
|
|
3415
3432
|
const a = e.comparePoint(t.rightSE.point);
|
|
3416
3433
|
if (a < 0) return 1;
|
|
3417
3434
|
if (a > 0) return -1;
|
|
3418
3435
|
}
|
|
3419
|
-
if (o !==
|
|
3420
|
-
const a =
|
|
3421
|
-
if (a > f &&
|
|
3422
|
-
if (a < f &&
|
|
3436
|
+
if (o !== u) {
|
|
3437
|
+
const a = l - s, f = o - n, h = d - c, g = u - r;
|
|
3438
|
+
if (a > f && h < g) return 1;
|
|
3439
|
+
if (a < f && h > g) return -1;
|
|
3423
3440
|
}
|
|
3424
|
-
return o >
|
|
3441
|
+
return o > u ? 1 : o < u || l < d ? -1 : l > d ? 1 : e.id < t.id ? -1 : e.id > t.id ? 1 : 0;
|
|
3425
3442
|
}
|
|
3426
3443
|
/* Warning: a reference to ringWindings input will be stored,
|
|
3427
3444
|
* and possibly will be later modified */
|
|
3428
3445
|
constructor(e, t, n, r) {
|
|
3429
|
-
this.id = ++
|
|
3446
|
+
this.id = ++Yr, this.leftSE = e, e.segment = this, e.otherSE = t, this.rightSE = t, t.segment = this, t.otherSE = e, this.rings = n, this.windings = r;
|
|
3430
3447
|
}
|
|
3431
3448
|
static fromRing(e, t, n) {
|
|
3432
|
-
let r, o,
|
|
3433
|
-
const s =
|
|
3449
|
+
let r, o, u;
|
|
3450
|
+
const s = oe.comparePoints(e, t);
|
|
3434
3451
|
if (s < 0)
|
|
3435
|
-
r = e, o = t,
|
|
3452
|
+
r = e, o = t, u = 1;
|
|
3436
3453
|
else if (s > 0)
|
|
3437
|
-
r = t, o = e,
|
|
3454
|
+
r = t, o = e, u = -1;
|
|
3438
3455
|
else throw new Error(`Tried to create degenerate segment at [${e.x}, ${e.y}]`);
|
|
3439
|
-
const c = new
|
|
3440
|
-
return new
|
|
3456
|
+
const c = new oe(r, !0), l = new oe(o, !1);
|
|
3457
|
+
return new Ee(c, l, [n], [u]);
|
|
3441
3458
|
}
|
|
3442
3459
|
/* When a segment is split, the rightSE is replaced with a new sweep event */
|
|
3443
3460
|
replaceRightSE(e) {
|
|
@@ -3484,8 +3501,8 @@ class we {
|
|
|
3484
3501
|
const t = this.leftSE.point, n = this.rightSE.point, r = this.vector();
|
|
3485
3502
|
if (t.x === n.x)
|
|
3486
3503
|
return e.x === t.x ? 0 : e.x < t.x ? 1 : -1;
|
|
3487
|
-
const o = (e.y - t.y) / r.y,
|
|
3488
|
-
if (e.x ===
|
|
3504
|
+
const o = (e.y - t.y) / r.y, u = t.x + o * r.x;
|
|
3505
|
+
if (e.x === u) return 0;
|
|
3489
3506
|
const s = (e.x - t.x) / r.x, c = t.y + s * r.y;
|
|
3490
3507
|
return e.y === c ? 0 : e.y < c ? -1 : 1;
|
|
3491
3508
|
}
|
|
@@ -3505,20 +3522,20 @@ class we {
|
|
|
3505
3522
|
* Else, return null.
|
|
3506
3523
|
*/
|
|
3507
3524
|
getIntersection(e) {
|
|
3508
|
-
const t = this.bbox(), n = e.bbox(), r =
|
|
3525
|
+
const t = this.bbox(), n = e.bbox(), r = Bt(t, n);
|
|
3509
3526
|
if (r === null) return null;
|
|
3510
|
-
const o = this.leftSE.point,
|
|
3511
|
-
if (
|
|
3512
|
-
return f && !a ?
|
|
3513
|
-
if (
|
|
3527
|
+
const o = this.leftSE.point, u = this.rightSE.point, s = e.leftSE.point, c = e.rightSE.point, l = Ze(t, s) && this.comparePoint(s) === 0, d = Ze(n, o) && e.comparePoint(o) === 0, a = Ze(t, c) && this.comparePoint(c) === 0, f = Ze(n, u) && e.comparePoint(u) === 0;
|
|
3528
|
+
if (d && l)
|
|
3529
|
+
return f && !a ? u : !f && a ? c : null;
|
|
3530
|
+
if (d)
|
|
3514
3531
|
return a && o.x === c.x && o.y === c.y ? null : o;
|
|
3515
|
-
if (
|
|
3516
|
-
return f &&
|
|
3532
|
+
if (l)
|
|
3533
|
+
return f && u.x === s.x && u.y === s.y ? null : s;
|
|
3517
3534
|
if (f && a) return null;
|
|
3518
|
-
if (f) return
|
|
3535
|
+
if (f) return u;
|
|
3519
3536
|
if (a) return c;
|
|
3520
|
-
const
|
|
3521
|
-
return
|
|
3537
|
+
const h = Vr(o, this.vector(), s, e.vector());
|
|
3538
|
+
return h === null || !Ze(r, h) ? null : Ke.round(h.x, h.y);
|
|
3522
3539
|
}
|
|
3523
3540
|
/**
|
|
3524
3541
|
* Split the given segment into multiple segments on the given points.
|
|
@@ -3533,10 +3550,10 @@ class we {
|
|
|
3533
3550
|
* Warning: input array of points is modified
|
|
3534
3551
|
*/
|
|
3535
3552
|
split(e) {
|
|
3536
|
-
const t = [], n = e.events !== void 0, r = new
|
|
3553
|
+
const t = [], n = e.events !== void 0, r = new oe(e, !0), o = new oe(e, !1), u = this.rightSE;
|
|
3537
3554
|
this.replaceRightSE(o), t.push(o), t.push(r);
|
|
3538
|
-
const s = new
|
|
3539
|
-
return
|
|
3555
|
+
const s = new Ee(r, u, this.rings.slice(), this.windings.slice());
|
|
3556
|
+
return oe.comparePoints(s.leftSE.point, s.rightSE.point) > 0 && s.swapEvents(), oe.comparePoints(this.leftSE.point, this.rightSE.point) > 0 && this.swapEvents(), n && (r.checkForConsuming(), o.checkForConsuming()), t;
|
|
3540
3557
|
}
|
|
3541
3558
|
/* Swap which event is left and right */
|
|
3542
3559
|
swapEvents() {
|
|
@@ -3551,7 +3568,7 @@ class we {
|
|
|
3551
3568
|
let t = this, n = e;
|
|
3552
3569
|
for (; t.consumedBy; ) t = t.consumedBy;
|
|
3553
3570
|
for (; n.consumedBy; ) n = n.consumedBy;
|
|
3554
|
-
const r =
|
|
3571
|
+
const r = Ee.compare(t, n);
|
|
3555
3572
|
if (r !== 0) {
|
|
3556
3573
|
if (r > 0) {
|
|
3557
3574
|
const o = t;
|
|
@@ -3561,9 +3578,9 @@ class we {
|
|
|
3561
3578
|
const o = t;
|
|
3562
3579
|
t = n, n = o;
|
|
3563
3580
|
}
|
|
3564
|
-
for (let o = 0,
|
|
3565
|
-
const s = n.rings[o], c = n.windings[o],
|
|
3566
|
-
|
|
3581
|
+
for (let o = 0, u = n.rings.length; o < u; o++) {
|
|
3582
|
+
const s = n.rings[o], c = n.windings[o], l = t.rings.indexOf(s);
|
|
3583
|
+
l === -1 ? (t.rings.push(s), t.windings.push(c)) : t.windings[l] += c;
|
|
3567
3584
|
}
|
|
3568
3585
|
n.rings = null, n.windings = null, n.consumedBy = t, n.leftSE.consumedBy = t.leftSE, n.rightSE.consumedBy = t.rightSE;
|
|
3569
3586
|
}
|
|
@@ -3595,24 +3612,24 @@ class we {
|
|
|
3595
3612
|
};
|
|
3596
3613
|
const t = this._afterState.rings, n = this._afterState.windings, r = this._afterState.multiPolys;
|
|
3597
3614
|
for (let s = 0, c = this.rings.length; s < c; s++) {
|
|
3598
|
-
const
|
|
3599
|
-
a === -1 ? (t.push(
|
|
3615
|
+
const l = this.rings[s], d = this.windings[s], a = t.indexOf(l);
|
|
3616
|
+
a === -1 ? (t.push(l), n.push(d)) : n[a] += d;
|
|
3600
3617
|
}
|
|
3601
|
-
const o = [],
|
|
3618
|
+
const o = [], u = [];
|
|
3602
3619
|
for (let s = 0, c = t.length; s < c; s++) {
|
|
3603
3620
|
if (n[s] === 0) continue;
|
|
3604
|
-
const
|
|
3605
|
-
if (
|
|
3606
|
-
if (
|
|
3621
|
+
const l = t[s], d = l.poly;
|
|
3622
|
+
if (u.indexOf(d) === -1)
|
|
3623
|
+
if (l.isExterior) o.push(d);
|
|
3607
3624
|
else {
|
|
3608
|
-
|
|
3609
|
-
const a = o.indexOf(
|
|
3625
|
+
u.indexOf(d) === -1 && u.push(d);
|
|
3626
|
+
const a = o.indexOf(l.poly);
|
|
3610
3627
|
a !== -1 && o.splice(a, 1);
|
|
3611
3628
|
}
|
|
3612
3629
|
}
|
|
3613
3630
|
for (let s = 0, c = o.length; s < c; s++) {
|
|
3614
|
-
const
|
|
3615
|
-
r.indexOf(
|
|
3631
|
+
const l = o[s].multiPoly;
|
|
3632
|
+
r.indexOf(l) === -1 && r.push(l);
|
|
3616
3633
|
}
|
|
3617
3634
|
return this._afterState;
|
|
3618
3635
|
}
|
|
@@ -3621,7 +3638,7 @@ class we {
|
|
|
3621
3638
|
if (this.consumedBy) return !1;
|
|
3622
3639
|
if (this._isInResult !== void 0) return this._isInResult;
|
|
3623
3640
|
const e = this.beforeState().multiPolys, t = this.afterState().multiPolys;
|
|
3624
|
-
switch (
|
|
3641
|
+
switch (ae.type) {
|
|
3625
3642
|
case "union": {
|
|
3626
3643
|
const n = e.length === 0, r = t.length === 0;
|
|
3627
3644
|
this._isInResult = n !== r;
|
|
@@ -3629,7 +3646,7 @@ class we {
|
|
|
3629
3646
|
}
|
|
3630
3647
|
case "intersection": {
|
|
3631
3648
|
let n, r;
|
|
3632
|
-
e.length < t.length ? (n = e.length, r = t.length) : (n = t.length, r = e.length), this._isInResult = r ===
|
|
3649
|
+
e.length < t.length ? (n = e.length, r = t.length) : (n = t.length, r = e.length), this._isInResult = r === ae.numMultiPolys && n < r;
|
|
3633
3650
|
break;
|
|
3634
3651
|
}
|
|
3635
3652
|
case "xor": {
|
|
@@ -3643,18 +3660,18 @@ class we {
|
|
|
3643
3660
|
break;
|
|
3644
3661
|
}
|
|
3645
3662
|
default:
|
|
3646
|
-
throw new Error(`Unrecognized operation type found ${
|
|
3663
|
+
throw new Error(`Unrecognized operation type found ${ae.type}`);
|
|
3647
3664
|
}
|
|
3648
3665
|
return this._isInResult;
|
|
3649
3666
|
}
|
|
3650
3667
|
}
|
|
3651
|
-
class
|
|
3668
|
+
class Li {
|
|
3652
3669
|
constructor(e, t, n) {
|
|
3653
3670
|
if (!Array.isArray(e) || e.length === 0)
|
|
3654
3671
|
throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
|
|
3655
3672
|
if (this.poly = t, this.isExterior = n, this.segments = [], typeof e[0][0] != "number" || typeof e[0][1] != "number")
|
|
3656
3673
|
throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
|
|
3657
|
-
const r =
|
|
3674
|
+
const r = Ke.round(e[0][0], e[0][1]);
|
|
3658
3675
|
this.bbox = {
|
|
3659
3676
|
ll: {
|
|
3660
3677
|
x: r.x,
|
|
@@ -3666,13 +3683,13 @@ class wi {
|
|
|
3666
3683
|
}
|
|
3667
3684
|
};
|
|
3668
3685
|
let o = r;
|
|
3669
|
-
for (let
|
|
3670
|
-
if (typeof e[
|
|
3686
|
+
for (let u = 1, s = e.length; u < s; u++) {
|
|
3687
|
+
if (typeof e[u][0] != "number" || typeof e[u][1] != "number")
|
|
3671
3688
|
throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
|
|
3672
|
-
let c =
|
|
3673
|
-
c.x === o.x && c.y === o.y || (this.segments.push(
|
|
3689
|
+
let c = Ke.round(e[u][0], e[u][1]);
|
|
3690
|
+
c.x === o.x && c.y === o.y || (this.segments.push(Ee.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);
|
|
3674
3691
|
}
|
|
3675
|
-
(r.x !== o.x || r.y !== o.y) && this.segments.push(
|
|
3692
|
+
(r.x !== o.x || r.y !== o.y) && this.segments.push(Ee.fromRing(o, r, this));
|
|
3676
3693
|
}
|
|
3677
3694
|
getSweepEvents() {
|
|
3678
3695
|
const e = [];
|
|
@@ -3683,11 +3700,11 @@ class wi {
|
|
|
3683
3700
|
return e;
|
|
3684
3701
|
}
|
|
3685
3702
|
}
|
|
3686
|
-
class
|
|
3703
|
+
class Xr {
|
|
3687
3704
|
constructor(e, t) {
|
|
3688
3705
|
if (!Array.isArray(e))
|
|
3689
3706
|
throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
|
|
3690
|
-
this.exteriorRing = new
|
|
3707
|
+
this.exteriorRing = new Li(e[0], this, !0), this.bbox = {
|
|
3691
3708
|
ll: {
|
|
3692
3709
|
x: this.exteriorRing.bbox.ll.x,
|
|
3693
3710
|
y: this.exteriorRing.bbox.ll.y
|
|
@@ -3698,7 +3715,7 @@ class Zr {
|
|
|
3698
3715
|
}
|
|
3699
3716
|
}, this.interiorRings = [];
|
|
3700
3717
|
for (let n = 1, r = e.length; n < r; n++) {
|
|
3701
|
-
const o = new
|
|
3718
|
+
const o = new Li(e[n], this, !1);
|
|
3702
3719
|
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);
|
|
3703
3720
|
}
|
|
3704
3721
|
this.multiPoly = t;
|
|
@@ -3707,13 +3724,13 @@ class Zr {
|
|
|
3707
3724
|
const e = this.exteriorRing.getSweepEvents();
|
|
3708
3725
|
for (let t = 0, n = this.interiorRings.length; t < n; t++) {
|
|
3709
3726
|
const r = this.interiorRings[t].getSweepEvents();
|
|
3710
|
-
for (let o = 0,
|
|
3727
|
+
for (let o = 0, u = r.length; o < u; o++)
|
|
3711
3728
|
e.push(r[o]);
|
|
3712
3729
|
}
|
|
3713
3730
|
return e;
|
|
3714
3731
|
}
|
|
3715
3732
|
}
|
|
3716
|
-
class
|
|
3733
|
+
class Si {
|
|
3717
3734
|
constructor(e, t) {
|
|
3718
3735
|
if (!Array.isArray(e))
|
|
3719
3736
|
throw new Error("Input geometry is not a valid Polygon or MultiPolygon");
|
|
@@ -3732,7 +3749,7 @@ class _i {
|
|
|
3732
3749
|
}
|
|
3733
3750
|
};
|
|
3734
3751
|
for (let n = 0, r = e.length; n < r; n++) {
|
|
3735
|
-
const o = new
|
|
3752
|
+
const o = new Xr(e[n], this);
|
|
3736
3753
|
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);
|
|
3737
3754
|
}
|
|
3738
3755
|
this.isSubject = t;
|
|
@@ -3741,13 +3758,13 @@ class _i {
|
|
|
3741
3758
|
const e = [];
|
|
3742
3759
|
for (let t = 0, n = this.polys.length; t < n; t++) {
|
|
3743
3760
|
const r = this.polys[t].getSweepEvents();
|
|
3744
|
-
for (let o = 0,
|
|
3761
|
+
for (let o = 0, u = r.length; o < u; o++)
|
|
3745
3762
|
e.push(r[o]);
|
|
3746
3763
|
}
|
|
3747
3764
|
return e;
|
|
3748
3765
|
}
|
|
3749
3766
|
}
|
|
3750
|
-
class
|
|
3767
|
+
class ht {
|
|
3751
3768
|
/* Given the segments from the sweep line pass, compute & return a series
|
|
3752
3769
|
* of closed rings from all the segments marked to be part of the result */
|
|
3753
3770
|
static factory(e) {
|
|
@@ -3755,39 +3772,39 @@ class at {
|
|
|
3755
3772
|
for (let n = 0, r = e.length; n < r; n++) {
|
|
3756
3773
|
const o = e[n];
|
|
3757
3774
|
if (!o.isInResult() || o.ringOut) continue;
|
|
3758
|
-
let
|
|
3759
|
-
const
|
|
3760
|
-
for (;
|
|
3775
|
+
let u = null, s = o.leftSE, c = o.rightSE;
|
|
3776
|
+
const l = [s], d = s.point, a = [];
|
|
3777
|
+
for (; u = s, s = c, l.push(s), s.point !== d; )
|
|
3761
3778
|
for (; ; ) {
|
|
3762
3779
|
const f = s.getAvailableLinkedEvents();
|
|
3763
3780
|
if (f.length === 0) {
|
|
3764
|
-
const
|
|
3765
|
-
throw new Error(`Unable to complete output ring starting at [${
|
|
3781
|
+
const y = l[0].point, v = l[l.length - 1].point;
|
|
3782
|
+
throw new Error(`Unable to complete output ring starting at [${y.x}, ${y.y}]. Last matching segment found ends at [${v.x}, ${v.y}].`);
|
|
3766
3783
|
}
|
|
3767
3784
|
if (f.length === 1) {
|
|
3768
3785
|
c = f[0].otherSE;
|
|
3769
3786
|
break;
|
|
3770
3787
|
}
|
|
3771
|
-
let
|
|
3772
|
-
for (let
|
|
3773
|
-
if (a[
|
|
3774
|
-
|
|
3788
|
+
let h = null;
|
|
3789
|
+
for (let y = 0, v = a.length; y < v; y++)
|
|
3790
|
+
if (a[y].point === s.point) {
|
|
3791
|
+
h = y;
|
|
3775
3792
|
break;
|
|
3776
3793
|
}
|
|
3777
|
-
if (
|
|
3778
|
-
const
|
|
3779
|
-
v.unshift(v[0].otherSE), t.push(new
|
|
3794
|
+
if (h !== null) {
|
|
3795
|
+
const y = a.splice(h)[0], v = l.splice(y.index);
|
|
3796
|
+
v.unshift(v[0].otherSE), t.push(new ht(v.reverse()));
|
|
3780
3797
|
continue;
|
|
3781
3798
|
}
|
|
3782
3799
|
a.push({
|
|
3783
|
-
index:
|
|
3800
|
+
index: l.length,
|
|
3784
3801
|
point: s.point
|
|
3785
3802
|
});
|
|
3786
|
-
const
|
|
3787
|
-
c = f.sort(
|
|
3803
|
+
const g = s.getLeftmostComparator(u);
|
|
3804
|
+
c = f.sort(g)[0].otherSE;
|
|
3788
3805
|
break;
|
|
3789
3806
|
}
|
|
3790
|
-
t.push(new
|
|
3807
|
+
t.push(new ht(l));
|
|
3791
3808
|
}
|
|
3792
3809
|
return t;
|
|
3793
3810
|
}
|
|
@@ -3800,15 +3817,15 @@ class at {
|
|
|
3800
3817
|
getGeom() {
|
|
3801
3818
|
let e = this.events[0].point;
|
|
3802
3819
|
const t = [e];
|
|
3803
|
-
for (let
|
|
3804
|
-
const a = this.events[
|
|
3805
|
-
|
|
3820
|
+
for (let l = 1, d = this.events.length - 1; l < d; l++) {
|
|
3821
|
+
const a = this.events[l].point, f = this.events[l + 1].point;
|
|
3822
|
+
wi(a, e, f) !== 0 && (t.push(a), e = a);
|
|
3806
3823
|
}
|
|
3807
3824
|
if (t.length === 1) return null;
|
|
3808
3825
|
const n = t[0], r = t[1];
|
|
3809
|
-
|
|
3810
|
-
const o = this.isExteriorRing() ? 1 : -1,
|
|
3811
|
-
for (let
|
|
3826
|
+
wi(n, e, r) === 0 && t.shift(), t.push(t[0]);
|
|
3827
|
+
const o = this.isExteriorRing() ? 1 : -1, u = this.isExteriorRing() ? 0 : t.length - 1, s = this.isExteriorRing() ? t.length : -1, c = [];
|
|
3828
|
+
for (let l = u; l != s; l += o) c.push([t[l].x, t[l].y]);
|
|
3812
3829
|
return c;
|
|
3813
3830
|
}
|
|
3814
3831
|
isExteriorRing() {
|
|
@@ -3825,8 +3842,8 @@ class at {
|
|
|
3825
3842
|
_calcEnclosingRing() {
|
|
3826
3843
|
let e = this.events[0];
|
|
3827
3844
|
for (let r = 1, o = this.events.length; r < o; r++) {
|
|
3828
|
-
const
|
|
3829
|
-
|
|
3845
|
+
const u = this.events[r];
|
|
3846
|
+
oe.compare(e, u) > 0 && (e = u);
|
|
3830
3847
|
}
|
|
3831
3848
|
let t = e.segment.prevInResult(), n = t ? t.prevInResult() : null;
|
|
3832
3849
|
for (; ; ) {
|
|
@@ -3838,7 +3855,7 @@ class at {
|
|
|
3838
3855
|
}
|
|
3839
3856
|
}
|
|
3840
3857
|
}
|
|
3841
|
-
class
|
|
3858
|
+
class xi {
|
|
3842
3859
|
constructor(e) {
|
|
3843
3860
|
this.exteriorRing = e, e.poly = this, this.interiorRings = [];
|
|
3844
3861
|
}
|
|
@@ -3855,7 +3872,7 @@ class Ei {
|
|
|
3855
3872
|
return e;
|
|
3856
3873
|
}
|
|
3857
3874
|
}
|
|
3858
|
-
class
|
|
3875
|
+
class Kr {
|
|
3859
3876
|
constructor(e) {
|
|
3860
3877
|
this.rings = e, this.polys = this._composePolys(e);
|
|
3861
3878
|
}
|
|
@@ -3872,19 +3889,19 @@ class qr {
|
|
|
3872
3889
|
for (let n = 0, r = e.length; n < r; n++) {
|
|
3873
3890
|
const o = e[n];
|
|
3874
3891
|
if (!o.poly)
|
|
3875
|
-
if (o.isExteriorRing()) t.push(new
|
|
3892
|
+
if (o.isExteriorRing()) t.push(new xi(o));
|
|
3876
3893
|
else {
|
|
3877
|
-
const
|
|
3878
|
-
|
|
3894
|
+
const u = o.enclosingRing();
|
|
3895
|
+
u.poly || t.push(new xi(u)), u.poly.addInterior(o);
|
|
3879
3896
|
}
|
|
3880
3897
|
}
|
|
3881
3898
|
return t;
|
|
3882
3899
|
}
|
|
3883
3900
|
}
|
|
3884
|
-
class
|
|
3901
|
+
class Jr {
|
|
3885
3902
|
constructor(e) {
|
|
3886
|
-
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
3887
|
-
this.queue = e, this.tree = new
|
|
3903
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ee.compare;
|
|
3904
|
+
this.queue = e, this.tree = new jt(t), this.segments = [];
|
|
3888
3905
|
}
|
|
3889
3906
|
process(e) {
|
|
3890
3907
|
const t = e.segment, n = [];
|
|
@@ -3892,51 +3909,51 @@ class Qr {
|
|
|
3892
3909
|
return e.isLeft ? this.queue.remove(e.otherSE) : this.tree.remove(t), n;
|
|
3893
3910
|
const r = e.isLeft ? this.tree.add(t) : this.tree.find(t);
|
|
3894
3911
|
if (!r) throw new Error(`Unable to find segment #${t.id} [${t.leftSE.point.x}, ${t.leftSE.point.y}] -> [${t.rightSE.point.x}, ${t.rightSE.point.y}] in SweepLine tree.`);
|
|
3895
|
-
let o = r,
|
|
3912
|
+
let o = r, u = r, s, c;
|
|
3896
3913
|
for (; s === void 0; )
|
|
3897
3914
|
o = this.tree.prev(o), o === null ? s = null : o.key.consumedBy === void 0 && (s = o.key);
|
|
3898
3915
|
for (; c === void 0; )
|
|
3899
|
-
|
|
3916
|
+
u = this.tree.next(u), u === null ? c = null : u.key.consumedBy === void 0 && (c = u.key);
|
|
3900
3917
|
if (e.isLeft) {
|
|
3901
|
-
let
|
|
3918
|
+
let l = null;
|
|
3902
3919
|
if (s) {
|
|
3903
3920
|
const a = s.getIntersection(t);
|
|
3904
|
-
if (a !== null && (t.isAnEndpoint(a) || (
|
|
3921
|
+
if (a !== null && (t.isAnEndpoint(a) || (l = a), !s.isAnEndpoint(a))) {
|
|
3905
3922
|
const f = this._splitSafely(s, a);
|
|
3906
|
-
for (let
|
|
3907
|
-
n.push(f[
|
|
3923
|
+
for (let h = 0, g = f.length; h < g; h++)
|
|
3924
|
+
n.push(f[h]);
|
|
3908
3925
|
}
|
|
3909
3926
|
}
|
|
3910
|
-
let
|
|
3927
|
+
let d = null;
|
|
3911
3928
|
if (c) {
|
|
3912
3929
|
const a = c.getIntersection(t);
|
|
3913
|
-
if (a !== null && (t.isAnEndpoint(a) || (
|
|
3930
|
+
if (a !== null && (t.isAnEndpoint(a) || (d = a), !c.isAnEndpoint(a))) {
|
|
3914
3931
|
const f = this._splitSafely(c, a);
|
|
3915
|
-
for (let
|
|
3916
|
-
n.push(f[
|
|
3932
|
+
for (let h = 0, g = f.length; h < g; h++)
|
|
3933
|
+
n.push(f[h]);
|
|
3917
3934
|
}
|
|
3918
3935
|
}
|
|
3919
|
-
if (
|
|
3936
|
+
if (l !== null || d !== null) {
|
|
3920
3937
|
let a = null;
|
|
3921
|
-
|
|
3938
|
+
l === null ? a = d : d === null ? a = l : a = oe.comparePoints(l, d) <= 0 ? l : d, this.queue.remove(t.rightSE), n.push(t.rightSE);
|
|
3922
3939
|
const f = t.split(a);
|
|
3923
|
-
for (let
|
|
3924
|
-
n.push(f[
|
|
3940
|
+
for (let h = 0, g = f.length; h < g; h++)
|
|
3941
|
+
n.push(f[h]);
|
|
3925
3942
|
}
|
|
3926
3943
|
n.length > 0 ? (this.tree.remove(t), n.push(e)) : (this.segments.push(t), t.prev = s);
|
|
3927
3944
|
} else {
|
|
3928
3945
|
if (s && c) {
|
|
3929
|
-
const
|
|
3930
|
-
if (
|
|
3931
|
-
if (!s.isAnEndpoint(
|
|
3932
|
-
const
|
|
3933
|
-
for (let a = 0, f =
|
|
3934
|
-
n.push(
|
|
3946
|
+
const l = s.getIntersection(c);
|
|
3947
|
+
if (l !== null) {
|
|
3948
|
+
if (!s.isAnEndpoint(l)) {
|
|
3949
|
+
const d = this._splitSafely(s, l);
|
|
3950
|
+
for (let a = 0, f = d.length; a < f; a++)
|
|
3951
|
+
n.push(d[a]);
|
|
3935
3952
|
}
|
|
3936
|
-
if (!c.isAnEndpoint(
|
|
3937
|
-
const
|
|
3938
|
-
for (let a = 0, f =
|
|
3939
|
-
n.push(
|
|
3953
|
+
if (!c.isAnEndpoint(l)) {
|
|
3954
|
+
const d = this._splitSafely(c, l);
|
|
3955
|
+
for (let a = 0, f = d.length; a < f; a++)
|
|
3956
|
+
n.push(d[a]);
|
|
3940
3957
|
}
|
|
3941
3958
|
}
|
|
3942
3959
|
}
|
|
@@ -3954,112 +3971,112 @@ class Qr {
|
|
|
3954
3971
|
return r.push(n), e.consumedBy === void 0 && this.tree.add(e), r;
|
|
3955
3972
|
}
|
|
3956
3973
|
}
|
|
3957
|
-
const
|
|
3958
|
-
class
|
|
3974
|
+
const Mi = typeof process < "u" && process.env.POLYGON_CLIPPING_MAX_QUEUE_SIZE || 1e6, $r = typeof process < "u" && process.env.POLYGON_CLIPPING_MAX_SWEEPLINE_SEGMENTS || 1e6;
|
|
3975
|
+
class eo {
|
|
3959
3976
|
run(e, t, n) {
|
|
3960
|
-
|
|
3961
|
-
const r = [new
|
|
3977
|
+
ae.type = e, Ke.reset();
|
|
3978
|
+
const r = [new Si(t, !0)];
|
|
3962
3979
|
for (let a = 0, f = n.length; a < f; a++)
|
|
3963
|
-
r.push(new
|
|
3964
|
-
if (
|
|
3980
|
+
r.push(new Si(n[a], !1));
|
|
3981
|
+
if (ae.numMultiPolys = r.length, ae.type === "difference") {
|
|
3965
3982
|
const a = r[0];
|
|
3966
3983
|
let f = 1;
|
|
3967
3984
|
for (; f < r.length; )
|
|
3968
|
-
|
|
3985
|
+
Bt(r[f].bbox, a.bbox) !== null ? f++ : r.splice(f, 1);
|
|
3969
3986
|
}
|
|
3970
|
-
if (
|
|
3987
|
+
if (ae.type === "intersection")
|
|
3971
3988
|
for (let a = 0, f = r.length; a < f; a++) {
|
|
3972
|
-
const
|
|
3973
|
-
for (let
|
|
3974
|
-
if (
|
|
3989
|
+
const h = r[a];
|
|
3990
|
+
for (let g = a + 1, y = r.length; g < y; g++)
|
|
3991
|
+
if (Bt(h.bbox, r[g].bbox) === null) return [];
|
|
3975
3992
|
}
|
|
3976
|
-
const o = new
|
|
3993
|
+
const o = new jt(oe.compare);
|
|
3977
3994
|
for (let a = 0, f = r.length; a < f; a++) {
|
|
3978
|
-
const
|
|
3979
|
-
for (let
|
|
3980
|
-
if (o.insert(
|
|
3995
|
+
const h = r[a].getSweepEvents();
|
|
3996
|
+
for (let g = 0, y = h.length; g < y; g++)
|
|
3997
|
+
if (o.insert(h[g]), o.size > Mi)
|
|
3981
3998
|
throw new Error("Infinite loop when putting segment endpoints in a priority queue (queue size too big).");
|
|
3982
3999
|
}
|
|
3983
|
-
const
|
|
4000
|
+
const u = new Jr(o);
|
|
3984
4001
|
let s = o.size, c = o.pop();
|
|
3985
4002
|
for (; c; ) {
|
|
3986
4003
|
const a = c.key;
|
|
3987
4004
|
if (o.size === s) {
|
|
3988
|
-
const
|
|
3989
|
-
throw new Error(`Unable to pop() ${a.isLeft ? "left" : "right"} SweepEvent [${a.point.x}, ${a.point.y}] from segment #${
|
|
4005
|
+
const h = a.segment;
|
|
4006
|
+
throw new Error(`Unable to pop() ${a.isLeft ? "left" : "right"} SweepEvent [${a.point.x}, ${a.point.y}] from segment #${h.id} [${h.leftSE.point.x}, ${h.leftSE.point.y}] -> [${h.rightSE.point.x}, ${h.rightSE.point.y}] from queue.`);
|
|
3990
4007
|
}
|
|
3991
|
-
if (o.size >
|
|
4008
|
+
if (o.size > Mi)
|
|
3992
4009
|
throw new Error("Infinite loop when passing sweep line over endpoints (queue size too big).");
|
|
3993
|
-
if (
|
|
4010
|
+
if (u.segments.length > $r)
|
|
3994
4011
|
throw new Error("Infinite loop when passing sweep line over endpoints (too many sweep line segments).");
|
|
3995
|
-
const f =
|
|
3996
|
-
for (let
|
|
3997
|
-
const
|
|
3998
|
-
|
|
4012
|
+
const f = u.process(a);
|
|
4013
|
+
for (let h = 0, g = f.length; h < g; h++) {
|
|
4014
|
+
const y = f[h];
|
|
4015
|
+
y.consumedBy === void 0 && o.insert(y);
|
|
3999
4016
|
}
|
|
4000
4017
|
s = o.size, c = o.pop();
|
|
4001
4018
|
}
|
|
4002
|
-
|
|
4003
|
-
const
|
|
4004
|
-
return new
|
|
4019
|
+
Ke.reset();
|
|
4020
|
+
const l = ht.factory(u.segments);
|
|
4021
|
+
return new Kr(l).getGeom();
|
|
4005
4022
|
}
|
|
4006
4023
|
}
|
|
4007
|
-
const
|
|
4024
|
+
const ae = new eo(), to = function(i) {
|
|
4008
4025
|
for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
|
|
4009
4026
|
t[n - 1] = arguments[n];
|
|
4010
|
-
return
|
|
4011
|
-
},
|
|
4027
|
+
return ae.run("union", i, t);
|
|
4028
|
+
}, io = function(i) {
|
|
4012
4029
|
for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
|
|
4013
4030
|
t[n - 1] = arguments[n];
|
|
4014
|
-
return
|
|
4015
|
-
},
|
|
4031
|
+
return ae.run("intersection", i, t);
|
|
4032
|
+
}, no = function(i) {
|
|
4016
4033
|
for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
|
|
4017
4034
|
t[n - 1] = arguments[n];
|
|
4018
|
-
return
|
|
4019
|
-
},
|
|
4035
|
+
return ae.run("xor", i, t);
|
|
4036
|
+
}, ro = function(i) {
|
|
4020
4037
|
for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
|
|
4021
4038
|
t[n - 1] = arguments[n];
|
|
4022
|
-
return
|
|
4039
|
+
return ae.run("difference", i, t);
|
|
4023
4040
|
};
|
|
4024
|
-
var
|
|
4025
|
-
union:
|
|
4026
|
-
intersection:
|
|
4027
|
-
xor:
|
|
4028
|
-
difference:
|
|
4041
|
+
var Zi = {
|
|
4042
|
+
union: to,
|
|
4043
|
+
intersection: io,
|
|
4044
|
+
xor: no,
|
|
4045
|
+
difference: ro
|
|
4029
4046
|
};
|
|
4030
|
-
function
|
|
4047
|
+
function oo(i, e = {}) {
|
|
4031
4048
|
const t = [];
|
|
4032
|
-
if (
|
|
4049
|
+
if (Ut(i, (r) => {
|
|
4033
4050
|
t.push(r.coordinates);
|
|
4034
4051
|
}), t.length < 2)
|
|
4035
4052
|
throw new Error("Must have at least 2 geometries");
|
|
4036
|
-
const n =
|
|
4037
|
-
return n.length === 0 ? null : n.length === 1 ?
|
|
4053
|
+
const n = Zi.union(t[0], ...t.slice(1));
|
|
4054
|
+
return n.length === 0 ? null : n.length === 1 ? Ft(n[0], e.properties) : Bi(n, e.properties);
|
|
4038
4055
|
}
|
|
4039
|
-
var
|
|
4040
|
-
function
|
|
4056
|
+
var qi = oo;
|
|
4057
|
+
function so(i) {
|
|
4041
4058
|
const e = [];
|
|
4042
|
-
if (
|
|
4059
|
+
if (Ut(i, (r) => {
|
|
4043
4060
|
e.push(r.coordinates);
|
|
4044
4061
|
}), e.length < 2)
|
|
4045
4062
|
throw new Error("Must have at least two features");
|
|
4046
|
-
const t = i.features[0].properties || {}, n =
|
|
4047
|
-
return n.length === 0 ? null : n.length === 1 ?
|
|
4063
|
+
const t = i.features[0].properties || {}, n = Zi.difference(e[0], ...e.slice(1));
|
|
4064
|
+
return n.length === 0 ? null : n.length === 1 ? Ft(n[0], t) : Bi(n, t);
|
|
4048
4065
|
}
|
|
4049
|
-
var
|
|
4050
|
-
function
|
|
4066
|
+
var lo = so;
|
|
4067
|
+
function uo(i) {
|
|
4051
4068
|
if (!i)
|
|
4052
4069
|
throw new Error("geojson is required");
|
|
4053
4070
|
var e = [];
|
|
4054
|
-
return
|
|
4071
|
+
return Mr(i, function(t) {
|
|
4055
4072
|
e.push(t);
|
|
4056
|
-
}),
|
|
4073
|
+
}), Xe(e);
|
|
4057
4074
|
}
|
|
4058
|
-
var
|
|
4059
|
-
function
|
|
4060
|
-
const t =
|
|
4061
|
-
|
|
4062
|
-
|
|
4075
|
+
var ao = uo;
|
|
4076
|
+
function Ci(i, e) {
|
|
4077
|
+
const t = lo(
|
|
4078
|
+
Xe([
|
|
4079
|
+
Ft([
|
|
4063
4080
|
[
|
|
4064
4081
|
[180, 90],
|
|
4065
4082
|
[-180, 90],
|
|
@@ -4074,56 +4091,57 @@ function Si(i, e) {
|
|
|
4074
4091
|
if (!t)
|
|
4075
4092
|
return;
|
|
4076
4093
|
t.properties = { isMask: !0 };
|
|
4077
|
-
const n =
|
|
4078
|
-
if (s.features.length > 1 && (o ||
|
|
4094
|
+
const n = Ve(It(i)), r = (n[2] - n[0]) / 360 / 1e3, o = n[0] < -180, u = n[2] > 180, s = ao(i);
|
|
4095
|
+
if (s.features.length > 1 && (o || u))
|
|
4079
4096
|
for (const c of s.features) {
|
|
4080
|
-
const
|
|
4081
|
-
if (
|
|
4082
|
-
for (const
|
|
4083
|
-
for (const a of
|
|
4097
|
+
const l = Ve(It(c));
|
|
4098
|
+
if (u && l[0] < -180 + r)
|
|
4099
|
+
for (const d of c.geometry.coordinates)
|
|
4100
|
+
for (const a of d)
|
|
4084
4101
|
a[0] += 360 - r;
|
|
4085
|
-
if (o &&
|
|
4086
|
-
for (const
|
|
4087
|
-
for (const a of
|
|
4102
|
+
if (o && l[2] > 180 - r)
|
|
4103
|
+
for (const d of c.geometry.coordinates)
|
|
4104
|
+
for (const a of d)
|
|
4088
4105
|
a[0] -= 360 - r;
|
|
4089
4106
|
}
|
|
4090
4107
|
e(
|
|
4091
|
-
|
|
4092
|
-
s.features.length < 2 ? i :
|
|
4108
|
+
Xe([
|
|
4109
|
+
s.features.length < 2 ? i : qi(s) ?? i,
|
|
4093
4110
|
t
|
|
4094
4111
|
])
|
|
4095
4112
|
);
|
|
4096
4113
|
}
|
|
4097
|
-
|
|
4098
|
-
var
|
|
4099
|
-
const
|
|
4114
|
+
const ki = (i) => {
|
|
4115
|
+
var n, r, o;
|
|
4116
|
+
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;
|
|
4100
4117
|
return {
|
|
4101
4118
|
color: "#3170fe",
|
|
4102
4119
|
fillColor: "#000",
|
|
4103
|
-
fillOpacity: (
|
|
4104
|
-
weight:
|
|
4105
|
-
dashArray: [
|
|
4120
|
+
fillOpacity: (o = i == null ? void 0 : i.properties) != null && o.isMask ? 0.1 : 0,
|
|
4121
|
+
weight: t,
|
|
4122
|
+
dashArray: [t, t],
|
|
4106
4123
|
lineCap: "butt"
|
|
4107
4124
|
};
|
|
4108
|
-
}
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4125
|
+
};
|
|
4126
|
+
function co(i, e = !0, t = !0, n = {}, r = {}, o = ki, u = !1) {
|
|
4127
|
+
let s;
|
|
4128
|
+
const c = [];
|
|
4129
|
+
let l, d;
|
|
4130
|
+
const a = ue.geoJSON(void 0, {
|
|
4131
|
+
style: o === !0 ? ki : o === !1 ? void 0 : o ?? void 0,
|
|
4114
4132
|
interactive: !1
|
|
4115
|
-
}).addTo(i),
|
|
4116
|
-
|
|
4133
|
+
}).addTo(i), f = (g) => {
|
|
4134
|
+
s == null || s({
|
|
4117
4135
|
type: "mapClick",
|
|
4118
|
-
coordinates: [
|
|
4136
|
+
coordinates: [g.latlng.lng, g.latlng.lat]
|
|
4119
4137
|
});
|
|
4120
4138
|
};
|
|
4121
|
-
function
|
|
4122
|
-
const
|
|
4123
|
-
return new
|
|
4124
|
-
interactive:
|
|
4125
|
-
icon: new
|
|
4126
|
-
html:
|
|
4139
|
+
function h(g, y = !1) {
|
|
4140
|
+
const v = document.createElement("div");
|
|
4141
|
+
return new tr({ props: { displayIn: "leaflet" }, target: v }), new ue.Marker(g, {
|
|
4142
|
+
interactive: y,
|
|
4143
|
+
icon: new ue.DivIcon({
|
|
4144
|
+
html: v,
|
|
4127
4145
|
className: "",
|
|
4128
4146
|
iconAnchor: [12, 26],
|
|
4129
4147
|
iconSize: [25, 30],
|
|
@@ -4132,233 +4150,246 @@ function ro(i, e = !0, t = !0, n = {}, r = {}, o = (l) => {
|
|
|
4132
4150
|
});
|
|
4133
4151
|
}
|
|
4134
4152
|
return {
|
|
4135
|
-
setEventHandler(
|
|
4136
|
-
|
|
4153
|
+
setEventHandler(g) {
|
|
4154
|
+
g ? (s = g, i.on("click", f)) : (s = void 0, i.off("click", f));
|
|
4137
4155
|
},
|
|
4138
|
-
flyTo(
|
|
4139
|
-
i.flyTo([
|
|
4156
|
+
flyTo(g, y) {
|
|
4157
|
+
i.flyTo([g[1], g[0]], y, { duration: 2, ...n });
|
|
4140
4158
|
},
|
|
4141
|
-
fitBounds(
|
|
4159
|
+
fitBounds(g, y, v) {
|
|
4142
4160
|
i.flyToBounds(
|
|
4143
4161
|
[
|
|
4144
|
-
[
|
|
4145
|
-
[
|
|
4162
|
+
[g[1], g[0]],
|
|
4163
|
+
[g[3], g[2]]
|
|
4146
4164
|
],
|
|
4147
4165
|
{
|
|
4148
|
-
padding: [
|
|
4166
|
+
padding: [y, y],
|
|
4149
4167
|
duration: 2,
|
|
4150
|
-
...
|
|
4168
|
+
...v ? { maxZoom: v } : {},
|
|
4151
4169
|
...r
|
|
4152
4170
|
}
|
|
4153
4171
|
);
|
|
4154
4172
|
},
|
|
4155
|
-
indicateReverse(
|
|
4156
|
-
i.getContainer().style.cursor =
|
|
4173
|
+
indicateReverse(g) {
|
|
4174
|
+
i.getContainer().style.cursor = g ? "crosshair" : "";
|
|
4157
4175
|
},
|
|
4158
|
-
setReverseMarker(
|
|
4159
|
-
var
|
|
4176
|
+
setReverseMarker(g) {
|
|
4177
|
+
var v;
|
|
4160
4178
|
if (!e)
|
|
4161
4179
|
return;
|
|
4162
|
-
const
|
|
4163
|
-
|
|
4180
|
+
const y = g && [g[1], g[0]];
|
|
4181
|
+
d ? y ? d.setLatLng(y) : (d.remove(), d = void 0) : y && (e instanceof Function ? d = e(i) ?? void 0 : (d = (typeof e == "object" ? new ue.Marker(y, e) : h(y)).addTo(i), (v = d.getElement()) == null || v.classList.add("marker-reverse")));
|
|
4164
4182
|
},
|
|
4165
|
-
setMarkers(
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
function p(v) {
|
|
4169
|
-
h.clearLayers(), v && h.addData(v);
|
|
4183
|
+
setMarkers(g, y) {
|
|
4184
|
+
function v(b) {
|
|
4185
|
+
a.clearLayers(), b && a.addData(b);
|
|
4170
4186
|
}
|
|
4171
|
-
for (const
|
|
4172
|
-
|
|
4173
|
-
if (
|
|
4174
|
-
let
|
|
4175
|
-
if (
|
|
4176
|
-
const
|
|
4177
|
-
(
|
|
4187
|
+
for (const b of c)
|
|
4188
|
+
b.remove();
|
|
4189
|
+
if (c.length = 0, v(), y) {
|
|
4190
|
+
let b = !1;
|
|
4191
|
+
if (y.geometry.type === "GeometryCollection") {
|
|
4192
|
+
const E = y.geometry.geometries.filter(
|
|
4193
|
+
(L) => L.type === "Polygon" || L.type === "MultiPolygon"
|
|
4178
4194
|
);
|
|
4179
|
-
e: if (
|
|
4180
|
-
const
|
|
4181
|
-
|
|
4195
|
+
e: if (E.length > 0) {
|
|
4196
|
+
const L = qi(
|
|
4197
|
+
Xe(E.map((_) => Ye(_)))
|
|
4182
4198
|
);
|
|
4183
|
-
if (!
|
|
4199
|
+
if (!L)
|
|
4184
4200
|
break e;
|
|
4185
|
-
|
|
4201
|
+
Ci(
|
|
4186
4202
|
{
|
|
4187
|
-
...
|
|
4188
|
-
geometry:
|
|
4203
|
+
...y,
|
|
4204
|
+
geometry: L.geometry
|
|
4189
4205
|
},
|
|
4190
|
-
|
|
4191
|
-
),
|
|
4206
|
+
v
|
|
4207
|
+
), b = !0;
|
|
4192
4208
|
} else {
|
|
4193
|
-
const
|
|
4209
|
+
const L = y.geometry.geometries.filter(
|
|
4194
4210
|
(_) => _.type === "LineString" || _.type === "MultiLineString"
|
|
4195
4211
|
);
|
|
4196
|
-
|
|
4197
|
-
...
|
|
4198
|
-
geometry: { type: "GeometryCollection", geometries:
|
|
4199
|
-
}),
|
|
4212
|
+
L.length > 0 && (v({
|
|
4213
|
+
...y,
|
|
4214
|
+
geometry: { type: "GeometryCollection", geometries: L }
|
|
4215
|
+
}), b = !0);
|
|
4200
4216
|
}
|
|
4201
4217
|
}
|
|
4202
|
-
if (!
|
|
4203
|
-
if (
|
|
4204
|
-
|
|
4205
|
-
if (!
|
|
4218
|
+
if (!b) {
|
|
4219
|
+
if (y.geometry.type === "Polygon" || y.geometry.type === "MultiPolygon")
|
|
4220
|
+
Ci(y, (E) => {
|
|
4221
|
+
if (!E)
|
|
4206
4222
|
return;
|
|
4207
|
-
const
|
|
4208
|
-
_[0] - C / 4 < -180 &&
|
|
4223
|
+
const L = [...E.features], _ = Ve(It(y)), C = _[2] - _[0];
|
|
4224
|
+
_[0] - C / 4 < -180 && L.push(...Ni(E, -360).features), _[2] + C / 4 > 180 && L.push(...Ni(E, 360).features), v(Xe(L));
|
|
4209
4225
|
});
|
|
4210
|
-
else if (
|
|
4211
|
-
|
|
4226
|
+
else if (y.geometry.type === "LineString" || y.geometry.type === "MultiLineString") {
|
|
4227
|
+
v(y);
|
|
4212
4228
|
return;
|
|
4213
4229
|
}
|
|
4214
4230
|
}
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4231
|
+
if (!u && y.geometry.type !== "Point")
|
|
4232
|
+
return;
|
|
4233
|
+
if (e instanceof Function) {
|
|
4234
|
+
const E = e(i, y);
|
|
4235
|
+
E && c.push(E.addTo(i));
|
|
4236
|
+
} else if (e) {
|
|
4237
|
+
const E = [y.center[1], y.center[0]];
|
|
4238
|
+
c.push(
|
|
4239
|
+
typeof e == "object" ? new ue.Marker(E, e) : h(E).addTo(i)
|
|
4240
|
+
);
|
|
4241
|
+
}
|
|
4219
4242
|
}
|
|
4220
4243
|
if (t)
|
|
4221
|
-
for (const
|
|
4222
|
-
if (
|
|
4244
|
+
for (const b of g ?? []) {
|
|
4245
|
+
if (b === y)
|
|
4223
4246
|
continue;
|
|
4224
|
-
const
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
]
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4247
|
+
const E = [
|
|
4248
|
+
b.center[1],
|
|
4249
|
+
b.center[0]
|
|
4250
|
+
];
|
|
4251
|
+
let L;
|
|
4252
|
+
if (t instanceof Function) {
|
|
4253
|
+
if (L = t(i, b), !L)
|
|
4254
|
+
continue;
|
|
4255
|
+
} else
|
|
4256
|
+
L = (typeof t == "object" ? new ue.Marker(E, t) : h(E, !0)).addTo(i).bindTooltip(
|
|
4257
|
+
b.place_type[0] === "reverse" ? b.place_name : b.place_name.replace(/,.*/, ""),
|
|
4258
|
+
{
|
|
4259
|
+
direction: "top"
|
|
4260
|
+
}
|
|
4261
|
+
);
|
|
4262
|
+
const _ = L.getElement();
|
|
4263
|
+
_ && (_.addEventListener("click", (C) => {
|
|
4264
|
+
C.stopPropagation(), s == null || s({ type: "markerClick", id: b.id });
|
|
4265
|
+
}), _.addEventListener("mouseenter", () => {
|
|
4266
|
+
s == null || s({ type: "markerMouseEnter", id: b.id });
|
|
4267
|
+
}), _.addEventListener("mouseleave", () => {
|
|
4268
|
+
s == null || s({ type: "markerMouseLeave", id: b.id });
|
|
4269
|
+
}), _.classList.toggle("marker-fuzzy", !!b.matching_text)), c.push(L);
|
|
4242
4270
|
}
|
|
4243
4271
|
},
|
|
4244
|
-
setSelectedMarker(
|
|
4245
|
-
var
|
|
4246
|
-
|
|
4272
|
+
setSelectedMarker(g) {
|
|
4273
|
+
var y, v;
|
|
4274
|
+
l && ((y = l.getElement()) == null || y.classList.toggle("marker-selected", !1)), l = g > -1 ? c[g] : void 0, (v = l == null ? void 0 : l.getElement()) == null || v.classList.toggle("marker-selected", !0);
|
|
4247
4275
|
},
|
|
4248
4276
|
getCenterAndZoom() {
|
|
4249
|
-
const
|
|
4250
|
-
return [i.getZoom(),
|
|
4277
|
+
const g = i.getCenter();
|
|
4278
|
+
return [i.getZoom(), g.lng, g.lat];
|
|
4251
4279
|
}
|
|
4252
4280
|
};
|
|
4253
4281
|
}
|
|
4254
|
-
function
|
|
4255
|
-
const t =
|
|
4282
|
+
function Ni(i, e) {
|
|
4283
|
+
const t = Tr(i);
|
|
4256
4284
|
for (const n of t.features)
|
|
4257
4285
|
if (n.geometry.type == "MultiPolygon")
|
|
4258
4286
|
for (const r of n.geometry.coordinates)
|
|
4259
|
-
|
|
4287
|
+
Ti(r, e);
|
|
4260
4288
|
else
|
|
4261
|
-
|
|
4289
|
+
Ti(n.geometry.coordinates, e);
|
|
4262
4290
|
return t;
|
|
4263
4291
|
}
|
|
4264
|
-
function
|
|
4292
|
+
function Ti(i, e) {
|
|
4265
4293
|
for (const t of i)
|
|
4266
4294
|
for (const n of t)
|
|
4267
4295
|
n[0] += e;
|
|
4268
4296
|
}
|
|
4269
|
-
|
|
4270
|
-
|
|
4297
|
+
class Qi extends ue.Control {
|
|
4298
|
+
}
|
|
4299
|
+
ue.Util.extend(Qi.prototype, ue.Evented.prototype);
|
|
4300
|
+
var re, Re;
|
|
4301
|
+
class fo extends Qi {
|
|
4271
4302
|
constructor(t) {
|
|
4272
|
-
super();
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
|
|
4303
|
+
super(t);
|
|
4304
|
+
Mt(this, re);
|
|
4305
|
+
Mt(this, Re);
|
|
4306
|
+
st(this, Re, t);
|
|
4276
4307
|
}
|
|
4277
4308
|
onAdd(t) {
|
|
4278
4309
|
const n = document.createElement("div");
|
|
4279
|
-
n.className = "leaflet-ctrl-geocoder",
|
|
4310
|
+
n.className = "leaflet-ctrl-geocoder", ue.DomEvent.disableClickPropagation(n), ue.DomEvent.disableScrollPropagation(n);
|
|
4280
4311
|
const {
|
|
4281
4312
|
marker: r,
|
|
4282
4313
|
showResultMarkers: o,
|
|
4283
|
-
flyTo:
|
|
4314
|
+
flyTo: u,
|
|
4284
4315
|
fullGeometryStyle: s,
|
|
4285
|
-
|
|
4286
|
-
|
|
4316
|
+
position: c,
|
|
4317
|
+
...l
|
|
4318
|
+
} = le(this, Re), d = typeof u == "boolean" ? {} : u, a = co(
|
|
4287
4319
|
t,
|
|
4288
4320
|
r,
|
|
4289
4321
|
o,
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
s
|
|
4322
|
+
d,
|
|
4323
|
+
d,
|
|
4324
|
+
s,
|
|
4325
|
+
l.showFullGeometry === "polygon-with-marker"
|
|
4293
4326
|
);
|
|
4294
|
-
|
|
4327
|
+
st(this, re, new xr({
|
|
4295
4328
|
target: n,
|
|
4296
4329
|
props: {
|
|
4297
|
-
mapController:
|
|
4298
|
-
flyTo:
|
|
4299
|
-
...
|
|
4330
|
+
mapController: a,
|
|
4331
|
+
flyTo: u === void 0 ? !0 : !!u,
|
|
4332
|
+
...l
|
|
4300
4333
|
}
|
|
4301
4334
|
}));
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
(f) => t.fire(a.toLowerCase(), f.detail)
|
|
4315
|
-
);
|
|
4335
|
+
const f = {
|
|
4336
|
+
select: void 0,
|
|
4337
|
+
pick: void 0,
|
|
4338
|
+
featureslisted: void 0,
|
|
4339
|
+
featuresmarked: void 0,
|
|
4340
|
+
response: void 0,
|
|
4341
|
+
optionsvisibilitychange: void 0,
|
|
4342
|
+
reversetoggle: void 0,
|
|
4343
|
+
querychange: void 0
|
|
4344
|
+
};
|
|
4345
|
+
for (const h in f)
|
|
4346
|
+
le(this, re).$on(h, (g) => this.fire(h, g.detail));
|
|
4316
4347
|
return n;
|
|
4317
4348
|
}
|
|
4318
4349
|
setOptions(t) {
|
|
4319
4350
|
var c;
|
|
4320
|
-
|
|
4351
|
+
st(this, Re, t);
|
|
4321
4352
|
const {
|
|
4322
4353
|
marker: n,
|
|
4323
4354
|
showResultMarkers: r,
|
|
4324
4355
|
flyTo: o,
|
|
4325
|
-
fullGeometryStyle:
|
|
4356
|
+
fullGeometryStyle: u,
|
|
4326
4357
|
...s
|
|
4327
|
-
} =
|
|
4328
|
-
(c =
|
|
4358
|
+
} = le(this, Re);
|
|
4359
|
+
(c = le(this, re)) == null || c.$set(s);
|
|
4329
4360
|
}
|
|
4330
4361
|
setQuery(t, n = !0) {
|
|
4331
4362
|
var r;
|
|
4332
|
-
(r =
|
|
4363
|
+
(r = le(this, re)) == null || r.setQuery(t, n);
|
|
4333
4364
|
}
|
|
4334
4365
|
clearMap() {
|
|
4335
4366
|
var t;
|
|
4336
|
-
(t =
|
|
4367
|
+
(t = le(this, re)) == null || t.clearMap();
|
|
4337
4368
|
}
|
|
4338
4369
|
clearList() {
|
|
4339
4370
|
var t;
|
|
4340
|
-
(t =
|
|
4371
|
+
(t = le(this, re)) == null || t.clearList();
|
|
4341
4372
|
}
|
|
4342
4373
|
focus() {
|
|
4343
4374
|
var t;
|
|
4344
|
-
(t =
|
|
4375
|
+
(t = le(this, re)) == null || t.focus();
|
|
4345
4376
|
}
|
|
4346
4377
|
blur() {
|
|
4347
4378
|
var t;
|
|
4348
|
-
(t =
|
|
4379
|
+
(t = le(this, re)) == null || t.blur();
|
|
4349
4380
|
}
|
|
4350
4381
|
onRemove() {
|
|
4351
4382
|
var t;
|
|
4352
|
-
(t =
|
|
4383
|
+
(t = le(this, re)) == null || t.$destroy();
|
|
4353
4384
|
}
|
|
4354
4385
|
}
|
|
4355
|
-
|
|
4356
|
-
function
|
|
4357
|
-
return new
|
|
4386
|
+
re = new WeakMap(), Re = new WeakMap();
|
|
4387
|
+
function ho(...i) {
|
|
4388
|
+
return new fo(...i);
|
|
4358
4389
|
}
|
|
4359
|
-
window.L && typeof window.L == "object" && typeof window.L.control == "function" && (window.L.control.maptilerGeocoding =
|
|
4390
|
+
window.L && typeof window.L == "object" && typeof window.L.control == "function" && (window.L.control.maptilerGeocoding = ho);
|
|
4360
4391
|
export {
|
|
4361
|
-
|
|
4362
|
-
|
|
4392
|
+
fo as GeocodingControl,
|
|
4393
|
+
co as createLeafletMapController
|
|
4363
4394
|
};
|
|
4364
4395
|
//# sourceMappingURL=leaflet.js.map
|