@maptiler/geocoding-control
Version:
The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.
1,753 lines • 165 kB
JavaScript
var Zn = Object.defineProperty;
var _i = (i) => {
throw TypeError(i);
};
var Kn = (i, e, t) => e in i ? Zn(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
var R = (i, e, t) => Kn(i, typeof e != "symbol" ? e + "" : e, t), xi = (i, e, t) => e.has(i) || _i("Cannot " + t);
var ue = (i, e, t) => (xi(i, e, "read from private field"), t ? t.call(i) : e.get(i)), $t = (i, e, t) => e.has(i) ? _i("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(i) : e.set(i, t), ei = (i, e, t, n) => (xi(i, e, "write to private field"), n ? n.call(i, t) : e.set(i, t), t);
import { Control as Yn } from "ol/control";
import Xe from "ol/events/Event";
import { Feature as ze } from "ol";
import { Point as ti, Polygon as Ti, MultiPolygon as Mi, GeometryCollection as Qn, LineString as Ni, MultiLineString as Ci } from "ol/geom";
import Xn from "ol/layer/Vector";
import { fromLonLat as Nt, transformExtent as Jn, toLonLat as ki, getUserProjection as $n } from "ol/proj";
import er from "ol/source/Vector";
import Oi from "ol/style/Fill";
import tr from "ol/style/Icon";
import Ri from "ol/style/Stroke";
import ir from "ol/style/Style";
import nr from "ol/style/Text";
function re() {
}
function rr(i, e) {
for (const t in e) i[t] = e[t];
return (
/** @type {T & S} */
i
);
}
function un(i) {
return i();
}
function Pi() {
return /* @__PURE__ */ Object.create(null);
}
function Ve(i) {
i.forEach(un);
}
function an(i) {
return typeof i == "function";
}
function rt(i, e) {
return i != i ? e == e : i !== e || i && typeof i == "object" || typeof i == "function";
}
let Ct;
function pe(i, e) {
return i === e ? !0 : (Ct || (Ct = document.createElement("a")), Ct.href = e, i === Ct.href);
}
function sr(i) {
return Object.keys(i).length === 0;
}
function or(i, e, t, n) {
if (i) {
const r = fn(i, e, t, n);
return i[0](r);
}
}
function fn(i, e, t, n) {
return i[1] && n ? rr(t.ctx.slice(), i[1](n(e))) : t.ctx;
}
function lr(i, e, t, n) {
return i[2], e.dirty;
}
function ur(i, e, t, n, r, u) {
if (r) {
const a = fn(e, t, n, u);
i.p(a, r);
}
}
function ar(i) {
if (i.ctx.length > 32) {
const e = [], t = i.ctx.length / 32;
for (let n = 0; n < t; n++)
e[n] = -1;
return e;
}
return -1;
}
function Wt(i) {
return i ?? "";
}
function j(i, e) {
i.appendChild(e);
}
function te(i, e, t) {
i.insertBefore(e, t || null);
}
function $(i) {
i.parentNode && i.parentNode.removeChild(i);
}
function X(i) {
return document.createElement(i);
}
function Fe(i) {
return document.createElementNS("http://www.w3.org/2000/svg", i);
}
function Ye(i) {
return document.createTextNode(i);
}
function Le() {
return Ye(" ");
}
function fr() {
return Ye("");
}
function he(i, e, t, n) {
return i.addEventListener(e, t, n), () => i.removeEventListener(e, t, n);
}
function cr(i) {
return function(e) {
return e.preventDefault(), i.call(this, e);
};
}
function x(i, e, t) {
t == null ? i.removeAttribute(e) : i.getAttribute(e) !== t && i.setAttribute(e, t);
}
function hr(i) {
return Array.from(i.childNodes);
}
function _t(i, e) {
e = "" + e, i.data !== e && (i.data = /** @type {string} */
e);
}
function Ii(i, e) {
i.value = e ?? "";
}
function ct(i, e, t) {
i.classList.toggle(e, !!t);
}
function dr(i, e, { bubbles: t = !1, cancelable: n = !1 } = {}) {
return new CustomEvent(i, { detail: e, bubbles: t, cancelable: n });
}
let xt;
function St(i) {
xt = i;
}
function cn() {
if (!xt) throw new Error("Function called outside component initialization");
return xt;
}
function gr(i) {
cn().$$.on_destroy.push(i);
}
function hn() {
const i = cn();
return (e, t, { cancelable: n = !1 } = {}) => {
const r = i.$$.callbacks[e];
if (r) {
const u = dr(
/** @type {string} */
e,
t,
{ cancelable: n }
);
return r.slice().forEach((a) => {
a.call(i, u);
}), !u.defaultPrevented;
}
return !0;
};
}
function mr(i, e) {
const t = i.$$.callbacks[e.type];
t && t.slice().forEach((n) => n.call(this, e));
}
const ft = [], si = [];
let ht = [];
const Ai = [], pr = /* @__PURE__ */ Promise.resolve();
let oi = !1;
function yr() {
oi || (oi = !0, pr.then(dn));
}
function li(i) {
ht.push(i);
}
const ii = /* @__PURE__ */ new Set();
let at = 0;
function dn() {
if (at !== 0)
return;
const i = xt;
do {
try {
for (; at < ft.length; ) {
const e = ft[at];
at++, St(e), br(e.$$);
}
} catch (e) {
throw ft.length = 0, at = 0, e;
}
for (St(null), ft.length = 0, at = 0; si.length; ) si.pop()();
for (let e = 0; e < ht.length; e += 1) {
const t = ht[e];
ii.has(t) || (ii.add(t), t());
}
ht.length = 0;
} while (ft.length);
for (; Ai.length; )
Ai.pop()();
oi = !1, ii.clear(), St(i);
}
function br(i) {
if (i.fragment !== null) {
i.update(), Ve(i.before_update);
const e = i.dirty;
i.dirty = [-1], i.fragment && i.fragment.p(i.ctx, e), i.after_update.forEach(li);
}
}
function vr(i) {
const e = [], t = [];
ht.forEach((n) => i.indexOf(n) === -1 ? e.push(n) : t.push(n)), t.forEach((n) => n()), ht = e;
}
const Pt = /* @__PURE__ */ new Set();
let it;
function It() {
it = {
r: 0,
c: [],
p: it
// parent group
};
}
function At() {
it.r || Ve(it.c), it = it.p;
}
function oe(i, e) {
i && i.i && (Pt.delete(i), i.i(e));
}
function de(i, e, t, n) {
if (i && i.o) {
if (Pt.has(i)) return;
Pt.add(i), it.c.push(() => {
Pt.delete(i), n && (t && i.d(1), n());
}), i.o(e);
} else n && n();
}
function Bi(i) {
return (i == null ? void 0 : i.length) !== void 0 ? i : Array.from(i);
}
function wr(i, e) {
de(i, 1, 1, () => {
e.delete(i.key);
});
}
function Er(i, e, t, n, r, u, a, o, g, h, v, S) {
let M = i.length, k = u.length, N = M;
const C = {};
for (; N--; ) C[i[N].key] = N;
const O = [], I = /* @__PURE__ */ new Map(), _ = /* @__PURE__ */ new Map(), P = [];
for (N = k; N--; ) {
const G = S(r, u, N), s = t(G);
let l = a.get(s);
l ? P.push(() => l.p(G, e)) : (l = h(s, G), l.c()), I.set(s, O[N] = l), s in C && _.set(s, Math.abs(N - C[s]));
}
const z = /* @__PURE__ */ new Set(), Z = /* @__PURE__ */ new Set();
function H(G) {
oe(G, 1), G.m(o, v), a.set(G.key, G), v = G.first, k--;
}
for (; M && k; ) {
const G = O[k - 1], s = i[M - 1], l = G.key, f = s.key;
G === s ? (v = G.first, M--, k--) : I.has(f) ? !a.has(l) || z.has(l) ? H(G) : Z.has(f) ? M-- : _.get(l) > _.get(f) ? (Z.add(l), H(G)) : (z.add(f), M--) : (g(s, a), M--);
}
for (; M--; ) {
const G = i[M];
I.has(G.key) || g(G, a);
}
for (; k; ) H(O[k - 1]);
return Ve(P), O;
}
function Qe(i) {
i && i.c();
}
function Ue(i, e, t) {
const { fragment: n, after_update: r } = i.$$;
n && n.m(e, t), li(() => {
const u = i.$$.on_mount.map(un).filter(an);
i.$$.on_destroy ? i.$$.on_destroy.push(...u) : Ve(u), i.$$.on_mount = [];
}), r.forEach(li);
}
function qe(i, e) {
const t = i.$$;
t.fragment !== null && (vr(t.after_update), Ve(t.on_destroy), t.fragment && t.fragment.d(e), t.on_destroy = t.fragment = null, t.ctx = []);
}
function Lr(i, e) {
i.$$.dirty[0] === -1 && (ft.push(i), yr(), i.$$.dirty.fill(0)), i.$$.dirty[e / 31 | 0] |= 1 << e % 31;
}
function st(i, e, t, n, r, u, a = null, o = [-1]) {
const g = xt;
St(i);
const h = i.$$ = {
fragment: null,
ctx: [],
// state
props: u,
update: re,
not_equal: r,
bound: Pi(),
// lifecycle
on_mount: [],
on_destroy: [],
on_disconnect: [],
before_update: [],
after_update: [],
context: new Map(e.context || (g ? g.$$.context : [])),
// everything else
callbacks: Pi(),
dirty: o,
skip_bound: !1,
root: e.target || g.$$.root
};
a && a(h.root);
let v = !1;
if (h.ctx = t ? t(i, e.props || {}, (S, M, ...k) => {
const N = k.length ? k[0] : M;
return h.ctx && r(h.ctx[S], h.ctx[S] = N) && (!h.skip_bound && h.bound[S] && h.bound[S](N), v && Lr(i, S)), M;
}) : [], h.update(), v = !0, Ve(h.before_update), h.fragment = n ? n(h.ctx) : !1, e.target) {
if (e.hydrate) {
const S = hr(e.target);
h.fragment && h.fragment.l(S), S.forEach($);
} else
h.fragment && h.fragment.c();
e.intro && oe(i.$$.fragment), Ue(i, e.target, e.anchor), dn();
}
St(g);
}
class ot {
constructor() {
/**
* ### PRIVATE API
*
* Do not use, may change at any time
*
* @type {any}
*/
R(this, "$$");
/**
* ### PRIVATE API
*
* Do not use, may change at any time
*
* @type {any}
*/
R(this, "$$set");
}
/** @returns {void} */
$destroy() {
qe(this, 1), this.$destroy = re;
}
/**
* @template {Extract<keyof Events, string>} K
* @param {K} type
* @param {((e: Events[K]) => void) | null | undefined} callback
* @returns {() => void}
*/
$on(e, t) {
if (!an(t))
return re;
const n = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
return n.push(t), () => {
const r = n.indexOf(t);
r !== -1 && n.splice(r, 1);
};
}
/**
* @param {Partial<Props>} props
* @returns {void}
*/
$set(e) {
this.$$set && !sr(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
}
}
const Sr = "4";
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Sr);
function _r(i) {
let e, t;
return {
c() {
e = Fe("svg"), t = Fe("path"), x(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"), x(e, "viewBox", "0 0 14 14"), x(e, "width", "13"), x(e, "height", "13"), x(e, "class", "svelte-en2qvf");
},
m(n, r) {
te(n, e, r), j(e, t);
},
p: re,
i: re,
o: re,
d(n) {
n && $(e);
}
};
}
class gn extends ot {
constructor(e) {
super(), st(this, e, null, _r, rt, {});
}
}
function xr(i) {
let e, t;
return {
c() {
e = Fe("svg"), t = Fe("path"), x(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"), x(e, "viewBox", "0 0 30 30"), x(e, "fill", "none"), x(e, "xmlns", "http://www.w3.org/2000/svg"), x(e, "class", "svelte-d2loi5");
},
m(n, r) {
te(n, e, r), j(e, t);
},
p: re,
i: re,
o: re,
d(n) {
n && $(e);
}
};
}
class mn extends ot {
constructor(e) {
super(), st(this, e, null, xr, rt, {});
}
}
function Tr(i) {
let e, t;
return {
c() {
e = X("img"), pe(e.src, t = /*iconsBaseUrl*/
i[3] + "area.svg") || x(e, "src", t), x(
e,
"alt",
/*placeType*/
i[7]
), x(
e,
"title",
/*placeType*/
i[7]
), x(e, "class", "svelte-w9y5n9");
},
m(n, r) {
te(n, e, r);
},
p(n, r) {
r & /*iconsBaseUrl*/
8 && !pe(e.src, t = /*iconsBaseUrl*/
n[3] + "area.svg") && x(e, "src", t), r & /*placeType*/
128 && x(
e,
"alt",
/*placeType*/
n[7]
), r & /*placeType*/
128 && x(
e,
"title",
/*placeType*/
n[7]
);
},
d(n) {
n && $(e);
}
};
}
function Mr(i) {
let e, t;
return {
c() {
e = X("img"), pe(e.src, t = /*iconsBaseUrl*/
i[3] + "reverse.svg") || x(e, "src", t), x(
e,
"alt",
/*placeType*/
i[7]
), x(
e,
"title",
/*placeType*/
i[7]
), x(e, "class", "svelte-w9y5n9");
},
m(n, r) {
te(n, e, r);
},
p(n, r) {
r & /*iconsBaseUrl*/
8 && !pe(e.src, t = /*iconsBaseUrl*/
n[3] + "reverse.svg") && x(e, "src", t), r & /*placeType*/
128 && x(
e,
"alt",
/*placeType*/
n[7]
), r & /*placeType*/
128 && x(
e,
"title",
/*placeType*/
n[7]
);
},
d(n) {
n && $(e);
}
};
}
function Nr(i) {
let e, t;
return {
c() {
e = X("img"), pe(e.src, t = /*iconsBaseUrl*/
i[3] + "poi.svg") || x(e, "src", t), x(
e,
"alt",
/*placeType*/
i[7]
), x(
e,
"title",
/*placeType*/
i[7]
), x(e, "class", "svelte-w9y5n9");
},
m(n, r) {
te(n, e, r);
},
p(n, r) {
r & /*iconsBaseUrl*/
8 && !pe(e.src, t = /*iconsBaseUrl*/
n[3] + "poi.svg") && x(e, "src", t), r & /*placeType*/
128 && x(
e,
"alt",
/*placeType*/
n[7]
), r & /*placeType*/
128 && x(
e,
"title",
/*placeType*/
n[7]
);
},
d(n) {
n && $(e);
}
};
}
function Cr(i) {
let e, t;
return {
c() {
e = X("img"), pe(e.src, t = /*iconsBaseUrl*/
i[3] + "postal_code.svg") || x(e, "src", t), x(
e,
"alt",
/*placeType*/
i[7]
), x(
e,
"title",
/*placeType*/
i[7]
), x(e, "class", "svelte-w9y5n9");
},
m(n, r) {
te(n, e, r);
},
p(n, r) {
r & /*iconsBaseUrl*/
8 && !pe(e.src, t = /*iconsBaseUrl*/
n[3] + "postal_code.svg") && x(e, "src", t), r & /*placeType*/
128 && x(
e,
"alt",
/*placeType*/
n[7]
), r & /*placeType*/
128 && x(
e,
"title",
/*placeType*/
n[7]
);
},
d(n) {
n && $(e);
}
};
}
function kr(i) {
let e, t;
return {
c() {
e = X("img"), pe(e.src, t = /*iconsBaseUrl*/
i[3] + "street.svg") || x(e, "src", t), x(
e,
"alt",
/*placeType*/
i[7]
), x(
e,
"title",
/*placeType*/
i[7]
), x(e, "class", "svelte-w9y5n9");
},
m(n, r) {
te(n, e, r);
},
p(n, r) {
r & /*iconsBaseUrl*/
8 && !pe(e.src, t = /*iconsBaseUrl*/
n[3] + "street.svg") && x(e, "src", t), r & /*placeType*/
128 && x(
e,
"alt",
/*placeType*/
n[7]
), r & /*placeType*/
128 && x(
e,
"title",
/*placeType*/
n[7]
);
},
d(n) {
n && $(e);
}
};
}
function Or(i) {
let e, t;
return {
c() {
e = X("img"), pe(e.src, t = /*iconsBaseUrl*/
i[3] + "road.svg") || x(e, "src", t), x(
e,
"alt",
/*placeType*/
i[7]
), x(
e,
"title",
/*placeType*/
i[7]
), x(e, "class", "svelte-w9y5n9");
},
m(n, r) {
te(n, e, r);
},
p(n, r) {
r & /*iconsBaseUrl*/
8 && !pe(e.src, t = /*iconsBaseUrl*/
n[3] + "road.svg") && x(e, "src", t), r & /*placeType*/
128 && x(
e,
"alt",
/*placeType*/
n[7]
), r & /*placeType*/
128 && x(
e,
"title",
/*placeType*/
n[7]
);
},
d(n) {
n && $(e);
}
};
}
function Rr(i) {
let e, t;
return {
c() {
e = X("img"), pe(e.src, t = /*iconsBaseUrl*/
i[3] + "housenumber.svg") || x(e, "src", t), x(
e,
"alt",
/*placeType*/
i[7]
), x(
e,
"title",
/*placeType*/
i[7]
), x(e, "class", "svelte-w9y5n9");
},
m(n, r) {
te(n, e, r);
},
p(n, r) {
r & /*iconsBaseUrl*/
8 && !pe(e.src, t = /*iconsBaseUrl*/
n[3] + "housenumber.svg") && x(e, "src", t), r & /*placeType*/
128 && x(
e,
"alt",
/*placeType*/
n[7]
), r & /*placeType*/
128 && x(
e,
"title",
/*placeType*/
n[7]
);
},
d(n) {
n && $(e);
}
};
}
function Pr(i) {
let e, t, n, r;
return {
c() {
e = X("img"), pe(e.src, t = /*imageUrl*/
i[5]) || x(e, "src", t), x(
e,
"alt",
/*category*/
i[4]
), x(
e,
"title",
/*placeType*/
i[7]
), x(e, "class", "svelte-w9y5n9");
},
m(u, a) {
te(u, e, a), n || (r = he(
e,
"error",
/*error_handler*/
i[14]
), n = !0);
},
p(u, a) {
a & /*imageUrl*/
32 && !pe(e.src, t = /*imageUrl*/
u[5]) && x(e, "src", t), a & /*category*/
16 && x(
e,
"alt",
/*category*/
u[4]
), a & /*placeType*/
128 && x(
e,
"title",
/*placeType*/
u[7]
);
},
d(u) {
u && $(e), n = !1, r();
}
};
}
function Ir(i) {
let e, t;
return {
c() {
e = X("div"), x(e, "class", "sprite-icon svelte-w9y5n9"), x(e, "style", t = `
width: ${/*spriteIcon*/
i[6].width / _e}px;
height: ${/*spriteIcon*/
i[6].height / _e}px;
background-image: url(${/*iconsBaseUrl*/
i[3]}sprite${ui}.png);
background-position: -${/*spriteIcon*/
i[6].x / _e}px -${/*spriteIcon*/
i[6].y / _e}px;
background-size: ${ke.width / _e}px ${ke.height / _e}px;
`), x(
e,
"title",
/*placeType*/
i[7]
);
},
m(n, r) {
te(n, e, r);
},
p(n, r) {
r & /*spriteIcon, iconsBaseUrl*/
72 && t !== (t = `
width: ${/*spriteIcon*/
n[6].width / _e}px;
height: ${/*spriteIcon*/
n[6].height / _e}px;
background-image: url(${/*iconsBaseUrl*/
n[3]}sprite${ui}.png);
background-position: -${/*spriteIcon*/
n[6].x / _e}px -${/*spriteIcon*/
n[6].y / _e}px;
background-size: ${ke.width / _e}px ${ke.height / _e}px;
`) && x(e, "style", t), r & /*placeType*/
128 && x(
e,
"title",
/*placeType*/
n[7]
);
},
d(n) {
n && $(e);
}
};
}
function Gi(i) {
let e, t;
return {
c() {
e = X("span"), t = Ye(
/*placeType*/
i[7]
), x(e, "class", "secondary svelte-w9y5n9");
},
m(n, r) {
te(n, e, r), j(e, t);
},
p(n, r) {
r & /*placeType*/
128 && _t(
t,
/*placeType*/
n[7]
);
},
d(n) {
n && $(e);
}
};
}
function Ar(i) {
let e, t, n, r, u, a, o, g, h, v = (
/*isReverse*/
(i[8] ? (
/*feature*/
i[0].place_name
) : (
/*feature*/
i[0].place_name.replace(/,.*/, "")
)) + ""
), S, M, k = (
/*showPlaceType*/
i[2] === "always" || /*showPlaceType*/
i[2] !== "never" && !/*feature*/
i[0].address && !/*feature*/
i[0].id.startsWith("road.") && !/*feature*/
i[0].id.startsWith("address.") && !/*feature*/
i[0].id.startsWith("postal_code.") && (!/*feature*/
i[0].id.startsWith("poi.") || !/*imageUrl*/
i[5]) && !/*isReverse*/
i[8]
), N, C, O = (
/*isReverse*/
(i[8] ? "" : (
/*feature*/
i[0].place_name.replace(/[^,]*,?\s*/, "")
)) + ""
), I, _, P, z, Z, H;
function G(m, c) {
return c & /*feature*/
1 && (t = null), c & /*feature*/
1 && (n = null), c & /*feature*/
1 && (r = null), c & /*feature*/
1 && (u = null), ke && /*spriteIcon*/
m[6] ? Ir : (
/*imageUrl*/
m[5] ? Pr : (
/*feature*/
m[0].address ? Rr : (t == null && (t = !!/*feature*/
m[0].id.startsWith("road.")), t ? Or : (n == null && (n = !!/*feature*/
m[0].id.startsWith("address.")), n ? kr : (r == null && (r = !!/*feature*/
m[0].id.startsWith("postal_code.")), r ? Cr : (u == null && (u = !!/*feature*/
m[0].id.startsWith("poi.")), u ? Nr : (
/*isReverse*/
m[8] ? Mr : Tr
)))))
)
);
}
let s = G(i, -1), l = s(i), f = k && Gi(i);
return {
c() {
e = X("li"), l.c(), a = Le(), o = X("span"), g = X("span"), h = X("span"), S = Ye(v), M = Le(), f && f.c(), N = Le(), C = X("span"), I = Ye(O), x(h, "class", "primary svelte-w9y5n9"), x(g, "class", "svelte-w9y5n9"), x(C, "class", "line2 svelte-w9y5n9"), x(o, "class", "texts svelte-w9y5n9"), x(e, "tabindex", "-1"), x(e, "role", "option"), x(e, "aria-selected", _ = /*style*/
i[1] === "selected"), x(e, "aria-checked", P = /*style*/
i[1] === "picked"), x(e, "class", z = Wt(
/*style*/
i[1]
) + " svelte-w9y5n9");
},
m(m, c) {
te(m, e, c), l.m(e, null), j(e, a), j(e, o), j(o, g), j(g, h), j(h, S), j(g, M), f && f.m(g, null), j(o, N), j(o, C), j(C, I), Z || (H = [
he(
e,
"mouseenter",
/*mouseenter_handler*/
i[13]
),
he(
e,
"focus",
/*focus_handler*/
i[15]
),
he(
e,
"click",
/*click_handler*/
i[16]
)
], Z = !0);
},
p(m, [c]) {
s === (s = G(m, c)) && l ? l.p(m, c) : (l.d(1), l = s(m), l && (l.c(), l.m(e, a))), c & /*isReverse, feature*/
257 && v !== (v = /*isReverse*/
(m[8] ? (
/*feature*/
m[0].place_name
) : (
/*feature*/
m[0].place_name.replace(/,.*/, "")
)) + "") && _t(S, v), c & /*showPlaceType, feature, imageUrl, isReverse*/
293 && (k = /*showPlaceType*/
m[2] === "always" || /*showPlaceType*/
m[2] !== "never" && !/*feature*/
m[0].address && !/*feature*/
m[0].id.startsWith("road.") && !/*feature*/
m[0].id.startsWith("address.") && !/*feature*/
m[0].id.startsWith("postal_code.") && (!/*feature*/
m[0].id.startsWith("poi.") || !/*imageUrl*/
m[5]) && !/*isReverse*/
m[8]), k ? f ? f.p(m, c) : (f = Gi(m), f.c(), f.m(g, null)) : f && (f.d(1), f = null), c & /*isReverse, feature*/
257 && O !== (O = /*isReverse*/
(m[8] ? "" : (
/*feature*/
m[0].place_name.replace(/[^,]*,?\s*/, "")
)) + "") && _t(I, O), c & /*style*/
2 && _ !== (_ = /*style*/
m[1] === "selected") && x(e, "aria-selected", _), c & /*style*/
2 && P !== (P = /*style*/
m[1] === "picked") && x(e, "aria-checked", P), c & /*style*/
2 && z !== (z = Wt(
/*style*/
m[1]
) + " svelte-w9y5n9") && x(e, "class", z);
},
i: re,
o: re,
d(m) {
m && $(e), l.d(), f && f.d(), Z = !1, Ve(H);
}
};
}
const pn = typeof devicePixelRatio > "u" ? 1 : devicePixelRatio > 1.25, ui = pn ? "@2x" : "", _e = pn ? 2 : 1;
let ke, kt;
function Br(i, e, t) {
let n, r, u, { feature: a } = e, { style: o = "default" } = e, { showPlaceType: g } = e, { missingIconsCache: h } = e, { iconsBaseUrl: v } = e;
const S = hn();
let M, k, N, C;
function O() {
kt ?? (kt = fetch(`${v}sprite${ui}.json`).then((s) => s.json()).then((s) => {
ke = s;
}).catch(() => {
ke = null;
}));
}
function I() {
k && h.add(k), _();
}
function _() {
ke !== void 0 ? P() : (O(), kt == null || kt.then(P));
}
function P() {
do {
if (C--, t(4, M = n == null ? void 0 : n[C]), t(6, N = M ? ke == null ? void 0 : ke.icons[M] : void 0), N)
break;
t(5, k = M ? v + M.replace(/ /g, "_") + ".svg" : void 0);
} while (C > -1 && (!k || h.has(k)));
}
function z(s) {
mr.call(this, i, s);
}
const Z = () => I(), H = () => S("select", void 0), G = (s) => {
document.activeElement !== s.target && S("select", void 0);
};
return i.$$set = (s) => {
"feature" in s && t(0, a = s.feature), "style" in s && t(1, o = s.style), "showPlaceType" in s && t(2, g = s.showPlaceType), "missingIconsCache" in s && t(11, h = s.missingIconsCache), "iconsBaseUrl" in s && t(3, v = s.iconsBaseUrl);
}, i.$$.update = () => {
var s, l, f, m, c;
i.$$.dirty & /*feature*/
1 && t(12, n = (s = a.properties) == null ? void 0 : s.categories), i.$$.dirty & /*feature*/
1 && t(8, r = a.place_type[0] === "reverse"), i.$$.dirty & /*feature*/
1 && t(7, u = ((f = (l = a.properties) == null ? void 0 : l.categories) == null ? void 0 : f.join(", ")) ?? ((c = (m = a.properties) == null ? void 0 : m.place_type_name) == null ? void 0 : c[0]) ?? a.place_type[0]), i.$$.dirty & /*categories*/
4096 && (C = (n == null ? void 0 : n.length) ?? 0, _());
}, [
a,
o,
g,
v,
M,
k,
N,
u,
r,
S,
I,
h,
n,
z,
Z,
H,
G
];
}
class Gr extends ot {
constructor(e) {
super(), st(this, e, Br, Ar, rt, {
feature: 0,
style: 1,
showPlaceType: 2,
missingIconsCache: 11,
iconsBaseUrl: 3
});
}
}
function Wr(i) {
let e;
return {
c() {
e = X("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>', x(e, "class", "svelte-7cmwmc");
},
m(t, n) {
te(t, e, n);
},
p: re,
i: re,
o: re,
d(t) {
t && $(e);
}
};
}
class zr extends ot {
constructor(e) {
super(), st(this, e, null, Wr, rt, {});
}
}
function Dr(i) {
let e, t;
return {
c() {
e = Fe("svg"), t = Fe("path"), x(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"), x(e, "viewBox", "0 0 60.006 21.412"), x(e, "width", "14"), x(e, "height", "20"), x(e, "class", "svelte-en2qvf");
},
m(n, r) {
te(n, e, r), j(e, t);
},
p: re,
i: re,
o: re,
d(n) {
n && $(e);
}
};
}
class Fr extends ot {
constructor(e) {
super(), st(this, e, null, Dr, rt, {});
}
}
function Ur(i) {
let e, t, n;
return {
c() {
e = Fe("svg"), t = Fe("circle"), n = Fe("path"), x(t, "cx", "4.789"), x(t, "cy", "4.787"), x(t, "r", "3.85"), x(t, "class", "svelte-1aq105l"), x(n, "d", "M12.063 12.063 7.635 7.635"), x(n, "class", "svelte-1aq105l"), x(e, "xmlns", "http://www.w3.org/2000/svg"), x(e, "width", "13"), x(e, "height", "13"), x(e, "viewBox", "0 0 13 13"), x(e, "class", "svelte-1aq105l");
},
m(r, u) {
te(r, e, u), j(e, t), j(e, n);
},
p: re,
i: re,
o: re,
d(r) {
r && $(e);
}
};
}
class qr extends ot {
constructor(e) {
super(), st(this, e, null, Ur, rt, {});
}
}
function jr(i, e, t) {
const n = e[1], r = e[0], u = n - r;
return i === n && t ? i : ((i - r) % u + u) % u + r;
}
function zt(i) {
const e = [...i];
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;
}
let yt;
async function Vr(i, e, t) {
const n = i == null ? void 0 : i.getCenterAndZoom();
for (const r of e ?? [])
if (!(n && (r.minZoom != null && r.minZoom > n[0] || r.maxZoom != null && r.maxZoom < n[0]))) {
if (r.type === "fixed")
return r.coordinates.join(",");
e: if (r.type === "client-geolocation") {
if (yt && r.cachedLocationExpiry && yt.time + r.cachedLocationExpiry > Date.now()) {
if (!yt.coords)
break e;
return yt.coords;
}
let u;
try {
return u = await new Promise((a, o) => {
t.signal.addEventListener("abort", () => {
o(Error("aborted"));
}), navigator.geolocation.getCurrentPosition(
(g) => {
a(
[g.coords.longitude, g.coords.latitude].map((h) => h.toFixed(6)).join(",")
);
},
(g) => {
o(g);
},
r
);
}), u;
} catch {
} finally {
r.cachedLocationExpiry && (yt = {
time: Date.now(),
coords: u
});
}
if (t.signal.aborted)
return;
}
if (r.type === "server-geolocation")
return "ip";
if (n && r.type === "map-center")
return n[1].toFixed(6) + "," + n[2].toFixed(6);
}
}
const Hr = /^(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, Wi = /^([+-]?[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,})$/, zi = /^(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, Di = /^(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, Fi = /^(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, Ui = /^(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;
function Zr(i) {
if (!["DMS", "DM", "DD"].includes(i))
throw new Error("invalid format specified");
if (this.decimalCoordinates && this.decimalCoordinates.trim()) {
const e = this.decimalCoordinates.split(",").map((k) => Number(k.trim())), t = Number(e[0]), n = Number(e[1]), r = Math.abs(t), u = Math.abs(n), a = t > 0 ? "N" : "S", o = n > 0 ? "E" : "W";
let g;
i == "DD" && (g = `${r}° ${a}, ${u}° ${o}`);
const h = Math.floor(r), v = Math.floor(u), S = (r - h) * 60, M = (u - v) * 60;
if (i == "DM") {
let k = qi(S, 3).toFixed(3).padStart(6, "0"), N = qi(M, 3).toFixed(3).padStart(6, "0");
k.endsWith(".000") && N.endsWith(".000") && (k = k.replace(/\.000$/, ""), N = N.replace(/\.000$/, "")), g = `${h}° ${k}' ${a}, ${v}° ${N}' ${o}`;
}
if (i == "DMS") {
const k = Math.floor(S), N = Math.floor(M);
let C = ((S - k) * 60).toFixed(1).padStart(4, "0"), O = ((M - N) * 60).toFixed(1).padStart(4, "0");
const I = k.toString().padStart(2, "0"), _ = N.toString().padStart(2, "0");
C.endsWith(".0") && O.endsWith(".0") && (C = C.replace(/\.0$/, ""), O = O.replace(/\.0$/, "")), g = `${h}° ${I}' ${C}" ${a}, ${v}° ${_}' ${O}" ${o}`;
}
return g;
} else
throw new Error("no decimal coordinates to convert");
}
function qi(i, e) {
const t = Math.pow(10, e);
return Math.round((i + Number.EPSILON) * t) / t;
}
function gi(i, e) {
e || (e = 5), i = i.replace(/\s+/g, " ").trim();
let t = null, n = null, r = "", u = "", a = null, o = [], g = !1;
if (Hr.test(i))
throw new Error("invalid coordinate value");
if (Wi.test(i))
if (o = Wi.exec(i), g = bt(o), g)
t = Math.abs(o[1]) + o[2] / 60, Number(o[1]) < 0 && (t *= -1), n = Math.abs(o[3]) + o[4] / 60, Number(o[3]) < 0 && (n *= -1), a = "DM";
else
throw new Error("invalid coordinate format");
else if (zi.test(i))
if (o = zi.exec(i), g = bt(o), g) {
if (t = o[2], n = o[6], t.includes(",") && (t = t.replace(",", ".")), n.includes(",") && (n = n.replace(",", ".")), a = "DD", Number(Math.round(t)) == Number(t))
throw new Error("integer only coordinate provided");
if (Number(Math.round(n)) == Number(n))
throw new Error("integer only coordinate provided");
o[1] ? (r = o[1], u = o[5]) : o[4] && (r = o[4], u = o[8]);
} else
throw new Error("invalid decimal coordinate format");
else if (Di.test(i))
if (o = Di.exec(i), g = bt(o), g)
t = Math.abs(parseInt(o[2])), o[4] && (t += o[4] / 60, a = "DM"), o[6] && (t += o[6].replace(",", ".") / 3600, a = "DMS"), parseInt(o[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(o[9])), o[11] && (n += o[11] / 60), o[13] && (n += o[13].replace(",", ".") / 3600), parseInt(o[9]) < 0 && (n = -1 * n), o[1] ? (r = o[1], u = o[8]) : o[7] && (r = o[7], u = o[14]);
else
throw new Error("invalid DMS coordinates format");
else if (Fi.test(i))
if (o = Fi.exec(i), g = bt(o), g)
t = Math.abs(parseInt(o[2])), o[4] && (t += o[4] / 60, a = "DM"), o[6] && (t += o[6] / 3600, a = "DMS"), parseInt(o[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(o[10])), o[12] && (n += o[12] / 60), o[14] && (n += o[14] / 3600), parseInt(o[10]) < 0 && (n = -1 * n), o[1] ? (r = o[1], u = o[9]) : o[8] && (r = o[8], u = o[16]);
else
throw new Error("invalid DMS coordinates format");
else if (Ui.test(i)) {
if (o = Ui.exec(i), g = bt(o), o.filter((h) => h).length <= 5)
throw new Error("invalid coordinates format");
if (g)
t = Math.abs(parseInt(o[2])), o[4] && (t += o[4].replace(",", ".") / 60, a = "DM"), o[6] && (t += o[6].replace(",", ".") / 3600, a = "DMS"), parseInt(o[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(o[10])), o[12] && (n += o[12].replace(",", ".") / 60), o[14] && (n += o[14].replace(",", ".") / 3600), parseInt(o[10]) < 0 && (n = -1 * n), o[1] ? (r = o[1], u = o[9]) : o[8] && (r = o[8], u = o[16]);
else
throw new Error("invalid coordinates format");
}
if (g) {
if (Math.abs(n) >= 180)
throw new Error("invalid longitude value");
if (Math.abs(t) >= 90)
throw new Error("invalid latitude value");
if (r && !u || !r && u)
throw new Error("invalid coordinates value");
if (r && r == u)
throw new Error("invalid coordinates format");
t.toString().includes(",") && (t = t.replace(",", ".")), n.toString().includes(",") && (n = n.replace(",", "."));
let h = /S|SOUTH/i;
h.test(r) && t > 0 && (t = -1 * t), h = /W|WEST/i, h.test(u) && n > 0 && (n = -1 * n);
const v = o[0].trim();
let S, M;
const k = /[,/;\u0020]/g, N = v.match(k);
if (N == null) {
const I = Math.floor(i.length / 2);
S = v.substring(0, I).trim(), M = v.substring(I).trim();
} else {
let I;
N.length % 2 == 1 ? I = Math.floor(N.length / 2) : I = N.length / 2 - 1;
let _ = 0;
if (I == 0)
_ = v.indexOf(N[0]), S = v.substring(0, _).trim(), M = v.substring(_ + 1).trim();
else {
let P = 0, z = 0;
for (; P <= I; )
_ = v.indexOf(N[P], z), z = _ + 1, P++;
S = v.substring(0, _).trim(), M = v.substring(_ + 1).trim();
}
}
const C = S.split(".");
if (C.length == 2 && C[1] == 0 && C[1].length != 2)
throw new Error("invalid coordinates format");
const O = M.split(".");
if (O.length == 2 && O[1] == 0 && O[1].length != 2)
throw new Error("invalid coordinates format");
if (/^\d+$/.test(S) || /^\d+$/.test(M))
throw new Error("degree only coordinate/s provided");
return t = Number(Number(t).toFixed(e)), n = Number(Number(n).toFixed(e)), Object.freeze({
verbatimCoordinates: v,
verbatimLatitude: S,
verbatimLongitude: M,
decimalLatitude: t,
decimalLongitude: n,
decimalCoordinates: `${t},${n}`,
originalFormat: a,
closeEnough: Kr,
toCoordinateFormat: Zr
});
} else
throw new Error("coordinates pattern match failed");
}
function bt(i) {
if (!isNaN(i[0]))
return !1;
const e = [...i];
if (e.shift(), e.length % 2 > 0)
return !1;
const t = /^[-+]?\d+([\.,]\d+)?$/, n = /[eastsouthnorthwest]+/i, r = e.length / 2;
for (let u = 0; u < r; u++) {
const a = e[u], o = e[u + r], g = t.test(a) && t.test(o), h = n.test(a) && n.test(o), v = a == o;
if (!(a == null && o == null)) {
if (a == null || o == null)
return !1;
if (g || h || v)
continue;
return !1;
}
}
return !0;
}
function ji(i, e) {
const t = Math.abs(i - e);
return Number(t.toFixed(6)) <= 1e-5;
}
function Kr(i) {
if (!i)
throw new Error("coords must be provided");
if (i.includes(",")) {
const e = i.split(",");
if (Number(e[0]) == NaN || Number(e[1]) == NaN)
throw new Error("coords are not valid decimals");
return ji(this.decimalLatitude, Number(e[0])) && ji(this.decimalLongitude, e[1]);
} else
throw new Error("coords being tested must be separated by a comma");
}
const Yr = Object.freeze({
DMS: "DMS",
DM: "DM",
DD: "DD"
});
gi.to = Yr;
const Qr = [
{
verbatimCoordinates: "40.123, -74.123",
verbatimLatitude: "40.123",
verbatimLongitude: "-74.123"
},
{
verbatimCoordinates: "40.123° N 74.123° W",
verbatimLatitude: "40.123° N",
verbatimLongitude: "74.123° W"
},
{
verbatimCoordinates: "40.123° N 74.123° W",
verbatimLatitude: "40.123° N",
verbatimLongitude: "74.123° W"
},
{
verbatimCoordinates: '40° 7´ 22.8" N 74° 7´ 22.8" W',
verbatimLatitude: '40° 7´ 22.8" N',
verbatimLongitude: '74° 7´ 22.8" W'
},
{
verbatimCoordinates: "40° 7.38’ , -74° 7.38’",
verbatimLatitude: "40° 7.38’",
verbatimLongitude: "-74° 7.38’"
},
{
verbatimCoordinates: "N40°7’22.8’’, W74°7’22.8’’",
verbatimLatitude: "N40°7’22.8’’",
verbatimLongitude: "W74°7’22.8’’"
},
{
verbatimCoordinates: '40°7’22.8"N, 74°7’22.8"W',
verbatimLatitude: '40°7’22.8"N',
verbatimLongitude: '74°7’22.8"W'
},
{
verbatimCoordinates: `40°7'22.8"N, 74°7'22.8"W`,
verbatimLatitude: `40°7'22.8"N`,
verbatimLongitude: `74°7'22.8"W`
},
{
verbatimCoordinates: "40 7 22.8, -74 7 22.8",
verbatimLatitude: "40 7 22.8",
verbatimLongitude: "-74 7 22.8"
},
{
verbatimCoordinates: "40.123 -74.123",
verbatimLatitude: "40.123",
verbatimLongitude: "-74.123"
},
{
verbatimCoordinates: "40.123°,-74.123°",
verbatimLatitude: "40.123°",
verbatimLongitude: "-74.123°"
},
{
verbatimCoordinates: "40.123N74.123W",
verbatimLatitude: "40.123N",
verbatimLongitude: "74.123W"
},
{
verbatimCoordinates: "4007.38N7407.38W",
verbatimLatitude: "4007.38N",
verbatimLongitude: "7407.38W"
},
{
verbatimCoordinates: '40°7’22.8"N, 74°7’22.8"W',
verbatimLatitude: '40°7’22.8"N',
verbatimLongitude: '74°7’22.8"W'
},
{
verbatimCoordinates: "400722.8N740722.8W",
verbatimLatitude: "400722.8N",
verbatimLongitude: "740722.8W"
},
{
verbatimCoordinates: "N 40 7.38 W 74 7.38",
verbatimLatitude: "N 40 7.38",
verbatimLongitude: "W 74 7.38"
},
{
verbatimCoordinates: "40:7:22.8N 74:7:22.8W",
verbatimLatitude: "40:7:22.8N",
verbatimLongitude: "74:7:22.8W"
},
{
verbatimCoordinates: "40:7:23N,74:7:23W",
verbatimLatitude: "40:7:23N",
verbatimLongitude: "74:7:23W",
decimalLatitude: 40.1230555555,
decimalLongitude: -74.1230555555
},
{
verbatimCoordinates: '40°7’23"N 74°7’23"W',
verbatimLatitude: '40°7’23"N',
verbatimLongitude: '74°7’23"W',
decimalLatitude: 40.1230555555,
decimalLongitude: -74.12305555555555
},
{
verbatimCoordinates: '40°7’23"S 74°7’23"E',
verbatimLatitude: '40°7’23"S',
verbatimLongitude: '74°7’23"E',
decimalLatitude: -40.1230555555,
decimalLongitude: 74.12305555555555
},
{
verbatimCoordinates: '40°7’23" -74°7’23"',
verbatimLatitude: '40°7’23"',
verbatimLongitude: '-74°7’23"',
decimalLatitude: 40.1230555555,
decimalLongitude: -74.123055555
},
{
verbatimCoordinates: '40d 7’ 23" N 74d 7’ 23" W',
verbatimLatitude: '40d 7’ 23" N',
verbatimLongitude: '74d 7’ 23" W',
decimalLatitude: 40.1230555555,
decimalLongitude: -74.123055555
},
{
verbatimCoordinates: "40.123N 74.123W",
verbatimLatitude: "40.123N",
verbatimLongitude: "74.123W"
},
{
verbatimCoordinates: "40° 7.38, -74° 7.38",
verbatimLatitude: "40° 7.38",
verbatimLongitude: "-74° 7.38"
},
{
verbatimCoordinates: "40° 7.38, -74° 7.38",
verbatimLatitude: "40° 7.38",
verbatimLongitude: "-74° 7.38"
},
{
verbatimCoordinates: "40 7 22.8; -74 7 22.8",
verbatimLatitude: "40 7 22.8",
verbatimLongitude: "-74 7 22.8"
}
], Xr = {
decimalLatitude: 40.123,
decimalLongitude: -74.123
}, Jr = [
{
verbatimCoordinates: `50°4'17.698"south, 14°24'2.826"east`,
verbatimLatitude: `50°4'17.698"south`,
verbatimLongitude: `14°24'2.826"east`,
decimalLatitude: -50.07158277777778,
decimalLongitude: 14.400785
},
{
verbatimCoordinates: "50d4m17.698S 14d24m2.826E",
verbatimLatitude: "50d4m17.698S",
verbatimLongitude: "14d24m2.826E",
decimalLatitude: -50.07158277777778,
decimalLongitude: 14.400785
},
{
verbatimCoordinates: "40:26:46N,79:56:55W",
verbatimLatitude: "40:26:46N",
verbatimLongitude: "79:56:55W",
decimalLatitude: 40.44611111111111,
decimalLongitude: -79.9486111111111
},
{
verbatimCoordinates: "40:26:46.302N 79:56:55.903W",
verbatimLatitude: "40:26:46.302N",
verbatimLongitude: "79:56:55.903W",
decimalLatitude: 40.446195,
decimalLongitude: -79.94886194444445
},
{
verbatimCoordinates: "40°26′47″N 79°58′36″W",
verbatimLatitude: "40°26′47″N",
verbatimLongitude: "79°58′36″W",
decimalLatitude: 40.44638888888889,
decimalLongitude: -79.97666666666667
},
{
verbatimCoordinates: "40d 26′ 47″ N 79d 58′ 36″ W",
verbatimLatitude: "40d 26′ 47″ N",
verbatimLongitude: "79d 58′ 36″ W",
decimalLatitude: 40.44638888888889,
decimalLongitude: -79.97666666666667
},
{
verbatimCoordinates: "40.446195N 79.948862W",
verbatimLatitude: "40.446195N",
verbatimLongitude: "79.948862W",
decimalLatitude: 40.446195,
decimalLongitude: -79.948862
},
{
verbatimCoordinates: "40,446195° 79,948862°",
verbatimLatitude: "40,446195°",
verbatimLongitude: "79,948862°",
decimalLatitude: 40.446195,
decimalLongitude: 79.948862
},
{
verbatimCoordinates: "40° 26.7717, -79° 56.93172",
verbatimLatitude: "40° 26.7717",
verbatimLongitude: "-79° 56.93172",
decimalLatitude: 40.446195,
decimalLongitude: -79.948862
},
{
verbatimCoordinates: "40.446195, -79.948862",
verbatimLatitude: "40.446195",
verbatimLongitude: "-79.948862",
decimalLatitude: 40.446195,
decimalLongitude: -79.948862
},
{
verbatimCoordinates: "40.123256; -74.123256",
verbatimLatitude: "40.123256",
verbatimLongitude: "-74.123256",
decimalLatitude: 40.123256,
decimalLongitude: -74.123256
},
{
verbatimCoordinates: "18°24S 22°45E",
verbatimLatitude: "18°24S",
verbatimLongitude: "22°45E",
decimalLatitude: -18.4,
decimalLongitude: 22.75
}
], $r = [
{
verbatimCoordinates: "10.432342S 10.6345345E",
verbatimLatitude: "10.432342S",
verbatimLongitude: "10.6345345E",
decimalLatitude: -10.432342,
decimalLongitude: 10.6345345
},
{
verbatimCoordinates: "10.00S 10.00E",
verbatimLatitude: "10.00S",
verbatimLongitude: "10.00E",
decimalLatitude: -10,
decimalLongitude: 10
},
{
verbatimCoordinates: "00.00S 01.00E",
verbatimLatitude: "00.00S",
verbatimLongitude: "01.00E",
decimalLatitude: 0,
decimalLongitude: 1
},
{
verbatimCoordinates: "18.24S 22.45E",
verbatimLatitude: "18.24S",
verbatimLongitude: "22.45E",
decimalLatitude: -18.4,
decimalLongitude: 22.75
},
{
verbatimCoordinates: "27deg 15min 45.2sec S 18deg 32min 53.7sec E",
verbatimLatitude: "27deg 15min 45.2sec S",
verbatimLongitude: "18deg 32min 53.7sec E",
decimalLatitude: -27.262555555555554,
decimalLongitude: 18.54825
},
{
verbatimCoordinates: "-23.3245° S / 28.2344° E",
verbatimLatitude: "-23.3245° S",
verbatimLongitude: "28.2344° E",
decimalLatitude: -23.3245,
decimalLongitude: 28.2344
},
{
verbatimCoordinates: "40° 26.7717 -79° 56.93172",
verbatimLatitude: "40° 26.7717",
verbatimLongitude: "-79° 56.93172",
decimalLatitude: 40.446195,
decimalLongitude: -79.948862
},
{
verbatimCoordinates: "27.15.45S 18.32.53E",
verbatimLatitude: "27.15.45S",
verbatimLongitude: "18.32.53E",
decimalLatitude: -27.2625,
decimalLongitude: 18.548055
},
{
verbatimCoordinates: "-27.15.45 18.32.53",
verbatimLatitude: "-27.15.45",
verbatimLongitude: "18.32.53",
decimalLatitude: -27.2625,
decimalLongitude: 18.548055
},
{
verbatimCoordinates: "27.15.45.2S 18.32.53.4E",
verbatimLatitude: "27.15.45.2S",
verbatimLongitude: "18.32.53.4E",
decimalLatitude: -27.262556,
decimalLongitude: 18.548167
},
{
verbatimCoordinates: "27.15.45,2S 18.32.53,4E",
verbatimLatitude: "27.15.45,2S",
verbatimLongitude: "18.32.53,4E",
decimalLatitude: -27.262556,
decimalLongitude: 18.548167
},
{
verbatimCoordinates: "S23.43563 ° E22.45634 °",
verbatimLatitude: "S23.43563 °",
verbatimLongitude: "E22.45634 °",
decimalLatitude: -23.43563,
decimalLongitude: 22.45634
},
{
verbatimCoordinates: "27,71372° S 23,07771° E",
verbatimLatitude: "27,71372° S",
verbatimLongitude: "23,07771° E",
decimalLatitude: -27.71372,
decimalLongitude: 23.07771
},
{
verbatimCoordinates: "27.45.34 S 23.23.23 E",
verbatimLatitude: "27.45.34 S",
verbatimLongitude: "23.23.23 E",
decimalLatitude: -27.759444,
decimalLongitude: 23.38972222
},
{
verbatimCoordinates: "S 27.45.34 E 23.23.23",
verbatimLatitude: "S 27.45.34",
verbatimLongitude: "E 23.23.23",
decimalLatitude: -27.759444,
decimalLongitude: 23.38972222
},
{
verbatimCoordinates: "53 16.3863,4 52.8171",
verbatimLatitude: "53 16.3863",
verbatimLongitude: "4 52.8171",
decimalLatitude: 53.273105,
decimalLongitude: 4.88029
},
{
verbatimCoordinates: "50 8.2914,-5 2.4447",
verbatimLatitude: "50 8.2914",
verbatimLongitude: "-5 2.4447",
decimalLatitude: 50.13819,
decimalLongitude: -5.040745
},
{
verbatimCoordinates: "N 48° 30,6410', E 18° 57,4583'",
verbatimLatitude: "N 48° 30,6410'",
verbatimLongitude: "E 18° 57,4583'",
decimalLatitude: 48.51068,
decimalLongitude: 18.95764
},
{
verbatimCoordinates: "1.23456, 18.33453",
verbatimLatitude: "1.23456",
verbatimLongitude: "18.33453",
decimalLatitude: 1.23456,
decimalLongitude: 18.33453
}
];
function es() {
const i = [];
return Qr.forEach((e) => {
e.decimalLatitude ? i.push(e) : i.push({ ...e, ...Xr });
}), [...i, ...Jr, ...$r];
}
const ts = es();
gi.formats = ts.map((i) => i.verbatimCoordinates);
const is = gi;
function Vi(i, e, t) {
const n = i.slice();
return n[97] = e[t], n[99] = t, n;
}
function Hi(i) {
let e, t;
return e = new zr({}), {
c() {
Qe(e.$$.fragment);
},
m(n, r) {
Ue(e, n, r), t = !0;
},
i(n) {
t || (oe(e.$$.fragment, n), t = !0);
},
o(n) {
de(e.$$.fragment, n), t = !1;
},
d(n) {
qe(e, n);
}
};
}
function Zi(i) {
let e, t, n, r, u;
return t = new Fr({}), {
c() {
e = X("button"), Qe(t.$$.fragment), x(e, "type", "button"), x(
e,
"title",
/*reverseButtonTitle*/
i[10]
), x(e, "class", "svelte-bz0zu3"), ct(
e,
"active",
/*reverseActive*/
i[0]
);
},
m(a, o) {
te(a, e, o), Ue(t, e, null), n = !0, r || (u = he(
e,
"click",
/*click_handler_3*/
i[79]
), r = !0);
},
p(a, o) {
(!n || o[0] & /*reverseButtonTitle*/
1024) && x(
e,
"title",
/*reverseButtonTitle*/
a[10]
), (!n || o[0] & /*reverseActive*/
1) && ct(
e,
"active",
/*reverseActive*/
a[0]
);
},
i(a) {
n || (oe(t.$$.fragment, a), n = !0);
},
o(a) {
de(t.$$.fragment, a), n = !1;
},
d(a) {
a && $(e), qe(t), r = !1, u();
}
};
}
function ns(i) {
let e, t = [], n = /* @__PURE__ */ new Map(), r, u, a