@idmwx/idmui-gl4 0.9.7 → 0.9.9
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/dist/index.js +211 -206
- package/dist/index.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var ne = (t, e, o) => (
|
|
1
|
+
var Za = Object.defineProperty;
|
|
2
|
+
var Xa = (t, e, o) => e in t ? Za(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o;
|
|
3
|
+
var ne = (t, e, o) => (Xa(t, typeof e != "symbol" ? e + "" : e, o), o);
|
|
4
4
|
import Be from "axios";
|
|
5
5
|
import { useTheme as Ee } from "vuetify";
|
|
6
|
-
import { openBlock as b, createElementBlock as T, resolveComponent as w, withDirectives as He, createBlock as j, withCtx as u, createVNode as h, createElementVNode as l, vShow as Ge, toDisplayString as y, createTextVNode as W, normalizeStyle as ae, mergeProps as
|
|
6
|
+
import { openBlock as b, createElementBlock as T, resolveComponent as w, withDirectives as He, createBlock as j, withCtx as u, createVNode as h, withModifiers as ao, createElementVNode as l, vShow as Ge, toDisplayString as y, createTextVNode as W, normalizeStyle as ae, mergeProps as O, normalizeClass as We, Fragment as ke, renderList as Le, createCommentVNode as B } from "vue";
|
|
7
7
|
import we from "mapbox-gl";
|
|
8
|
-
import { LngLatHelper as oe, TropicalHelper as
|
|
8
|
+
import { LngLatHelper as oe, TropicalHelper as Wa, LaneHelper as Fe } from "@idm-plugin/geo";
|
|
9
9
|
import * as E from "@turf/turf";
|
|
10
10
|
import { LayerHelper as oo, CompanyHelper as qa } from "@idm-plugin/tag-nop";
|
|
11
11
|
import D from "moment";
|
|
12
12
|
import Ka from "@mapbox/sphericalmercator";
|
|
13
13
|
import { LayerHelper as Qa } from "@idm-plugin/tag";
|
|
14
|
-
import { Meteo2Assist as
|
|
14
|
+
import { Meteo2Assist as io } from "@idm-plugin/meteo";
|
|
15
15
|
const Z = (t, e) => {
|
|
16
16
|
const o = t.__vccOpts || t;
|
|
17
17
|
for (const [i, a] of e)
|
|
@@ -507,7 +507,7 @@ function ci(t, e, o, i, a, r) {
|
|
|
507
507
|
density: "compact",
|
|
508
508
|
variant: "plain",
|
|
509
509
|
class: "close",
|
|
510
|
-
onClick: e[0] || (e[0] = (p) => a.showZone = !1)
|
|
510
|
+
onClick: e[0] || (e[0] = ao((p) => a.showZone = !1, ["stop"]))
|
|
511
511
|
}, {
|
|
512
512
|
default: u(() => e[1] || (e[1] = [
|
|
513
513
|
l("i", { class: "iconfont icon-close opacity-70 text-h4" }, null, -1)
|
|
@@ -652,14 +652,17 @@ function yi(t, e, o, i, a, r) {
|
|
|
652
652
|
h(n, { class: "pr-8" }, {
|
|
653
653
|
default: u(() => [
|
|
654
654
|
h(s, {
|
|
655
|
+
class: "mr-n2 close",
|
|
656
|
+
density: "comfortable",
|
|
655
657
|
icon: "",
|
|
656
|
-
density: "compact",
|
|
657
658
|
variant: "plain",
|
|
658
|
-
|
|
659
|
-
onClick: e[0] || (e[0] = (f) => a.showInfo = !1)
|
|
659
|
+
onClick: e[0] || (e[0] = ao((f) => a.showInfo = !1, ["stop"]))
|
|
660
660
|
}, {
|
|
661
661
|
default: u(() => e[2] || (e[2] = [
|
|
662
|
-
l("i", {
|
|
662
|
+
l("i", {
|
|
663
|
+
class: "iconfont icon-close",
|
|
664
|
+
style: { "font-size": "20px" }
|
|
665
|
+
}, null, -1)
|
|
663
666
|
])),
|
|
664
667
|
_: 1,
|
|
665
668
|
__: [2]
|
|
@@ -710,7 +713,7 @@ function yi(t, e, o, i, a, r) {
|
|
|
710
713
|
[Ge, a.showInfo]
|
|
711
714
|
]);
|
|
712
715
|
}
|
|
713
|
-
const bi = /* @__PURE__ */ Z(hi, [["render", yi], ["__scopeId", "data-v-
|
|
716
|
+
const bi = /* @__PURE__ */ Z(hi, [["render", yi], ["__scopeId", "data-v-7c98eafc"]]), wi = {
|
|
714
717
|
name: "IdmLoadLine",
|
|
715
718
|
props: {
|
|
716
719
|
map: {
|
|
@@ -1412,10 +1415,10 @@ function qi(t, e, o, i, a, r) {
|
|
|
1412
1415
|
density: "compact",
|
|
1413
1416
|
variant: "plain",
|
|
1414
1417
|
class: "mr-n2 close",
|
|
1415
|
-
onClick: e[0] || (e[0] = (g) => a.showInfo = !1)
|
|
1418
|
+
onClick: e[0] || (e[0] = ao((g) => a.showInfo = !1, ["stop"]))
|
|
1416
1419
|
}, {
|
|
1417
1420
|
default: u(() => e[1] || (e[1] = [
|
|
1418
|
-
l("i", { class: "iconfont icon-close
|
|
1421
|
+
l("i", { class: "iconfont icon-close text-h4" }, null, -1)
|
|
1419
1422
|
])),
|
|
1420
1423
|
_: 1,
|
|
1421
1424
|
__: [1]
|
|
@@ -1447,7 +1450,7 @@ function qi(t, e, o, i, a, r) {
|
|
|
1447
1450
|
[Ge, a.showInfo]
|
|
1448
1451
|
]);
|
|
1449
1452
|
}
|
|
1450
|
-
const Ki = /* @__PURE__ */ Z(Wi, [["render", qi], ["__scopeId", "data-v-
|
|
1453
|
+
const Ki = /* @__PURE__ */ Z(Wi, [["render", qi], ["__scopeId", "data-v-205719b9"]]), Qi = {
|
|
1451
1454
|
name: "IdmIceAreas",
|
|
1452
1455
|
props: {
|
|
1453
1456
|
map: {
|
|
@@ -1669,7 +1672,7 @@ function tr(t, e, o, i, a, r) {
|
|
|
1669
1672
|
l("div", null, y((c = a.lngLat) == null ? void 0 : c.str), 1)
|
|
1670
1673
|
], 4);
|
|
1671
1674
|
}
|
|
1672
|
-
const
|
|
1675
|
+
const Va = /* @__PURE__ */ Z(er, [["render", tr]]);
|
|
1673
1676
|
const or = {
|
|
1674
1677
|
name: "IdmOtherLayerr",
|
|
1675
1678
|
components: {
|
|
@@ -1688,7 +1691,7 @@ const or = {
|
|
|
1688
1691
|
IdmChinaRoute: Gi,
|
|
1689
1692
|
IdmTideStations: Ki,
|
|
1690
1693
|
IdmIceAreas: $i,
|
|
1691
|
-
IdmLatLng:
|
|
1694
|
+
IdmLatLng: Va
|
|
1692
1695
|
},
|
|
1693
1696
|
props: {
|
|
1694
1697
|
map: {
|
|
@@ -1920,7 +1923,7 @@ function ur(t, e, o, i, a, r) {
|
|
|
1920
1923
|
location: "left"
|
|
1921
1924
|
}, {
|
|
1922
1925
|
activator: u(({ props: F }) => [
|
|
1923
|
-
h(s,
|
|
1926
|
+
h(s, O(F, {
|
|
1924
1927
|
"min-width": "32",
|
|
1925
1928
|
width: "32",
|
|
1926
1929
|
height: "32",
|
|
@@ -2140,98 +2143,98 @@ function ur(t, e, o, i, a, r) {
|
|
|
2140
2143
|
})
|
|
2141
2144
|
])
|
|
2142
2145
|
], 6),
|
|
2143
|
-
o.map ? (b(), j(z,
|
|
2146
|
+
o.map ? (b(), j(z, O({
|
|
2144
2147
|
key: 0,
|
|
2145
2148
|
map: o.map,
|
|
2146
2149
|
show: a.checkList.includes("tidal-stations")
|
|
2147
|
-
}, t.$attrs), null, 16, ["map", "show"])) :
|
|
2148
|
-
o.map ? (b(), j(x,
|
|
2150
|
+
}, t.$attrs), null, 16, ["map", "show"])) : B("", !0),
|
|
2151
|
+
o.map ? (b(), j(x, O({
|
|
2149
2152
|
key: 1,
|
|
2150
2153
|
map: o.map,
|
|
2151
2154
|
show: a.checkList.includes("ice-areas")
|
|
2152
|
-
}, t.$attrs), null, 16, ["map", "show"])) :
|
|
2153
|
-
o.map ? (b(), j(S,
|
|
2155
|
+
}, t.$attrs), null, 16, ["map", "show"])) : B("", !0),
|
|
2156
|
+
o.map ? (b(), j(S, O({
|
|
2154
2157
|
key: 2,
|
|
2155
2158
|
map: o.map,
|
|
2156
2159
|
token: o.token,
|
|
2157
2160
|
show: a.checkList.includes("world12nm")
|
|
2158
|
-
}, t.$attrs), null, 16, ["map", "token", "show"])) :
|
|
2159
|
-
o.map ? (b(), j(C,
|
|
2161
|
+
}, t.$attrs), null, 16, ["map", "token", "show"])) : B("", !0),
|
|
2162
|
+
o.map ? (b(), j(C, O({
|
|
2160
2163
|
key: 3,
|
|
2161
2164
|
map: o.map,
|
|
2162
2165
|
token: o.token,
|
|
2163
2166
|
show: a.checkList.includes("worldMarine")
|
|
2164
|
-
}, t.$attrs), null, 16, ["map", "token", "show"])) :
|
|
2165
|
-
o.map ? (b(), j(N,
|
|
2167
|
+
}, t.$attrs), null, 16, ["map", "token", "show"])) : B("", !0),
|
|
2168
|
+
o.map ? (b(), j(N, O({
|
|
2166
2169
|
key: 4,
|
|
2167
2170
|
map: o.map,
|
|
2168
2171
|
token: o.token,
|
|
2169
2172
|
show: a.checkList.includes("chinaRoute")
|
|
2170
|
-
}, t.$attrs), null, 16, ["map", "token", "show"])) :
|
|
2171
|
-
o.map ? (b(), j(M,
|
|
2173
|
+
}, t.$attrs), null, 16, ["map", "token", "show"])) : B("", !0),
|
|
2174
|
+
o.map ? (b(), j(M, O({
|
|
2172
2175
|
key: 5,
|
|
2173
2176
|
map: o.map,
|
|
2174
2177
|
zone: ($ = a.otherLayers) == null ? void 0 : $["war-zones"]
|
|
2175
|
-
}, t.$attrs), null, 16, ["map", "zone"])) :
|
|
2176
|
-
o.map ? (b(), j(L,
|
|
2178
|
+
}, t.$attrs), null, 16, ["map", "zone"])) : B("", !0),
|
|
2179
|
+
o.map ? (b(), j(L, O({
|
|
2177
2180
|
key: 6,
|
|
2178
2181
|
map: o.map,
|
|
2179
2182
|
area: (ee = a.otherLayers) == null ? void 0 : ee["gmdss-areas"]
|
|
2180
|
-
}, t.$attrs), null, 16, ["map", "area"])) :
|
|
2181
|
-
o.map ? (b(), j(v,
|
|
2183
|
+
}, t.$attrs), null, 16, ["map", "area"])) : B("", !0),
|
|
2184
|
+
o.map ? (b(), j(v, O({
|
|
2182
2185
|
key: 7,
|
|
2183
2186
|
map: o.map,
|
|
2184
2187
|
zone: (Q = a.otherLayers) == null ? void 0 : Q["eca-zones"]
|
|
2185
|
-
}, t.$attrs), null, 16, ["map", "zone"])) :
|
|
2186
|
-
o.map ? (b(), j(_,
|
|
2188
|
+
}, t.$attrs), null, 16, ["map", "zone"])) : B("", !0),
|
|
2189
|
+
o.map ? (b(), j(_, O({
|
|
2187
2190
|
key: 8,
|
|
2188
2191
|
map: o.map,
|
|
2189
2192
|
zone: (se = a.otherLayers) == null ? void 0 : se["alert-zones"]
|
|
2190
2193
|
}, t.$attrs, {
|
|
2191
2194
|
"before-layer": "empty-layer-3",
|
|
2192
2195
|
theme: o.theme
|
|
2193
|
-
}), null, 16, ["map", "zone", "theme"])) :
|
|
2194
|
-
o.map ? (b(), j(P,
|
|
2196
|
+
}), null, 16, ["map", "zone", "theme"])) : B("", !0),
|
|
2197
|
+
o.map ? (b(), j(P, O({
|
|
2195
2198
|
key: 9,
|
|
2196
2199
|
map: o.map,
|
|
2197
2200
|
port: (de = a.otherLayers) == null ? void 0 : de.ports,
|
|
2198
2201
|
"forecast-model": o.forecastModel
|
|
2199
|
-
}, t.$attrs, { "before-layer": "empty-layer-3" }), null, 16, ["map", "port", "forecast-model"])) :
|
|
2200
|
-
o.map ? (b(), j(k,
|
|
2202
|
+
}, t.$attrs, { "before-layer": "empty-layer-3" }), null, 16, ["map", "port", "forecast-model"])) : B("", !0),
|
|
2203
|
+
o.map ? (b(), j(k, O({
|
|
2201
2204
|
key: 10,
|
|
2202
2205
|
map: o.map,
|
|
2203
2206
|
show: a.checkList.includes("load-lines")
|
|
2204
|
-
}, t.$attrs), null, 16, ["map", "show"])) :
|
|
2205
|
-
o.map ? (b(), j(R,
|
|
2207
|
+
}, t.$attrs), null, 16, ["map", "show"])) : B("", !0),
|
|
2208
|
+
o.map ? (b(), j(R, O({
|
|
2206
2209
|
key: 11,
|
|
2207
2210
|
map: o.map,
|
|
2208
2211
|
zone: (pe = a.otherLayers) == null ? void 0 : pe["time-zones"]
|
|
2209
|
-
}, t.$attrs), null, 16, ["map", "zone"])) :
|
|
2210
|
-
o.map ? (b(), j(V,
|
|
2212
|
+
}, t.$attrs), null, 16, ["map", "zone"])) : B("", !0),
|
|
2213
|
+
o.map ? (b(), j(V, O({
|
|
2211
2214
|
key: 12,
|
|
2212
2215
|
map: o.map,
|
|
2213
2216
|
area: (me = a.otherLayers) == null ? void 0 : me["voluntary-reporting-area"]
|
|
2214
|
-
}, t.$attrs), null, 16, ["map", "area"])) :
|
|
2215
|
-
o.map ? (b(), j(X,
|
|
2217
|
+
}, t.$attrs), null, 16, ["map", "area"])) : B("", !0),
|
|
2218
|
+
o.map ? (b(), j(X, O({
|
|
2216
2219
|
key: 13,
|
|
2217
2220
|
map: o.map,
|
|
2218
2221
|
area: (K = a.otherLayers) == null ? void 0 : K["special-area"]
|
|
2219
|
-
}, t.$attrs), null, 16, ["map", "area"])) :
|
|
2220
|
-
o.map ? (b(), j(q,
|
|
2222
|
+
}, t.$attrs), null, 16, ["map", "area"])) : B("", !0),
|
|
2223
|
+
o.map ? (b(), j(q, O({
|
|
2221
2224
|
key: 14,
|
|
2222
2225
|
map: o.map,
|
|
2223
2226
|
area: (ie = a.otherLayers) == null ? void 0 : ie["day-night"]
|
|
2224
|
-
}, t.$attrs), null, 16, ["map", "area"])) :
|
|
2225
|
-
o.map ? (b(), j(Y,
|
|
2227
|
+
}, t.$attrs), null, 16, ["map", "area"])) : B("", !0),
|
|
2228
|
+
o.map ? (b(), j(Y, O({
|
|
2226
2229
|
key: 15,
|
|
2227
2230
|
map: o.map,
|
|
2228
2231
|
"menu-toggle": o.menuToggle,
|
|
2229
2232
|
show: a.checkList.includes("graticule")
|
|
2230
|
-
}, t.$attrs), null, 16, ["map", "menu-toggle", "show"])) :
|
|
2233
|
+
}, t.$attrs), null, 16, ["map", "menu-toggle", "show"])) : B("", !0)
|
|
2231
2234
|
]);
|
|
2232
2235
|
}
|
|
2233
2236
|
const gr = /* @__PURE__ */ Z(or, [["render", ur]]);
|
|
2234
|
-
class
|
|
2237
|
+
class ro {
|
|
2235
2238
|
constructor(e) {
|
|
2236
2239
|
ne(this, "map");
|
|
2237
2240
|
ne(this, "mercator");
|
|
@@ -2892,7 +2895,7 @@ const xr = {
|
|
|
2892
2895
|
type: Object
|
|
2893
2896
|
},
|
|
2894
2897
|
viewport: {
|
|
2895
|
-
type:
|
|
2898
|
+
type: ro
|
|
2896
2899
|
},
|
|
2897
2900
|
menuToggle: {
|
|
2898
2901
|
type: Object
|
|
@@ -3068,7 +3071,7 @@ function _r(t, e, o, i, a, r) {
|
|
|
3068
3071
|
l("span", null, "40", -1),
|
|
3069
3072
|
l("span", null, "60", -1)
|
|
3070
3073
|
]), 4)
|
|
3071
|
-
])) :
|
|
3074
|
+
])) : B("", !0);
|
|
3072
3075
|
}
|
|
3073
3076
|
const kr = /* @__PURE__ */ Z(xr, [["render", _r]]), zr = {
|
|
3074
3077
|
name: "IdmCurrent",
|
|
@@ -3239,7 +3242,7 @@ const Cr = {
|
|
|
3239
3242
|
type: Object
|
|
3240
3243
|
},
|
|
3241
3244
|
viewport: {
|
|
3242
|
-
type:
|
|
3245
|
+
type: ro
|
|
3243
3246
|
},
|
|
3244
3247
|
menuToggle: {
|
|
3245
3248
|
type: Object
|
|
@@ -3411,7 +3414,7 @@ function Mr(t, e, o, i, a, r) {
|
|
|
3411
3414
|
l("span", null, "2", -1),
|
|
3412
3415
|
l("span", null, "3.2", -1)
|
|
3413
3416
|
]), 4)
|
|
3414
|
-
])) :
|
|
3417
|
+
])) : B("", !0);
|
|
3415
3418
|
}
|
|
3416
3419
|
const Tr = /* @__PURE__ */ Z(Cr, [["render", Mr]]);
|
|
3417
3420
|
const Rr = {
|
|
@@ -3539,7 +3542,7 @@ function Ar(t, e, o, i, a, r) {
|
|
|
3539
3542
|
l("span", null, "6", -1),
|
|
3540
3543
|
l("span", null, "9", -1)
|
|
3541
3544
|
]), 4)
|
|
3542
|
-
])) :
|
|
3545
|
+
])) : B("", !0);
|
|
3543
3546
|
}
|
|
3544
3547
|
const Dr = /* @__PURE__ */ Z(Rr, [["render", Ar], ["__scopeId", "data-v-79ce70e2"]]), Or = {
|
|
3545
3548
|
name: "IdmSigWave",
|
|
@@ -4015,7 +4018,7 @@ function Wr(t, e, o, i, a, r) {
|
|
|
4015
4018
|
location: "left"
|
|
4016
4019
|
}, {
|
|
4017
4020
|
activator: u(({ props: g }) => [
|
|
4018
|
-
h(s,
|
|
4021
|
+
h(s, O(g, {
|
|
4019
4022
|
"min-width": "32",
|
|
4020
4023
|
width: "32",
|
|
4021
4024
|
height: "32",
|
|
@@ -4033,7 +4036,7 @@ function Wr(t, e, o, i, a, r) {
|
|
|
4033
4036
|
_: 1
|
|
4034
4037
|
})
|
|
4035
4038
|
], 4)
|
|
4036
|
-
])) :
|
|
4039
|
+
])) : B("", !0);
|
|
4037
4040
|
}
|
|
4038
4041
|
const Ur = /* @__PURE__ */ Z(Hr, [["render", Wr]]);
|
|
4039
4042
|
const Vr = {
|
|
@@ -4158,7 +4161,7 @@ function Zr(t, e, o, i, a, r) {
|
|
|
4158
4161
|
l("span", null, "90", -1),
|
|
4159
4162
|
l("span", null, null, -1)
|
|
4160
4163
|
]), 4)
|
|
4161
|
-
])) :
|
|
4164
|
+
])) : B("", !0);
|
|
4162
4165
|
}
|
|
4163
4166
|
const Xr = /* @__PURE__ */ Z(Vr, [["render", Zr]]);
|
|
4164
4167
|
const qr = {
|
|
@@ -4268,7 +4271,7 @@ function Qr(t, e, o, i, a, r) {
|
|
|
4268
4271
|
l("span", null, "80", -1),
|
|
4269
4272
|
l("span", null, "100", -1)
|
|
4270
4273
|
]), 4)
|
|
4271
|
-
])) :
|
|
4274
|
+
])) : B("", !0);
|
|
4272
4275
|
}
|
|
4273
4276
|
const Jr = /* @__PURE__ */ Z(qr, [["render", Qr], ["__scopeId", "data-v-9696d73b"]]);
|
|
4274
4277
|
const $r = {
|
|
@@ -4387,7 +4390,7 @@ function tl(t, e, o, i, a, r) {
|
|
|
4387
4390
|
l("span", null, "2", -1),
|
|
4388
4391
|
l("span", null, "3", -1)
|
|
4389
4392
|
]), 4)
|
|
4390
|
-
])) :
|
|
4393
|
+
])) : B("", !0);
|
|
4391
4394
|
}
|
|
4392
4395
|
const ol = /* @__PURE__ */ Z($r, [["render", tl]]);
|
|
4393
4396
|
const al = {
|
|
@@ -4508,7 +4511,7 @@ function rl(t, e, o, i, a, r) {
|
|
|
4508
4511
|
l("span", null, "20", -1),
|
|
4509
4512
|
l("span", null, "30", -1)
|
|
4510
4513
|
]), 4)
|
|
4511
|
-
])) :
|
|
4514
|
+
])) : B("", !0);
|
|
4512
4515
|
}
|
|
4513
4516
|
const ll = /* @__PURE__ */ Z(al, [["render", rl]]);
|
|
4514
4517
|
const sl = {
|
|
@@ -4617,7 +4620,7 @@ function cl(t, e, o, i, a, r) {
|
|
|
4617
4620
|
l("span", null, "3", -1),
|
|
4618
4621
|
l("span", null, "9", -1)
|
|
4619
4622
|
]), 4)
|
|
4620
|
-
])) :
|
|
4623
|
+
])) : B("", !0);
|
|
4621
4624
|
}
|
|
4622
4625
|
const ml = /* @__PURE__ */ Z(sl, [["render", cl]]);
|
|
4623
4626
|
const hl = {
|
|
@@ -4729,7 +4732,7 @@ function pl(t, e, o, i, a, r) {
|
|
|
4729
4732
|
l("span", null, "30", -1),
|
|
4730
4733
|
l("span", null, "40", -1)
|
|
4731
4734
|
]), 4)
|
|
4732
|
-
])) :
|
|
4735
|
+
])) : B("", !0);
|
|
4733
4736
|
}
|
|
4734
4737
|
const ul = /* @__PURE__ */ Z(hl, [["render", pl]]);
|
|
4735
4738
|
const gl = {
|
|
@@ -4854,7 +4857,7 @@ function yl(t, e, o, i, a, r) {
|
|
|
4854
4857
|
l("span", null, "30", -1),
|
|
4855
4858
|
l("span", null, "40", -1)
|
|
4856
4859
|
]), 4)
|
|
4857
|
-
])) :
|
|
4860
|
+
])) : B("", !0);
|
|
4858
4861
|
}
|
|
4859
4862
|
const bl = /* @__PURE__ */ Z(gl, [["render", yl]]);
|
|
4860
4863
|
const wl = {
|
|
@@ -5019,7 +5022,7 @@ const wl = {
|
|
|
5019
5022
|
},
|
|
5020
5023
|
map: {
|
|
5021
5024
|
handler() {
|
|
5022
|
-
this.map && (this.map.on("move", this.handleMove4Weather), this.viewport = new
|
|
5025
|
+
this.map && (this.map.on("move", this.handleMove4Weather), this.viewport = new ro(this.map), this.handleRampColorInitial(), this.handleWeatherLayerChange(), this.$emit("weatherCheckList", this.checkList));
|
|
5023
5026
|
},
|
|
5024
5027
|
immediate: !0
|
|
5025
5028
|
},
|
|
@@ -5537,7 +5540,7 @@ function $l(t, e, o, i, a, r) {
|
|
|
5537
5540
|
location: "left"
|
|
5538
5541
|
}, {
|
|
5539
5542
|
activator: u(({ props: H }) => [
|
|
5540
|
-
h(s,
|
|
5543
|
+
h(s, O(H, {
|
|
5541
5544
|
"min-width": "32",
|
|
5542
5545
|
width: "32",
|
|
5543
5546
|
height: "32",
|
|
@@ -5564,7 +5567,7 @@ function $l(t, e, o, i, a, r) {
|
|
|
5564
5567
|
location: "left"
|
|
5565
5568
|
}, {
|
|
5566
5569
|
activator: u(({ props: H }) => [
|
|
5567
|
-
h(s,
|
|
5570
|
+
h(s, O(H, {
|
|
5568
5571
|
"min-width": "32",
|
|
5569
5572
|
width: "32",
|
|
5570
5573
|
height: "32",
|
|
@@ -5685,8 +5688,8 @@ function $l(t, e, o, i, a, r) {
|
|
|
5685
5688
|
})
|
|
5686
5689
|
]),
|
|
5687
5690
|
_: 1
|
|
5688
|
-
}, 8, ["style"])) :
|
|
5689
|
-
])) :
|
|
5691
|
+
}, 8, ["style"])) : B("", !0)
|
|
5692
|
+
])) : B("", !0),
|
|
5690
5693
|
l("div", {
|
|
5691
5694
|
class: We(["available-layers transition flex-center", a.toggle ? "right-bar" : ""]),
|
|
5692
5695
|
style: ae({ top: o.top + "px", right: a.toggle ? "0px" : "-280px" })
|
|
@@ -5810,7 +5813,7 @@ function $l(t, e, o, i, a, r) {
|
|
|
5810
5813
|
style: { "font-size": "14px" },
|
|
5811
5814
|
"hide-details": ""
|
|
5812
5815
|
}, null, 8, ["modelValue"])
|
|
5813
|
-
])) :
|
|
5816
|
+
])) : B("", !0),
|
|
5814
5817
|
a.renderKey === "current-particle" && H.key === "current-particle" ? (b(), T("div", Dl, [
|
|
5815
5818
|
l("span", null, y(t.$t("weather.particleAnimatiom")), 1),
|
|
5816
5819
|
h(z, {
|
|
@@ -5824,7 +5827,7 @@ function $l(t, e, o, i, a, r) {
|
|
|
5824
5827
|
height: "20",
|
|
5825
5828
|
"hide-details": ""
|
|
5826
5829
|
}, null, 8, ["modelValue"])
|
|
5827
|
-
])) :
|
|
5830
|
+
])) : B("", !0),
|
|
5828
5831
|
a.renderKey === "ice-forecast" && H.key === "ice-forecast" ? (b(), j(M, {
|
|
5829
5832
|
key: 2,
|
|
5830
5833
|
modelValue: a.iceToggleValue,
|
|
@@ -5867,7 +5870,7 @@ function $l(t, e, o, i, a, r) {
|
|
|
5867
5870
|
}, 8, ["color", "disabled"])
|
|
5868
5871
|
]),
|
|
5869
5872
|
_: 1
|
|
5870
|
-
}, 8, ["modelValue", "disabled"])) :
|
|
5873
|
+
}, 8, ["modelValue", "disabled"])) : B("", !0)
|
|
5871
5874
|
], 64))), 128))
|
|
5872
5875
|
]),
|
|
5873
5876
|
_: 1
|
|
@@ -5927,7 +5930,7 @@ function $l(t, e, o, i, a, r) {
|
|
|
5927
5930
|
})
|
|
5928
5931
|
], 2)
|
|
5929
5932
|
], 6),
|
|
5930
|
-
o.map ? (b(), j(L,
|
|
5933
|
+
o.map ? (b(), j(L, O({
|
|
5931
5934
|
key: 1,
|
|
5932
5935
|
ref: "windBarb",
|
|
5933
5936
|
map: o.map,
|
|
@@ -5935,98 +5938,98 @@ function $l(t, e, o, i, a, r) {
|
|
|
5935
5938
|
"before-layer": "empty-layer-3",
|
|
5936
5939
|
wind: (pe = a.weatherLayers) == null ? void 0 : pe.wind,
|
|
5937
5940
|
"menu-toggle": o.menuToggle
|
|
5938
|
-
}, t.$attrs), null, 16, ["map", "map-feather", "wind", "menu-toggle"])) :
|
|
5939
|
-
o.map ? (b(), j(v,
|
|
5941
|
+
}, t.$attrs), null, 16, ["map", "map-feather", "wind", "menu-toggle"])) : B("", !0),
|
|
5942
|
+
o.map ? (b(), j(v, O({
|
|
5940
5943
|
key: 2,
|
|
5941
5944
|
map: o.map,
|
|
5942
5945
|
"before-layer": "empty-layer-2",
|
|
5943
5946
|
"sig-wave-height": (me = a.weatherLayers) == null ? void 0 : me["sig-wave-height"],
|
|
5944
5947
|
"menu-toggle": o.menuToggle,
|
|
5945
5948
|
"active-weather-layers": a.activeWeatherLayers
|
|
5946
|
-
}, t.$attrs), null, 16, ["map", "sig-wave-height", "menu-toggle", "active-weather-layers"])) :
|
|
5947
|
-
o.map ? (b(), j(_,
|
|
5949
|
+
}, t.$attrs), null, 16, ["map", "sig-wave-height", "menu-toggle", "active-weather-layers"])) : B("", !0),
|
|
5950
|
+
o.map ? (b(), j(_, O({
|
|
5948
5951
|
key: 3,
|
|
5949
5952
|
map: o.map,
|
|
5950
5953
|
"map-feather": o.mapFeather,
|
|
5951
5954
|
"before-layer": "empty-layer-2",
|
|
5952
5955
|
current: (K = a.weatherLayers) == null ? void 0 : K.current,
|
|
5953
5956
|
"menu-toggle": o.menuToggle
|
|
5954
|
-
}, t.$attrs), null, 16, ["map", "map-feather", "current", "menu-toggle"])) :
|
|
5955
|
-
o.map ? (b(), j(P,
|
|
5957
|
+
}, t.$attrs), null, 16, ["map", "map-feather", "current", "menu-toggle"])) : B("", !0),
|
|
5958
|
+
o.map ? (b(), j(P, O({
|
|
5956
5959
|
key: 4,
|
|
5957
5960
|
map: o.map,
|
|
5958
5961
|
"before-layer": "empty-layer-2",
|
|
5959
5962
|
prmsl: (ie = a.weatherLayers) == null ? void 0 : ie.prmsl,
|
|
5960
5963
|
"menu-toggle": o.menuToggle,
|
|
5961
5964
|
"active-weather-layers": a.activeWeatherLayers
|
|
5962
|
-
}, t.$attrs, { theme: o.theme }), null, 16, ["map", "prmsl", "menu-toggle", "active-weather-layers", "theme"])) :
|
|
5963
|
-
o.map ? (b(), j(k,
|
|
5965
|
+
}, t.$attrs, { theme: o.theme }), null, 16, ["map", "prmsl", "menu-toggle", "active-weather-layers", "theme"])) : B("", !0),
|
|
5966
|
+
o.map ? (b(), j(k, O({
|
|
5964
5967
|
key: 5,
|
|
5965
5968
|
viewport: a.viewport,
|
|
5966
5969
|
factor: (F = a.weatherLayers) == null ? void 0 : F["wind-particle"],
|
|
5967
5970
|
"menu-toggle": o.menuToggle
|
|
5968
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
5969
|
-
o.map ? (b(), j(R,
|
|
5971
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0),
|
|
5972
|
+
o.map ? (b(), j(R, O({
|
|
5970
5973
|
key: 6,
|
|
5971
5974
|
viewport: a.viewport,
|
|
5972
5975
|
factor: (le = a.weatherLayers) == null ? void 0 : le["current-particle"],
|
|
5973
5976
|
"menu-toggle": o.menuToggle
|
|
5974
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
5975
|
-
o.map ? (b(), j(V,
|
|
5977
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0),
|
|
5978
|
+
o.map ? (b(), j(V, O({
|
|
5976
5979
|
key: 7,
|
|
5977
5980
|
viewport: a.viewport,
|
|
5978
5981
|
factor: (fe = a.weatherLayers) == null ? void 0 : fe["sig-wave"],
|
|
5979
5982
|
"menu-toggle": o.menuToggle
|
|
5980
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
5981
|
-
o.map ? (b(), j(X,
|
|
5983
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0),
|
|
5984
|
+
o.map ? (b(), j(X, O({
|
|
5982
5985
|
key: 8,
|
|
5983
5986
|
map: o.map,
|
|
5984
5987
|
swell: (xe = a.weatherLayers) == null ? void 0 : xe.swell,
|
|
5985
5988
|
"menu-toggle": o.menuToggle,
|
|
5986
5989
|
"active-weather-layers": a.activeWeatherLayers
|
|
5987
|
-
}, t.$attrs), null, 16, ["map", "swell", "menu-toggle", "active-weather-layers"])) :
|
|
5988
|
-
o.map ? (b(), j(q,
|
|
5990
|
+
}, t.$attrs), null, 16, ["map", "swell", "menu-toggle", "active-weather-layers"])) : B("", !0),
|
|
5991
|
+
o.map ? (b(), j(q, O({
|
|
5989
5992
|
key: 9,
|
|
5990
5993
|
viewport: a.viewport,
|
|
5991
5994
|
factor: (ve = a.weatherLayers) == null ? void 0 : ve["ice-edge"],
|
|
5992
5995
|
"menu-toggle": o.menuToggle
|
|
5993
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
5994
|
-
o.map ? (b(), j(Y,
|
|
5996
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0),
|
|
5997
|
+
o.map ? (b(), j(Y, O({
|
|
5995
5998
|
key: 10,
|
|
5996
5999
|
viewport: a.viewport,
|
|
5997
6000
|
factor: (Se = a.weatherLayers) == null ? void 0 : Se["ice-cover"],
|
|
5998
6001
|
"menu-toggle": o.menuToggle
|
|
5999
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
6000
|
-
o.map ? (b(), j($,
|
|
6002
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0),
|
|
6003
|
+
o.map ? (b(), j($, O({
|
|
6001
6004
|
key: 11,
|
|
6002
6005
|
viewport: a.viewport,
|
|
6003
6006
|
factor: (Me = a.weatherLayers) == null ? void 0 : Me["ice-thickness"],
|
|
6004
6007
|
"menu-toggle": o.menuToggle
|
|
6005
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
6006
|
-
o.map ? (b(), j(ee,
|
|
6008
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0),
|
|
6009
|
+
o.map ? (b(), j(ee, O({
|
|
6007
6010
|
key: 12,
|
|
6008
6011
|
viewport: a.viewport,
|
|
6009
6012
|
factor: (Te = a.weatherLayers) == null ? void 0 : Te.precip3h,
|
|
6010
6013
|
"menu-toggle": o.menuToggle
|
|
6011
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
6012
|
-
o.map ? (b(), j(Q,
|
|
6014
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0),
|
|
6015
|
+
o.map ? (b(), j(Q, O({
|
|
6013
6016
|
key: 13,
|
|
6014
6017
|
viewport: a.viewport,
|
|
6015
6018
|
factor: (Re = a.weatherLayers) == null ? void 0 : Re.visibility,
|
|
6016
6019
|
"menu-toggle": o.menuToggle
|
|
6017
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
6018
|
-
o.map ? (b(), j(se,
|
|
6020
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0),
|
|
6021
|
+
o.map ? (b(), j(se, O({
|
|
6019
6022
|
key: 14,
|
|
6020
6023
|
viewport: a.viewport,
|
|
6021
6024
|
factor: (Ie = a.weatherLayers) == null ? void 0 : Ie["water-temp"],
|
|
6022
6025
|
"menu-toggle": o.menuToggle
|
|
6023
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
6024
|
-
o.map ? (b(), j(de,
|
|
6026
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0),
|
|
6027
|
+
o.map ? (b(), j(de, O({
|
|
6025
6028
|
key: 15,
|
|
6026
6029
|
viewport: a.viewport,
|
|
6027
6030
|
factor: (ye = a.weatherLayers) == null ? void 0 : ye.temp,
|
|
6028
6031
|
"menu-toggle": o.menuToggle
|
|
6029
|
-
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) :
|
|
6032
|
+
}, t.$attrs), null, 16, ["viewport", "factor", "menu-toggle"])) : B("", !0)
|
|
6030
6033
|
]);
|
|
6031
6034
|
}
|
|
6032
6035
|
const es = /* @__PURE__ */ Z(wl, [["render", $l]]), eo = [
|
|
@@ -6307,7 +6310,7 @@ const es = /* @__PURE__ */ Z(wl, [["render", $l]]), eo = [
|
|
|
6307
6310
|
variables: "swell_wave_direction,swell_wave_height,swell_wave_period,swell_wave_peak_period,wave_direction,wave_height,wave_period,wind_wave_direction,wind_wave_height,wind_wave_period,wind_wave_peak_period"
|
|
6308
6311
|
}
|
|
6309
6312
|
];
|
|
6310
|
-
class
|
|
6313
|
+
class Ua {
|
|
6311
6314
|
static standardWeatherModels() {
|
|
6312
6315
|
return eo.filter((e) => !e.disabled && e.alias);
|
|
6313
6316
|
}
|
|
@@ -7056,8 +7059,8 @@ const ts = {
|
|
|
7056
7059
|
},
|
|
7057
7060
|
computeBF() {
|
|
7058
7061
|
return function(t) {
|
|
7059
|
-
const e =
|
|
7060
|
-
return
|
|
7062
|
+
const e = Ua.kts2ms(t);
|
|
7063
|
+
return Ua.beaufort(e);
|
|
7061
7064
|
};
|
|
7062
7065
|
},
|
|
7063
7066
|
computeMovement() {
|
|
@@ -7126,7 +7129,7 @@ const ts = {
|
|
|
7126
7129
|
responseType: /\.(jpg|png)$/.test(g.tropicals) ? "blob" : "json"
|
|
7127
7130
|
}).then((p) => {
|
|
7128
7131
|
var z, x, S;
|
|
7129
|
-
const d =
|
|
7132
|
+
const d = Wa.convert2Geojson(((z = p == null ? void 0 : p.data) == null ? void 0 : z.data) || (p == null ? void 0 : p.data));
|
|
7130
7133
|
((S = (x = p == null ? void 0 : p.config) == null ? void 0 : x.headers) == null ? void 0 : S.key) && d && (this.tropicals = {
|
|
7131
7134
|
data: d,
|
|
7132
7135
|
active: !0,
|
|
@@ -7392,7 +7395,7 @@ const ts = {
|
|
|
7392
7395
|
}), z = (/* @__PURE__ */ new Date()).valueOf() - (d + f), console.log("[tropical] add elapsed: ", z, ", total: ", f += z));
|
|
7393
7396
|
}
|
|
7394
7397
|
this.handleDrawCircle();
|
|
7395
|
-
const p =
|
|
7398
|
+
const p = Wa.interpolate(this.tropicals, 1);
|
|
7396
7399
|
this.interpolateData = JSON.parse(JSON.stringify(p)), this.handleDateChange();
|
|
7397
7400
|
}
|
|
7398
7401
|
},
|
|
@@ -7589,7 +7592,7 @@ function xs(t, e, o, i, a, r) {
|
|
|
7589
7592
|
location: "left"
|
|
7590
7593
|
}, {
|
|
7591
7594
|
activator: u(({ props: f }) => [
|
|
7592
|
-
h(s,
|
|
7595
|
+
h(s, O(f, {
|
|
7593
7596
|
"min-width": "32",
|
|
7594
7597
|
width: "32",
|
|
7595
7598
|
height: "32",
|
|
@@ -7618,7 +7621,7 @@ function xs(t, e, o, i, a, r) {
|
|
|
7618
7621
|
return [
|
|
7619
7622
|
l("div", is, [
|
|
7620
7623
|
l("span", rs, y((f = a.activeTropicals) == null ? void 0 : f.name), 1),
|
|
7621
|
-
(x = (z = a.activeTropicals) == null ? void 0 : z.history) != null && x.level ? (b(), T("span", ls, ", " + y((C = (S = a.activeTropicals) == null ? void 0 : S.history) == null ? void 0 : C.level), 1)) :
|
|
7624
|
+
(x = (z = a.activeTropicals) == null ? void 0 : z.history) != null && x.level ? (b(), T("span", ls, ", " + y((C = (S = a.activeTropicals) == null ? void 0 : S.history) == null ? void 0 : C.level), 1)) : B("", !0)
|
|
7622
7625
|
]),
|
|
7623
7626
|
h(s, {
|
|
7624
7627
|
icon: "",
|
|
@@ -7725,7 +7728,7 @@ function xs(t, e, o, i, a, r) {
|
|
|
7725
7728
|
])),
|
|
7726
7729
|
_: 1,
|
|
7727
7730
|
__: [14]
|
|
7728
|
-
})) :
|
|
7731
|
+
})) : B("", !0),
|
|
7729
7732
|
h(s, {
|
|
7730
7733
|
variant: "text",
|
|
7731
7734
|
density: "compact",
|
|
@@ -7816,7 +7819,7 @@ function xs(t, e, o, i, a, r) {
|
|
|
7816
7819
|
])
|
|
7817
7820
|
]);
|
|
7818
7821
|
}
|
|
7819
|
-
const
|
|
7822
|
+
const Ya = /* @__PURE__ */ Z(ts, [["render", xs]]);
|
|
7820
7823
|
const vs = {
|
|
7821
7824
|
name: "DateTimePicker",
|
|
7822
7825
|
props: {
|
|
@@ -8077,14 +8080,14 @@ function Ps(t, e, o, i, a, r) {
|
|
|
8077
8080
|
})
|
|
8078
8081
|
]),
|
|
8079
8082
|
_: 1
|
|
8080
|
-
})) :
|
|
8083
|
+
})) : B("", !0)
|
|
8081
8084
|
]);
|
|
8082
8085
|
}
|
|
8083
|
-
const
|
|
8086
|
+
const lo = /* @__PURE__ */ Z(vs, [["render", Ps]]);
|
|
8084
8087
|
const Cs = {
|
|
8085
8088
|
name: "IdmPoint",
|
|
8086
8089
|
components: {
|
|
8087
|
-
DateTimePicker:
|
|
8090
|
+
DateTimePicker: lo
|
|
8088
8091
|
},
|
|
8089
8092
|
props: {
|
|
8090
8093
|
isLogin: {
|
|
@@ -8252,7 +8255,6 @@ const Cs = {
|
|
|
8252
8255
|
}
|
|
8253
8256
|
},
|
|
8254
8257
|
mounted() {
|
|
8255
|
-
console.log(this.form.dateTime);
|
|
8256
8258
|
},
|
|
8257
8259
|
methods: {
|
|
8258
8260
|
handleMenuToggle() {
|
|
@@ -8293,7 +8295,7 @@ const Cs = {
|
|
|
8293
8295
|
},
|
|
8294
8296
|
async fetchMeteoData(t) {
|
|
8295
8297
|
this.loading = !0, this.meteoData = [];
|
|
8296
|
-
const { weatherModels: e, marineModels: o } =
|
|
8298
|
+
const { weatherModels: e, marineModels: o } = io.autoPickMeteoModel(t.forecastModel);
|
|
8297
8299
|
let i = {
|
|
8298
8300
|
lat: t.lat,
|
|
8299
8301
|
lng: t.lng,
|
|
@@ -8310,7 +8312,7 @@ const Cs = {
|
|
|
8310
8312
|
},
|
|
8311
8313
|
async fetchHistoryData(t) {
|
|
8312
8314
|
this.loading = !0, this.meteoData = [];
|
|
8313
|
-
const { weatherModels: e, marineModels: o } =
|
|
8315
|
+
const { weatherModels: e, marineModels: o } = io.autoPickMeteoModel(t.forecastModel), i = {
|
|
8314
8316
|
lat: t.lat,
|
|
8315
8317
|
lng: t.lng,
|
|
8316
8318
|
datetime: D(t.dateTime).utc().format(),
|
|
@@ -8328,7 +8330,7 @@ const Cs = {
|
|
|
8328
8330
|
initTableData(t) {
|
|
8329
8331
|
var o, i, a, r, s, n, c, g, p, d, f, z, x, S, C, N, M, L, v, _, P, k, R, V, X, q, Y, $, ee, Q, se, de, pe, me, K, ie, F, le, fe, xe, ve;
|
|
8330
8332
|
this.currentHourData = {}, this.positionGmt = (i = (o = t == null ? void 0 : t.weather) == null ? void 0 : o[0]) == null ? void 0 : i.timezone, this.positionOffset = (r = (a = t == null ? void 0 : t.weather) == null ? void 0 : a[0]) == null ? void 0 : r.offset;
|
|
8331
|
-
const e = ((s =
|
|
8333
|
+
const e = ((s = io.pickHourly(t, D(this.form.dateTime))) == null ? void 0 : s[0]) || {};
|
|
8332
8334
|
this.currentHourData.utc = e.utc, this.currentHourData.lat = t.lat, this.currentHourData.lng = t.lng, this.currentHourData.temp = this.roundPrecision((n = e == null ? void 0 : e.weather) == null ? void 0 : n.temp, 0) ?? "-", this.currentHourData.precipProbability = this.roundPrecision((g = (c = e == null ? void 0 : e.weather) == null ? void 0 : c.precip) == null ? void 0 : g.probability, 0) ?? "-", this.currentHourData.precip1h = this.roundPrecision((d = (p = e == null ? void 0 : e.weather) == null ? void 0 : p.precip) == null ? void 0 : d.sum, 0) ?? "-", this.currentHourData.visibility = this.roundPrecision((f = e == null ? void 0 : e.weather) == null ? void 0 : f.visibility, 0) ?? "-", this.currentHourData.windSpeed = this.roundPrecision((x = (z = e == null ? void 0 : e.weather) == null ? void 0 : z.wind) == null ? void 0 : x.kts, 1) ?? "-", this.currentHourData.windDir = (C = (S = e == null ? void 0 : e.weather) == null ? void 0 : S.wind) == null ? void 0 : C.direction, this.currentHourData.windLevel = this.roundPrecision((M = (N = e == null ? void 0 : e.weather) == null ? void 0 : N.wind) == null ? void 0 : M.scale, 0) ?? "-", this.currentHourData.windGust = this.roundPrecision((v = (L = e == null ? void 0 : e.weather) == null ? void 0 : L.wind) == null ? void 0 : v.gusts, 1) ?? "-", this.currentHourData.sigwaveHeight = this.roundPrecision((P = (_ = e == null ? void 0 : e.wave) == null ? void 0 : _.sig) == null ? void 0 : P.height, 1) ?? "-", this.currentHourData.sigwaveDir = (R = (k = e == null ? void 0 : e.wave) == null ? void 0 : k.sig) == null ? void 0 : R.direction, this.currentHourData.sigwavePeriod = this.roundPrecision((X = (V = e == null ? void 0 : e.wave) == null ? void 0 : V.sig) == null ? void 0 : X.period, 1) ?? "-", this.currentHourData.windwaveHeight = this.roundPrecision((Y = (q = e == null ? void 0 : e.wave) == null ? void 0 : q.wd) == null ? void 0 : Y.height, 1) ?? "-", this.currentHourData.windwaveDir = (ee = ($ = e == null ? void 0 : e.wave) == null ? void 0 : $.wd) == null ? void 0 : ee.direction, this.currentHourData.windwavePeriod = this.roundPrecision((se = (Q = e == null ? void 0 : e.wave) == null ? void 0 : Q.wd) == null ? void 0 : se.period, 1) ?? "-", this.currentHourData.swellHeight = this.roundPrecision((pe = (de = e == null ? void 0 : e.wave) == null ? void 0 : de.swell) == null ? void 0 : pe.height, 1) ?? "-", this.currentHourData.swellDir = (K = (me = e == null ? void 0 : e.wave) == null ? void 0 : me.swell) == null ? void 0 : K.direction, this.currentHourData.swellPeriod = this.roundPrecision((F = (ie = e == null ? void 0 : e.wave) == null ? void 0 : ie.swell) == null ? void 0 : F.period, 1) ?? "-", this.currentHourData.currentSpeed = this.roundPrecision((le = e == null ? void 0 : e.current) == null ? void 0 : le.speed, 1) ?? "-", this.currentHourData.currentDir = (fe = e == null ? void 0 : e.current) == null ? void 0 : fe.direction, this.currentHourData.currentSpeed = this.roundPrecision((xe = e == null ? void 0 : e.current) == null ? void 0 : xe.speed, 1) ?? "-", this.currentHourData.seaLevel = this.roundPrecision(e == null ? void 0 : e.height, 1) ?? "-", this.currentHourData.seaTemp = this.roundPrecision(e == null ? void 0 : e.sst, 0) ?? "-", this.currentHourData.weatherUrls = (ve = e == null ? void 0 : e.weather) == null ? void 0 : ve.url;
|
|
8333
8335
|
},
|
|
8334
8336
|
handleBind() {
|
|
@@ -8386,7 +8388,7 @@ const Cs = {
|
|
|
8386
8388
|
this.showMeteo = !1, (t = this.meteoMarker) == null || t.remove(), this.meteoMarker = void 0, (e = this.positionMarker) == null || e.remove(), this.positionMarker = void 0, !this.showForm && !this.showMeteo && (this.toggle = !1);
|
|
8387
8389
|
},
|
|
8388
8390
|
handleFollow() {
|
|
8389
|
-
this.$emit("follow",
|
|
8391
|
+
this.$emit("follow", this.point);
|
|
8390
8392
|
}
|
|
8391
8393
|
}
|
|
8392
8394
|
}, Ss = { class: "idm-gl4-spot" }, Ms = { class: "d-flex justify-start align-center ga-1 mb-1" }, Ts = {
|
|
@@ -8414,7 +8416,7 @@ function Ws(t, e, o, i, a, r) {
|
|
|
8414
8416
|
location: "left"
|
|
8415
8417
|
}, {
|
|
8416
8418
|
activator: u(({ props: v }) => [
|
|
8417
|
-
h(s,
|
|
8419
|
+
h(s, O(v, {
|
|
8418
8420
|
"min-width": "32",
|
|
8419
8421
|
width: "32",
|
|
8420
8422
|
height: "32",
|
|
@@ -8466,7 +8468,7 @@ function Ws(t, e, o, i, a, r) {
|
|
|
8466
8468
|
ref: "spotForm",
|
|
8467
8469
|
autocomplete: "off",
|
|
8468
8470
|
class: "form-box",
|
|
8469
|
-
onSubmit:
|
|
8471
|
+
onSubmit: ao(r.clickForm, ["prevent"])
|
|
8470
8472
|
}, {
|
|
8471
8473
|
default: u(() => [
|
|
8472
8474
|
l("div", Ms, [
|
|
@@ -8637,7 +8639,7 @@ function Ws(t, e, o, i, a, r) {
|
|
|
8637
8639
|
class: "pa-0"
|
|
8638
8640
|
}, {
|
|
8639
8641
|
default: u(() => [
|
|
8640
|
-
h(z,
|
|
8642
|
+
h(z, O({
|
|
8641
8643
|
"date-time": a.form.dateTime,
|
|
8642
8644
|
"time-zone": o.timeZone
|
|
8643
8645
|
}, t.$attrs, {
|
|
@@ -8752,7 +8754,7 @@ function Ws(t, e, o, i, a, r) {
|
|
|
8752
8754
|
})
|
|
8753
8755
|
]),
|
|
8754
8756
|
_: 1
|
|
8755
|
-
}, 8, ["style"])) :
|
|
8757
|
+
}, 8, ["style"])) : B("", !0),
|
|
8756
8758
|
He(h(M, {
|
|
8757
8759
|
id: "idm-gl4-spot-meteo",
|
|
8758
8760
|
class: "spot-meteo",
|
|
@@ -8768,14 +8770,17 @@ function Ws(t, e, o, i, a, r) {
|
|
|
8768
8770
|
l("div", Gs, y(r.computeLat((v = a.currentHourData) == null ? void 0 : v.lat)) + "," + y(r.computeLng((_ = a.currentHourData) == null ? void 0 : _.lng)), 1)
|
|
8769
8771
|
]),
|
|
8770
8772
|
h(s, {
|
|
8773
|
+
class: "mr-n2",
|
|
8774
|
+
density: "comfortable",
|
|
8771
8775
|
icon: "",
|
|
8772
|
-
density: "compact",
|
|
8773
8776
|
variant: "plain",
|
|
8774
|
-
|
|
8775
|
-
onClick: r.handleCloseMeteo
|
|
8777
|
+
onClick: ao(r.handleCloseMeteo, ["stop"])
|
|
8776
8778
|
}, {
|
|
8777
8779
|
default: u(() => e[24] || (e[24] = [
|
|
8778
|
-
l("i", {
|
|
8780
|
+
l("i", {
|
|
8781
|
+
class: "iconfont icon-close",
|
|
8782
|
+
style: { "font-size": "20px" }
|
|
8783
|
+
}, null, -1)
|
|
8779
8784
|
])),
|
|
8780
8785
|
_: 1,
|
|
8781
8786
|
__: [24]
|
|
@@ -9379,7 +9384,7 @@ function Zs(t, e, o, i, a, r) {
|
|
|
9379
9384
|
location: "left"
|
|
9380
9385
|
}, {
|
|
9381
9386
|
activator: u(({ props: c }) => [
|
|
9382
|
-
h(s,
|
|
9387
|
+
h(s, O(c, {
|
|
9383
9388
|
"min-width": "32",
|
|
9384
9389
|
width: "32",
|
|
9385
9390
|
height: "32",
|
|
@@ -9401,7 +9406,7 @@ function Zs(t, e, o, i, a, r) {
|
|
|
9401
9406
|
const Xs = /* @__PURE__ */ Z(Vs, [["render", Zs]]);
|
|
9402
9407
|
const qs = {
|
|
9403
9408
|
name: "IdmBottomBar",
|
|
9404
|
-
components: { DateTimePicker:
|
|
9409
|
+
components: { DateTimePicker: lo },
|
|
9405
9410
|
props: {
|
|
9406
9411
|
menuToggle: {
|
|
9407
9412
|
type: Object,
|
|
@@ -9488,7 +9493,7 @@ const qs = {
|
|
|
9488
9493
|
this.handlePause(), this.startAnimate = 0, (t = this.$refs.dateTimePicker) == null || t.handleReset();
|
|
9489
9494
|
},
|
|
9490
9495
|
handleToggle(t, e) {
|
|
9491
|
-
this.show[t] = e
|
|
9496
|
+
this.show[t] = e;
|
|
9492
9497
|
},
|
|
9493
9498
|
handleBackward() {
|
|
9494
9499
|
this.handlePause(), this.step -= 1;
|
|
@@ -9524,13 +9529,12 @@ const qs = {
|
|
|
9524
9529
|
function ln(t, e, o, i, a, r) {
|
|
9525
9530
|
const s = w("DateTimePicker"), n = w("VListItemTitle"), c = w("VListItem"), g = w("VList"), p = w("VMenu"), d = w("VBtn"), f = w("VDivider"), z = w("VTooltip");
|
|
9526
9531
|
return b(), T("div", Ks, [
|
|
9527
|
-
|
|
9528
|
-
key: 0,
|
|
9532
|
+
l("div", {
|
|
9529
9533
|
class: "timeline-box px-2 d-flex justify-start align-center rounded",
|
|
9530
|
-
style: ae({ right: a.right + 146 + "px" })
|
|
9534
|
+
style: ae({ right: a.right + 146 + "px", bottom: Object.values(a.show).includes(!0) ? "10px" : "-100px" })
|
|
9531
9535
|
}, [
|
|
9532
9536
|
l("div", Qs, [
|
|
9533
|
-
h(s,
|
|
9537
|
+
h(s, O({
|
|
9534
9538
|
ref: "dateTimePicker",
|
|
9535
9539
|
"date-time": a.currentDateTimeZ,
|
|
9536
9540
|
"time-zone": a.timeZone,
|
|
@@ -9673,7 +9677,7 @@ function ln(t, e, o, i, a, r) {
|
|
|
9673
9677
|
activator: u(({ props: x }) => {
|
|
9674
9678
|
var S, C;
|
|
9675
9679
|
return [
|
|
9676
|
-
h(d,
|
|
9680
|
+
h(d, O(x, {
|
|
9677
9681
|
class: "pa-1 d-flex",
|
|
9678
9682
|
color: (S = o.weatherCheckList) != null && S.includes("wind") ? "primary" : "",
|
|
9679
9683
|
variant: (C = o.weatherCheckList) != null && C.includes("wind") ? "elevated" : "text",
|
|
@@ -9699,7 +9703,7 @@ function ln(t, e, o, i, a, r) {
|
|
|
9699
9703
|
activator: u(({ props: x }) => {
|
|
9700
9704
|
var S, C;
|
|
9701
9705
|
return [
|
|
9702
|
-
h(d,
|
|
9706
|
+
h(d, O(x, {
|
|
9703
9707
|
class: "pa-1 d-flex",
|
|
9704
9708
|
color: (S = o.weatherCheckList) != null && S.includes("sig-wave-height") ? "primary" : "",
|
|
9705
9709
|
variant: (C = o.weatherCheckList) != null && C.includes("sig-wave-height") ? "elevated" : "text",
|
|
@@ -9709,7 +9713,7 @@ function ln(t, e, o, i, a, r) {
|
|
|
9709
9713
|
onClick: e[4] || (e[4] = (N) => r.handleClickFastWeather("sig-wave-height"))
|
|
9710
9714
|
}), {
|
|
9711
9715
|
default: u(() => [
|
|
9712
|
-
l("i",
|
|
9716
|
+
l("i", O(x, { class: "iconfont icon-a-WaveHeight" }), null, 16)
|
|
9713
9717
|
]),
|
|
9714
9718
|
_: 2
|
|
9715
9719
|
}, 1040, ["color", "variant"])
|
|
@@ -9724,7 +9728,7 @@ function ln(t, e, o, i, a, r) {
|
|
|
9724
9728
|
activator: u(({ props: x }) => {
|
|
9725
9729
|
var S, C;
|
|
9726
9730
|
return [
|
|
9727
|
-
h(d,
|
|
9731
|
+
h(d, O(x, {
|
|
9728
9732
|
class: "pa-1 d-flex",
|
|
9729
9733
|
color: (S = o.weatherCheckList) != null && S.includes("current-direction") ? "primary" : "",
|
|
9730
9734
|
variant: (C = o.weatherCheckList) != null && C.includes("current-direction") ? "elevated" : "text",
|
|
@@ -9734,7 +9738,7 @@ function ln(t, e, o, i, a, r) {
|
|
|
9734
9738
|
onClick: e[5] || (e[5] = (N) => r.handleClickFastWeather("current-direction"))
|
|
9735
9739
|
}), {
|
|
9736
9740
|
default: u(() => [
|
|
9737
|
-
l("i",
|
|
9741
|
+
l("i", O(x, { class: "iconfont icon-Current" }), null, 16)
|
|
9738
9742
|
]),
|
|
9739
9743
|
_: 2
|
|
9740
9744
|
}, 1040, ["color", "variant"])
|
|
@@ -9747,7 +9751,7 @@ function ln(t, e, o, i, a, r) {
|
|
|
9747
9751
|
location: "top"
|
|
9748
9752
|
}, {
|
|
9749
9753
|
activator: u(({ props: x }) => [
|
|
9750
|
-
h(d,
|
|
9754
|
+
h(d, O(x, {
|
|
9751
9755
|
class: "pa-1 d-flex",
|
|
9752
9756
|
variant: "text",
|
|
9753
9757
|
height: "24",
|
|
@@ -9756,7 +9760,7 @@ function ln(t, e, o, i, a, r) {
|
|
|
9756
9760
|
onClick: r.handleClickFastMore
|
|
9757
9761
|
}), {
|
|
9758
9762
|
default: u(() => [
|
|
9759
|
-
l("i",
|
|
9763
|
+
l("i", O(x, { class: "iconfont icon-dots-align" }), null, 16)
|
|
9760
9764
|
]),
|
|
9761
9765
|
_: 2
|
|
9762
9766
|
}, 1040, ["onClick"])
|
|
@@ -9797,7 +9801,7 @@ function ln(t, e, o, i, a, r) {
|
|
|
9797
9801
|
__: [16]
|
|
9798
9802
|
}, 8, ["color"])
|
|
9799
9803
|
])
|
|
9800
|
-
], 4)
|
|
9804
|
+
], 4),
|
|
9801
9805
|
l("div", {
|
|
9802
9806
|
class: "timezone-box d-flex flex-column justify-space-between align-end",
|
|
9803
9807
|
style: ae({ right: a.right + "px" })
|
|
@@ -9808,7 +9812,7 @@ function ln(t, e, o, i, a, r) {
|
|
|
9808
9812
|
class: "item rounded text-body-2 hover-active",
|
|
9809
9813
|
onClick: (S) => a.timeZone = x
|
|
9810
9814
|
}, y(x < 0 ? x : "+" + x), 9, on))), 128))
|
|
9811
|
-
])) :
|
|
9815
|
+
])) : B("", !0),
|
|
9812
9816
|
l("div", an, [
|
|
9813
9817
|
h(d, {
|
|
9814
9818
|
text: "",
|
|
@@ -9833,7 +9837,7 @@ const sn = /* @__PURE__ */ Z(qs, [["render", ln]]), nn = {
|
|
|
9833
9837
|
components: {
|
|
9834
9838
|
IdmOtherLayer: gr,
|
|
9835
9839
|
IdmWeatherLayer: es,
|
|
9836
|
-
IdmTropicals:
|
|
9840
|
+
IdmTropicals: Ya,
|
|
9837
9841
|
IdmMeasure: Xs,
|
|
9838
9842
|
IdmSpot: Us,
|
|
9839
9843
|
IdmBottomBar: sn
|
|
@@ -9895,7 +9899,7 @@ const sn = /* @__PURE__ */ Z(qs, [["render", ln]]), nn = {
|
|
|
9895
9899
|
function mn(t, e, o, i, a, r) {
|
|
9896
9900
|
const s = w("IdmOtherLayer"), n = w("IdmWeatherLayer"), c = w("IdmTropicals"), g = w("IdmMeasure"), p = w("IdmSpot"), d = w("IdmBottomBar");
|
|
9897
9901
|
return b(), T("div", cn, [
|
|
9898
|
-
h(s,
|
|
9902
|
+
h(s, O({
|
|
9899
9903
|
ref: "idmOtherLayers",
|
|
9900
9904
|
token: o.token,
|
|
9901
9905
|
"default-meteo-token": a.defaultMeteoToken,
|
|
@@ -9910,7 +9914,7 @@ function mn(t, e, o, i, a, r) {
|
|
|
9910
9914
|
a.otherCheckList = f, a.layerVersion = a.layerVersion + 1;
|
|
9911
9915
|
})
|
|
9912
9916
|
}), null, 16, ["token", "default-meteo-token", "map", "gateway", "assist-gateway", "forecast-model", "map-feather"]),
|
|
9913
|
-
h(n,
|
|
9917
|
+
h(n, O({
|
|
9914
9918
|
ref: "idmWeatherLayers",
|
|
9915
9919
|
map: o.map,
|
|
9916
9920
|
"before-layer": "empty-layer-2",
|
|
@@ -9928,7 +9932,7 @@ function mn(t, e, o, i, a, r) {
|
|
|
9928
9932
|
a.weatherCheckList = f, a.layerVersion = a.layerVersion + 1;
|
|
9929
9933
|
})
|
|
9930
9934
|
}), null, 16, ["map", "token", "default-meteo-token", "gateway", "assist-gateway", "forecast-model", "map-feather"]),
|
|
9931
|
-
h(c,
|
|
9935
|
+
h(c, O({
|
|
9932
9936
|
map: o.map,
|
|
9933
9937
|
token: o.token,
|
|
9934
9938
|
"default-meteo-token": a.defaultMeteoToken,
|
|
@@ -9939,11 +9943,11 @@ function mn(t, e, o, i, a, r) {
|
|
|
9939
9943
|
"forecast-model": o.forecastModel,
|
|
9940
9944
|
"map-feather": o.mapFeather
|
|
9941
9945
|
}, t.$attrs), null, 16, ["map", "token", "default-meteo-token", "tropicals", "gateway", "assist-gateway", "forecast-model", "map-feather"]),
|
|
9942
|
-
h(g,
|
|
9946
|
+
h(g, O({
|
|
9943
9947
|
map: o.map,
|
|
9944
9948
|
"map-feather": o.mapFeather
|
|
9945
9949
|
}, t.$attrs), null, 16, ["map", "map-feather"]),
|
|
9946
|
-
h(p,
|
|
9950
|
+
h(p, O({
|
|
9947
9951
|
ref: "idmSpot",
|
|
9948
9952
|
map: o.map,
|
|
9949
9953
|
token: o.token,
|
|
@@ -9951,7 +9955,7 @@ function mn(t, e, o, i, a, r) {
|
|
|
9951
9955
|
"forecast-model": o.forecastModel,
|
|
9952
9956
|
"map-feather": o.mapFeather
|
|
9953
9957
|
}, t.$attrs), null, 16, ["map", "token", "gateway", "forecast-model", "map-feather"]),
|
|
9954
|
-
h(d,
|
|
9958
|
+
h(d, O({
|
|
9955
9959
|
ref: "idmBottomBar",
|
|
9956
9960
|
"forecast-model": o.forecastModel,
|
|
9957
9961
|
"weather-check-list": a.weatherCheckList,
|
|
@@ -9968,7 +9972,7 @@ class dn {
|
|
|
9968
9972
|
ne(this, "hi");
|
|
9969
9973
|
ne(this, "td");
|
|
9970
9974
|
ne(this, "windy");
|
|
9971
|
-
var o, i, a, r, s, n, c, g, p, d, f, z, x, S, C, N, M, L, v, _, P, k, R, V, X, q, Y, $, ee, Q, se, de, pe, me, K, ie, F, le, fe, xe, ve, Se, Me, Te, Re, Ie, ye, H, te, je, Pe, he, ue, G, _e, J, re, Ae, A, ge, Ce, De, Oe, I, U, Ue, Ve, Ye, ze, Ze, Xe, qe, Ke, Qe, Je, $e, et, tt, ot, at, it, rt, lt, st, nt, ct, mt, ht, dt, pt, ut, gt, ft, yt, bt, wt, xt, vt, _t, kt, zt, Lt, Pt, Ct, St, Mt, Tt, Rt, It, At, Dt, Ot, Bt, Et, jt, Nt, Ft, Ht, Gt, Wt, Ut, Vt, Yt, Zt, Xt, qt, Kt, Qt, Jt,
|
|
9975
|
+
var o, i, a, r, s, n, c, g, p, d, f, z, x, S, C, N, M, L, v, _, P, k, R, V, X, q, Y, $, ee, Q, se, de, pe, me, K, ie, F, le, fe, xe, ve, Se, Me, Te, Re, Ie, ye, H, te, je, Pe, he, ue, G, _e, J, re, Ae, A, ge, Ce, De, Oe, I, U, Ue, Ve, Ye, ze, Ze, Xe, qe, Ke, Qe, Je, $e, et, tt, ot, at, it, rt, lt, st, nt, ct, mt, ht, dt, pt, ut, gt, ft, yt, bt, wt, xt, vt, _t, kt, zt, Lt, Pt, Ct, St, Mt, Tt, Rt, It, At, Dt, Ot, Bt, Et, jt, Nt, Ft, Ht, Gt, Wt, Ut, Vt, Yt, Zt, Xt, qt, Kt, Qt, Jt, so, no, co, mo, ho, po, uo, go, fo, yo, bo, wo, xo, vo, _o, ko, zo, Lo, Po, Co, So, Mo, To, Ro, Io, Ao, Do, Oo, Bo, Eo, jo, No, Fo, Ho, Go, Wo, Uo, Vo, Yo, Zo, Xo, qo, Ko, Qo, Jo, $o, ea, ta, oa, aa, ia, ra, la, sa, na, ca, ma, ha, da, pa, ua, ga, fa, ya, ba, wa, xa, va, _a, ka, za, La, Pa, Ca, Sa, Ma, Ta, Ra, Ia, Aa, Da, Oa, Ba, Ea, ja, Na, Fa, Ha, Ga;
|
|
9972
9976
|
this.i4 = {
|
|
9973
9977
|
source: {
|
|
9974
9978
|
type: "raster",
|
|
@@ -28648,65 +28652,65 @@ class dn {
|
|
|
28648
28652
|
(Zt = (Yt = this.originStyle) == null ? void 0 : Yt.satellite.layers) == null ? void 0 : Zt.find((m) => m.id === "background"),
|
|
28649
28653
|
(qt = (Xt = this.originStyle) == null ? void 0 : Xt.satellite.layers) == null ? void 0 : qt.find((m) => m.id === "satellite"),
|
|
28650
28654
|
(Qt = (Kt = this.originStyle) == null ? void 0 : Kt.satellite.layers) == null ? void 0 : Qt.find((m) => m.id === "loadlines-label"),
|
|
28651
|
-
(
|
|
28652
|
-
(
|
|
28653
|
-
(
|
|
28654
|
-
(
|
|
28655
|
-
(
|
|
28656
|
-
(
|
|
28657
|
-
(
|
|
28658
|
-
(
|
|
28659
|
-
(
|
|
28660
|
-
(
|
|
28661
|
-
(
|
|
28662
|
-
(
|
|
28663
|
-
(
|
|
28664
|
-
(
|
|
28665
|
-
(
|
|
28666
|
-
(
|
|
28667
|
-
(
|
|
28668
|
-
(
|
|
28669
|
-
(
|
|
28655
|
+
(so = (Jt = this.originStyle) == null ? void 0 : Jt.satellite.layers) == null ? void 0 : so.find((m) => m.id === "loadlines-fill"),
|
|
28656
|
+
(co = (no = this.originStyle) == null ? void 0 : no.satellite.layers) == null ? void 0 : co.find((m) => m.id === "empty-layer-0"),
|
|
28657
|
+
(ho = (mo = this.originStyle) == null ? void 0 : mo.satellite.layers) == null ? void 0 : ho.find((m) => m.id === "empty-layer-1"),
|
|
28658
|
+
(uo = (po = this.originStyle) == null ? void 0 : po.satellite.layers) == null ? void 0 : uo.find((m) => m.id === "country-boundaries"),
|
|
28659
|
+
(fo = (go = this.originStyle) == null ? void 0 : go.satellite.layers) == null ? void 0 : fo.find((m) => m.id === "water-outline"),
|
|
28660
|
+
(bo = (yo = this.originStyle) == null ? void 0 : yo.satellite.layers) == null ? void 0 : bo.find((m) => m.id === "empty-layer-2"),
|
|
28661
|
+
(xo = (wo = this.originStyle) == null ? void 0 : wo.satellite.layers) == null ? void 0 : xo.find((m) => m.id === "world-12nm-v4-20231025"),
|
|
28662
|
+
(_o = (vo = this.originStyle) == null ? void 0 : vo.satellite.layers) == null ? void 0 : _o.find((m) => m.id === "ne-10m-outline"),
|
|
28663
|
+
(zo = (ko = this.originStyle) == null ? void 0 : ko.satellite.layers) == null ? void 0 : zo.find((m) => m.id === "ne-10m-label"),
|
|
28664
|
+
(Po = (Lo = this.originStyle) == null ? void 0 : Lo.satellite.layers) == null ? void 0 : Po.find((m) => m.id === "china-route-line"),
|
|
28665
|
+
(So = (Co = this.originStyle) == null ? void 0 : Co.satellite.layers) == null ? void 0 : So.find((m) => m.id === "china-route-fill"),
|
|
28666
|
+
(To = (Mo = this.originStyle) == null ? void 0 : Mo.satellite.layers) == null ? void 0 : To.find((m) => m.id === "china-route-label"),
|
|
28667
|
+
(Io = (Ro = this.originStyle) == null ? void 0 : Ro.satellite.layers) == null ? void 0 : Io.find((m) => m.id === "country-label"),
|
|
28668
|
+
(Do = (Ao = this.originStyle) == null ? void 0 : Ao.satellite.layers) == null ? void 0 : Do.find((m) => m.id === "continent-label"),
|
|
28669
|
+
(Bo = (Oo = this.originStyle) == null ? void 0 : Oo.satellite.layers) == null ? void 0 : Bo.find((m) => m.id === "tide-stations"),
|
|
28670
|
+
(jo = (Eo = this.originStyle) == null ? void 0 : Eo.satellite.layers) == null ? void 0 : jo.find((m) => m.id === "ice-area-fill"),
|
|
28671
|
+
(Fo = (No = this.originStyle) == null ? void 0 : No.satellite.layers) == null ? void 0 : Fo.find((m) => m.id === "ice-area-line"),
|
|
28672
|
+
(Go = (Ho = this.originStyle) == null ? void 0 : Ho.satellite.layers) == null ? void 0 : Go.find((m) => m.id === "empty-layer-3"),
|
|
28673
|
+
(Uo = (Wo = this.originStyle) == null ? void 0 : Wo.satellite.layers) == null ? void 0 : Uo.find((m) => m.id === "empty-layer-4")
|
|
28670
28674
|
]
|
|
28671
28675
|
},
|
|
28672
28676
|
nautical: {
|
|
28673
28677
|
version: 8,
|
|
28674
28678
|
name: "nautical",
|
|
28675
|
-
metadata: (
|
|
28679
|
+
metadata: (Vo = this.originStyle) == null ? void 0 : Vo.nautical.metadata,
|
|
28676
28680
|
center: [-34, 38],
|
|
28677
28681
|
zoom: 2,
|
|
28678
28682
|
terrain: null,
|
|
28679
|
-
imports: (
|
|
28680
|
-
sources: (
|
|
28681
|
-
sprite: (
|
|
28682
|
-
glyphs: (
|
|
28683
|
-
projection: (
|
|
28683
|
+
imports: (Yo = this.originStyle) == null ? void 0 : Yo.nautical.imports,
|
|
28684
|
+
sources: (Zo = this.originStyle) == null ? void 0 : Zo.nautical.sources,
|
|
28685
|
+
sprite: (Xo = this.originStyle) == null ? void 0 : Xo.nautical.sprite,
|
|
28686
|
+
glyphs: (qo = this.originStyle) == null ? void 0 : qo.nautical.glyphs,
|
|
28687
|
+
projection: (Ko = this.originStyle) == null ? void 0 : Ko.nautical.projection,
|
|
28684
28688
|
layers: [
|
|
28685
28689
|
this.i4.layer,
|
|
28686
28690
|
// this.hi.layer,
|
|
28687
|
-
(
|
|
28688
|
-
(
|
|
28689
|
-
(
|
|
28690
|
-
(
|
|
28691
|
-
(
|
|
28692
|
-
(
|
|
28693
|
-
(
|
|
28694
|
-
(
|
|
28695
|
-
(
|
|
28696
|
-
(
|
|
28697
|
-
(
|
|
28698
|
-
(
|
|
28699
|
-
(
|
|
28700
|
-
(
|
|
28701
|
-
(
|
|
28702
|
-
(
|
|
28703
|
-
(
|
|
28704
|
-
(
|
|
28705
|
-
(
|
|
28706
|
-
(
|
|
28707
|
-
(
|
|
28708
|
-
(
|
|
28709
|
-
(
|
|
28691
|
+
(Jo = (Qo = this.originStyle) == null ? void 0 : Qo.nautical.layers) == null ? void 0 : Jo.find((m) => m.id === "ice-area-fill"),
|
|
28692
|
+
(ea = ($o = this.originStyle) == null ? void 0 : $o.nautical.layers) == null ? void 0 : ea.find((m) => m.id === "ice-area-line"),
|
|
28693
|
+
(oa = (ta = this.originStyle) == null ? void 0 : ta.nautical.layers) == null ? void 0 : oa.find((m) => m.id === "loadlines-label"),
|
|
28694
|
+
(ia = (aa = this.originStyle) == null ? void 0 : aa.nautical.layers) == null ? void 0 : ia.find((m) => m.id === "loadlines-fill"),
|
|
28695
|
+
(la = (ra = this.originStyle) == null ? void 0 : ra.nautical.layers) == null ? void 0 : la.find((m) => m.id === "empty-layer-0"),
|
|
28696
|
+
(na = (sa = this.originStyle) == null ? void 0 : sa.nautical.layers) == null ? void 0 : na.find((m) => m.id === "empty-layer-1"),
|
|
28697
|
+
(ma = (ca = this.originStyle) == null ? void 0 : ca.nautical.layers) == null ? void 0 : ma.find((m) => m.id === "empty-layer-2"),
|
|
28698
|
+
(da = (ha = this.originStyle) == null ? void 0 : ha.nautical.layers) == null ? void 0 : da.find((m) => m.id === "country-boundaries"),
|
|
28699
|
+
(ua = (pa = this.originStyle) == null ? void 0 : pa.nautical.layers) == null ? void 0 : ua.find((m) => m.id === "water-outline"),
|
|
28700
|
+
(fa = (ga = this.originStyle) == null ? void 0 : ga.nautical.layers) == null ? void 0 : fa.find((m) => m.id === "world-12nm-v4-20231025"),
|
|
28701
|
+
(ba = (ya = this.originStyle) == null ? void 0 : ya.nautical.layers) == null ? void 0 : ba.find((m) => m.id === "ne-10m-outline"),
|
|
28702
|
+
(xa = (wa = this.originStyle) == null ? void 0 : wa.nautical.layers) == null ? void 0 : xa.find((m) => m.id === "ne-10m-label"),
|
|
28703
|
+
(_a = (va = this.originStyle) == null ? void 0 : va.nautical.layers) == null ? void 0 : _a.find((m) => m.id === "china-route-line"),
|
|
28704
|
+
(za = (ka = this.originStyle) == null ? void 0 : ka.nautical.layers) == null ? void 0 : za.find((m) => m.id === "china-route-fill"),
|
|
28705
|
+
(Pa = (La = this.originStyle) == null ? void 0 : La.nautical.layers) == null ? void 0 : Pa.find((m) => m.id === "china-route-label"),
|
|
28706
|
+
(Sa = (Ca = this.originStyle) == null ? void 0 : Ca.light.layers) == null ? void 0 : Sa.find((m) => m.id === "admin-0-boundary-bg"),
|
|
28707
|
+
(Ta = (Ma = this.originStyle) == null ? void 0 : Ma.light.layers) == null ? void 0 : Ta.find((m) => m.id === "admin-0-boundary"),
|
|
28708
|
+
(Ia = (Ra = this.originStyle) == null ? void 0 : Ra.light.layers) == null ? void 0 : Ia.find((m) => m.id === "admin-0-boundary-disputed"),
|
|
28709
|
+
(Da = (Aa = this.originStyle) == null ? void 0 : Aa.light.layers) == null ? void 0 : Da.find((m) => m.id === "country-label"),
|
|
28710
|
+
(Ba = (Oa = this.originStyle) == null ? void 0 : Oa.light.layers) == null ? void 0 : Ba.find((m) => m.id === "continent-label"),
|
|
28711
|
+
(ja = (Ea = this.originStyle) == null ? void 0 : Ea.nautical.layers) == null ? void 0 : ja.find((m) => m.id === "tide-stations"),
|
|
28712
|
+
(Fa = (Na = this.originStyle) == null ? void 0 : Na.nautical.layers) == null ? void 0 : Fa.find((m) => m.id === "empty-layer-3"),
|
|
28713
|
+
(Ga = (Ha = this.originStyle) == null ? void 0 : Ha.nautical.layers) == null ? void 0 : Ga.find((m) => m.id === "empty-layer-4")
|
|
28710
28714
|
],
|
|
28711
28715
|
created: "2025-07-22T02:15:53.587Z",
|
|
28712
28716
|
modified: "2025-08-07T10:15:43.870Z",
|
|
@@ -28850,23 +28854,24 @@ function yn(t, e, o, i, a, r) {
|
|
|
28850
28854
|
__: [1]
|
|
28851
28855
|
}, 8, ["onClick"])
|
|
28852
28856
|
])
|
|
28853
|
-
], 4)
|
|
28857
|
+
], 4),
|
|
28858
|
+
e[3] || (e[3] = l("div", { class: "position-absolute left-0 bottom-0 ma-2" }, "Copyright: Ocean right marine", -1))
|
|
28854
28859
|
]);
|
|
28855
28860
|
}
|
|
28856
28861
|
const bn = /* @__PURE__ */ Z(pn, [["render", yn]]), Tn = {
|
|
28857
28862
|
install(t) {
|
|
28858
|
-
t.component("MapInitial", bn), t.component("MapboxGL", hn), t.component("TropicalGL",
|
|
28863
|
+
t.component("MapInitial", bn), t.component("MapboxGL", hn), t.component("TropicalGL", Ya), t.component("LatLngGL", Va), t.component("DateTimePicker", lo);
|
|
28859
28864
|
}
|
|
28860
28865
|
};
|
|
28861
28866
|
export {
|
|
28862
|
-
|
|
28863
|
-
|
|
28867
|
+
lo as DateTimePicker,
|
|
28868
|
+
Va as LatLngGL,
|
|
28864
28869
|
bn as MapInitial,
|
|
28865
28870
|
hn as MapboxGL,
|
|
28866
28871
|
Tn as MapboxGLPlugin,
|
|
28867
28872
|
be as ParticleSchema,
|
|
28868
|
-
|
|
28869
|
-
|
|
28873
|
+
Ya as TropicalGL,
|
|
28874
|
+
ro as Viewport,
|
|
28870
28875
|
Ne as WebGL,
|
|
28871
28876
|
ce as WebGLSchema
|
|
28872
28877
|
};
|