zhihao-ui 1.3.34 → 1.3.35
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/es/{Map-_N_QIApR.js → Map-Dc1jainC.js} +517 -520
- package/dist/es/index.js +1 -1
- package/dist/types/components/Map/utils/util.d.ts +42 -0
- package/dist/umd/index.umd.cjs +23 -23
- package/package.json +1 -1
- package/dist/types/components/Map/function/label.d.ts +0 -9
- package/dist/types/components/Map/function/location.d.ts +0 -7
- package/dist/types/components/Map/function/ship.d.ts +0 -34
- package/dist/types/components/Map/function/shipLabel.d.ts +0 -25
- package/dist/types/components/Map/interface/loaction.d.ts +0 -7
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineComponent as Ye, openBlock as Be, createElementBlock as qe, createElementVNode as
|
|
2
|
-
import { S as $t, M as Ue, T as me, X as we, p as ee, V as zt, q as Ot, t as Rt, h as lt, r as He, s as Zt, u as ge, F as
|
|
1
|
+
import { defineComponent as Ye, openBlock as Be, createElementBlock as qe, createElementVNode as Ge, ref as I, computed as Te, h as ne, createVNode as Ae, render as Pt, reactive as St, onMounted as Nt, onUnmounted as Vt } from "vue";
|
|
2
|
+
import { S as $t, M as Ue, T as me, X as we, p as ee, V as zt, q as Ot, t as Rt, h as lt, r as He, s as Zt, u as ge, F as Q, v as X, O as ce, P as le, w as ke, x as Ne, L as Pe, y as Dt, z as Ie, A as ie, B as ye, C as de, D as ve, i as Gt, G as Ve, H as At, I as Oe, J as Wt, K as Yt, N as st, Q as Se, R as We, U as et, W as Bt, Y as qt, Z as Ht } from "./vendor-D2mv9LHk.js";
|
|
3
3
|
import { _ as Xe } from "./Button-CGndQwez.js";
|
|
4
4
|
import { w as Xt } from "./utils-D2wHR1YB.js";
|
|
5
5
|
const jt = { id: "scale-line-container" }, Qt = /* @__PURE__ */ Ye({
|
|
6
6
|
__name: "scaleLine",
|
|
7
7
|
setup(e, { expose: r }) {
|
|
8
8
|
return r({
|
|
9
|
-
setScaleLine: (s,
|
|
10
|
-
|
|
9
|
+
setScaleLine: (s, a) => {
|
|
10
|
+
a || (a = "metric");
|
|
11
11
|
const o = new $t({
|
|
12
|
-
units:
|
|
12
|
+
units: a
|
|
13
13
|
}), u = document.getElementById("scale-line-container");
|
|
14
14
|
u && (o.setTarget(u), s.addControl(o));
|
|
15
15
|
}
|
|
16
|
-
}), (s,
|
|
16
|
+
}), (s, a) => (Be(), qe("div", jt));
|
|
17
17
|
}
|
|
18
18
|
}), Jt = /* @__PURE__ */ Xe(Qt, [["__scopeId", "data-v-2bc5dee8"]]), Kt = { class: "zoom" }, _t = /* @__PURE__ */ Ye({
|
|
19
19
|
__name: "zoomControl",
|
|
@@ -28,22 +28,22 @@ const jt = { id: "scale-line-container" }, Qt = /* @__PURE__ */ Ye({
|
|
|
28
28
|
console.log("props", r);
|
|
29
29
|
const l = () => {
|
|
30
30
|
console.log("props");
|
|
31
|
-
const { setZoom:
|
|
31
|
+
const { setZoom: a, getZoom: o, getInstall: u } = r.mapInstance.methods;
|
|
32
32
|
if (!u()) return;
|
|
33
33
|
const t = o();
|
|
34
|
-
t &&
|
|
34
|
+
t && a(t + 1);
|
|
35
35
|
}, s = () => {
|
|
36
|
-
const { setZoom:
|
|
36
|
+
const { setZoom: a, getZoom: o, getInstall: u } = r.mapInstance.methods;
|
|
37
37
|
if (!u()) return;
|
|
38
38
|
const t = o();
|
|
39
|
-
t &&
|
|
39
|
+
t && a(t - 1);
|
|
40
40
|
};
|
|
41
|
-
return (
|
|
42
|
-
|
|
41
|
+
return (a, o) => (Be(), qe("div", Kt, [
|
|
42
|
+
Ge("div", {
|
|
43
43
|
class: "button big-button",
|
|
44
44
|
onClick: l
|
|
45
45
|
}, " + "),
|
|
46
|
-
|
|
46
|
+
Ge("div", {
|
|
47
47
|
class: "button small-button",
|
|
48
48
|
onClick: s
|
|
49
49
|
}, " - ")
|
|
@@ -75,7 +75,7 @@ function eo() {
|
|
|
75
75
|
const e = I(), r = () => e.value, l = () => r().getView(), s = () => {
|
|
76
76
|
var v;
|
|
77
77
|
return (v = l()) == null ? void 0 : v.getZoom();
|
|
78
|
-
},
|
|
78
|
+
}, a = (v) => {
|
|
79
79
|
var N;
|
|
80
80
|
(N = l()) == null || N.setZoom(v);
|
|
81
81
|
}, o = (v, N) => {
|
|
@@ -85,7 +85,7 @@ function eo() {
|
|
|
85
85
|
var N;
|
|
86
86
|
const v = (N = l()) == null ? void 0 : N.getCenter();
|
|
87
87
|
return Rt(v);
|
|
88
|
-
},
|
|
88
|
+
}, y = () => {
|
|
89
89
|
var v;
|
|
90
90
|
return (v = r()) == null ? void 0 : v.getSize();
|
|
91
91
|
}, t = new Ue(), n = (v, N) => {
|
|
@@ -99,7 +99,7 @@ function eo() {
|
|
|
99
99
|
enableRotation: !1,
|
|
100
100
|
multiWorld: !0
|
|
101
101
|
};
|
|
102
|
-
let
|
|
102
|
+
let h = {
|
|
103
103
|
target: v,
|
|
104
104
|
controls: Ot({
|
|
105
105
|
zoom: !1
|
|
@@ -112,7 +112,7 @@ function eo() {
|
|
|
112
112
|
],
|
|
113
113
|
view: new zt(M)
|
|
114
114
|
};
|
|
115
|
-
const w = new Ue(
|
|
115
|
+
const w = new Ue(h);
|
|
116
116
|
e.value = w;
|
|
117
117
|
}, m = (v) => {
|
|
118
118
|
t.set("vectorTile", new me({
|
|
@@ -150,10 +150,10 @@ function eo() {
|
|
|
150
150
|
getInstall: r,
|
|
151
151
|
getView: l,
|
|
152
152
|
getZoom: s,
|
|
153
|
-
setZoom:
|
|
153
|
+
setZoom: a,
|
|
154
154
|
setCenter: o,
|
|
155
155
|
getCenter: u,
|
|
156
|
-
getSize:
|
|
156
|
+
getSize: y,
|
|
157
157
|
initMap: n,
|
|
158
158
|
setBaseLayerMap: m
|
|
159
159
|
};
|
|
@@ -162,12 +162,12 @@ const je = function(e, r) {
|
|
|
162
162
|
const l = Number(r) / 6e5;
|
|
163
163
|
return [Number(e) / 6e5, l];
|
|
164
164
|
}, to = (e, r) => {
|
|
165
|
-
const l = ee(e), s = r * 1e3,
|
|
165
|
+
const l = ee(e), s = r * 1e3, a = [
|
|
166
166
|
l[0] - s,
|
|
167
167
|
l[1] - s,
|
|
168
168
|
l[0] + s,
|
|
169
169
|
l[1] + s
|
|
170
|
-
], o = Zt(
|
|
170
|
+
], o = Zt(a, K.mercator, K.data);
|
|
171
171
|
return {
|
|
172
172
|
leftTopPoint: { lng: o[0], lat: o[3] },
|
|
173
173
|
rightTopPoint: { lng: o[2], lat: o[3] },
|
|
@@ -176,19 +176,19 @@ const je = function(e, r) {
|
|
|
176
176
|
};
|
|
177
177
|
}, oo = function(e, r) {
|
|
178
178
|
const s = He(e);
|
|
179
|
-
let
|
|
179
|
+
let a = "";
|
|
180
180
|
switch (console.log(r, xe), r) {
|
|
181
181
|
case xe.M:
|
|
182
|
-
|
|
182
|
+
a = Math.round(s * 100) / 100 + " m";
|
|
183
183
|
break;
|
|
184
184
|
case xe.KM:
|
|
185
|
-
|
|
185
|
+
a = Math.round(s / 1e3 * 100) / 100 + " km";
|
|
186
186
|
break;
|
|
187
187
|
case xe.NM:
|
|
188
|
-
|
|
188
|
+
a = (Math.round(s / 1e3 * 100) / 100 / 1.852).toFixed(2) + " nm";
|
|
189
189
|
break;
|
|
190
190
|
}
|
|
191
|
-
return
|
|
191
|
+
return a;
|
|
192
192
|
};
|
|
193
193
|
function ro(e) {
|
|
194
194
|
const r = e[0] * $e / 180;
|
|
@@ -198,15 +198,15 @@ function ro(e) {
|
|
|
198
198
|
function fe(e = "") {
|
|
199
199
|
let r = e.replace(/&?/g, "&");
|
|
200
200
|
return r = r.replace(/&#x([0-9a-fA-F]+);?/g, (l, s) => {
|
|
201
|
-
const
|
|
202
|
-
return String.fromCodePoint(
|
|
201
|
+
const a = parseInt(s, 16);
|
|
202
|
+
return String.fromCodePoint(a);
|
|
203
203
|
}), r;
|
|
204
204
|
}
|
|
205
205
|
const tt = (e) => {
|
|
206
206
|
const r = new ge({
|
|
207
207
|
font: "Normal 14px map-iconfont",
|
|
208
208
|
text: fe(e),
|
|
209
|
-
fill: new
|
|
209
|
+
fill: new Q({ color: "#fff" }),
|
|
210
210
|
offsetY: -14
|
|
211
211
|
});
|
|
212
212
|
return new X({
|
|
@@ -215,21 +215,21 @@ const tt = (e) => {
|
|
|
215
215
|
});
|
|
216
216
|
}, ot = (e, r = "lonlat") => {
|
|
217
217
|
const l = { lon: 0, lat: 0 }, s = e[0] / $e * 180;
|
|
218
|
-
let
|
|
219
|
-
return
|
|
218
|
+
let a = e[1] / $e * 180;
|
|
219
|
+
return a = 180 / Math.PI * (2 * Math.atan(Math.exp(a * Math.PI / 180)) - Math.PI / 2), l.lon = s, l.lat = a, r === "lonlat" ? l : [s, a];
|
|
220
220
|
}, no = (e) => {
|
|
221
|
-
const r = lt.duration(e, "minutes"), l = Math.floor(r.asDays()), s = r.hours(),
|
|
222
|
-
let o = `${String(
|
|
221
|
+
const r = lt.duration(e, "minutes"), l = Math.floor(r.asDays()), s = r.hours(), a = r.minutes();
|
|
222
|
+
let o = `${String(a).padStart(2, "0")}分`;
|
|
223
223
|
return s !== 0 && (o = `${String(s).padStart(2, "0")}时${o}`), l !== 0 && (o = `${String(l).padStart(2, "0")}天${o}`), o;
|
|
224
224
|
}, lo = (e, r) => {
|
|
225
225
|
let l = null;
|
|
226
226
|
const s = async (m) => {
|
|
227
227
|
if (!e || (console.log("vehicleInfo", m), !(m != null && m.lon && (m != null && m.lat)))) return;
|
|
228
228
|
const v = Math.abs(Number(m.lon)) > 180 ? je(m.lon, m.lat) : [m.lon, m.lat];
|
|
229
|
-
|
|
229
|
+
a(m, ee(v));
|
|
230
230
|
const N = e == null ? void 0 : e.getView(), M = new le(v);
|
|
231
231
|
N.setCenter(ke(M.getCoordinates(), K.data, K.mercator));
|
|
232
|
-
},
|
|
232
|
+
}, a = (m, v) => {
|
|
233
233
|
const N = `${it}map/car-icon.gif`;
|
|
234
234
|
l || (l = new ce({
|
|
235
235
|
element: document.createElement("div"),
|
|
@@ -239,8 +239,8 @@ const tt = (e) => {
|
|
|
239
239
|
}), e.addOverlay(l));
|
|
240
240
|
const M = l.getElement();
|
|
241
241
|
M.style.backgroundImage = `url(${N})`, M.style.width = "80px", M.style.height = "80px";
|
|
242
|
-
const
|
|
243
|
-
M.style.transform = `rotate(${
|
|
242
|
+
const h = (m == null ? void 0 : m.drc) || "";
|
|
243
|
+
M.style.transform = `rotate(${h}deg)`, M.style.backgroundSize = "cover", l == null || l.setPosition(v);
|
|
244
244
|
};
|
|
245
245
|
return {
|
|
246
246
|
location: s,
|
|
@@ -266,137 +266,137 @@ var ct = /* @__PURE__ */ ((e) => (e[e.发动机使用中 = 0] = "发动机使用
|
|
|
266
266
|
const so = (e) => {
|
|
267
267
|
const r = /* @__PURE__ */ new Map(), l = {};
|
|
268
268
|
let s = null;
|
|
269
|
-
const
|
|
269
|
+
const a = "--";
|
|
270
270
|
let o = null;
|
|
271
|
-
const u = document.createElement("div"),
|
|
271
|
+
const u = document.createElement("div"), y = new ce({
|
|
272
272
|
element: u,
|
|
273
273
|
positioning: "top-left",
|
|
274
274
|
className: "track-label-popup"
|
|
275
275
|
});
|
|
276
|
-
let t, n, m, v, N, M = !1,
|
|
277
|
-
const
|
|
276
|
+
let t, n, m, v, N, M = !1, h = Date.now(), w, L = 0, C = null, b = 20;
|
|
277
|
+
const B = 8, G = [], q = (i) => {
|
|
278
278
|
var d;
|
|
279
|
-
for (
|
|
280
|
-
const f =
|
|
279
|
+
for (G.unshift(i); G.length > B; ) {
|
|
280
|
+
const f = G.pop(), p = r.get(f);
|
|
281
281
|
p && ((d = p.getSource()) == null || d.clear(), e == null || e.removeLayer(p), r.delete(f), delete l[f]);
|
|
282
282
|
}
|
|
283
283
|
};
|
|
284
|
-
let
|
|
284
|
+
let Y = "";
|
|
285
285
|
const R = ["#ff0000", "#00ff00", "#0079ff", "#ffa500", "#800080", "#008080", "#ffc0cb", "#800000", "#000080", "#808000"], Z = Ne(() => {
|
|
286
286
|
if (s && l[s] && r.get(s).getVisible()) {
|
|
287
287
|
console.log("reRenderTrackLine------------");
|
|
288
|
-
const
|
|
289
|
-
re(s,
|
|
288
|
+
const i = Gt(S(s, l[s]));
|
|
289
|
+
re(s, i);
|
|
290
290
|
}
|
|
291
|
-
}, 300), S = (
|
|
291
|
+
}, 300), S = (i, d) => {
|
|
292
292
|
let f = [];
|
|
293
|
-
const p = Math.max(1, Math.floor(d.length /
|
|
293
|
+
const p = Math.max(1, Math.floor(d.length / b));
|
|
294
294
|
return f = d.filter((T, O) => O % p === 0).map((T, O) => {
|
|
295
295
|
if (Number(T.lon) > 180 || Number(T.lat) > 180) {
|
|
296
296
|
const [$, A] = je(T.lon, T.lat);
|
|
297
297
|
T.lon = $, T.lat = A;
|
|
298
298
|
}
|
|
299
|
-
return T.center = [T.lon, T.lat], T.centerPoint = ro(T.center), T.time = lt(T.createdAt).format("YYYY-MM-DD HH:mm:ss"), T.id =
|
|
299
|
+
return T.center = [T.lon, T.lat], T.centerPoint = ro(T.center), T.time = lt(T.createdAt).format("YYYY-MM-DD HH:mm:ss"), T.id = i, T.index = O, T;
|
|
300
300
|
}), f;
|
|
301
|
-
},
|
|
302
|
-
if (!e || JSON.stringify(l[
|
|
301
|
+
}, c = async (i, d, f, p = "ship", E = 200) => {
|
|
302
|
+
if (!e || JSON.stringify(l[i]) === JSON.stringify(d) && s === i || (d = d == null ? void 0 : d.reverse(), y && p === "ship" && (e != null && e.getOverlays().getArray().includes(y) || e.addOverlay(y)), (d == null ? void 0 : d.length) < 2))
|
|
303
303
|
return;
|
|
304
|
-
q(
|
|
305
|
-
const T = Object.keys(l).findIndex((O) => O ===
|
|
306
|
-
|
|
307
|
-
},
|
|
304
|
+
q(i), s = i, l[i] = d, b = E;
|
|
305
|
+
const T = Object.keys(l).findIndex((O) => O === i) || 0;
|
|
306
|
+
Y = f || R[T > 10 ? 10 : T], await k(), await Je(s);
|
|
307
|
+
}, x = (i) => {
|
|
308
308
|
const d = new de();
|
|
309
|
-
return new
|
|
309
|
+
return new ye({
|
|
310
310
|
source: d,
|
|
311
311
|
visible: !1,
|
|
312
312
|
// 默认隐藏
|
|
313
|
-
className: `track-layer-${
|
|
313
|
+
className: `track-layer-${i}`,
|
|
314
314
|
renderBuffer: 1024
|
|
315
315
|
// 增大渲染缓冲区
|
|
316
316
|
});
|
|
317
|
-
}, g = (
|
|
317
|
+
}, g = (i) => {
|
|
318
318
|
r.forEach((d, f) => {
|
|
319
319
|
var E;
|
|
320
|
-
const p = f ===
|
|
320
|
+
const p = f === i;
|
|
321
321
|
d.getVisible() !== p && (d.setVisible(p), e.getLayers().getArray().includes(d) || e.addLayer(d), p || (E = d.getSource()) == null || E.clear());
|
|
322
|
-
}), s =
|
|
322
|
+
}), s = i;
|
|
323
323
|
}, k = async () => {
|
|
324
|
-
const
|
|
325
|
-
if (!r.has(
|
|
326
|
-
const T =
|
|
327
|
-
r.set(
|
|
324
|
+
const i = s;
|
|
325
|
+
if (!r.has(i)) {
|
|
326
|
+
const T = x(i);
|
|
327
|
+
r.set(i, T);
|
|
328
328
|
}
|
|
329
|
-
await g(
|
|
330
|
-
const d =
|
|
329
|
+
await g(i);
|
|
330
|
+
const d = Y || "", f = l[i] || [];
|
|
331
331
|
if (!(f && f.length > 1)) return [];
|
|
332
332
|
let p = [];
|
|
333
|
-
p = S(
|
|
333
|
+
p = S(i, f);
|
|
334
334
|
const E = p.map((T) => T.centerPoint);
|
|
335
|
-
p.length >= 2 && await F(
|
|
336
|
-
}, F = (
|
|
337
|
-
const p = new Pe(d), E = r.get(
|
|
335
|
+
p.length >= 2 && await F(i, E, d);
|
|
336
|
+
}, F = (i, d, f) => {
|
|
337
|
+
const p = new Pe(d), E = r.get(i).getSource(), T = E.getFeatureById(i);
|
|
338
338
|
if (T)
|
|
339
|
-
T.setGeometry(p), T.setId(
|
|
339
|
+
T.setGeometry(p), T.setId(i), T.setStyle(V(f)), C = T;
|
|
340
340
|
else {
|
|
341
341
|
const O = new ie({ geometry: p });
|
|
342
|
-
O.setId(
|
|
342
|
+
O.setId(i), O.set("type", "line"), O.setStyle(V(f)), E.addFeature(O), C = O;
|
|
343
343
|
}
|
|
344
344
|
return C;
|
|
345
|
-
}, V = (
|
|
345
|
+
}, V = (i) => new X({
|
|
346
346
|
stroke: new ve({
|
|
347
|
-
color:
|
|
347
|
+
color: i,
|
|
348
348
|
width: 2
|
|
349
349
|
})
|
|
350
|
-
}),
|
|
351
|
-
const p =
|
|
352
|
-
if (
|
|
350
|
+
}), D = (i, d, f) => {
|
|
351
|
+
const p = i == null ? void 0 : i.get("trackId");
|
|
352
|
+
if (i && p && d === "hover") {
|
|
353
353
|
e.getTargetElement().style.cursor = p ? "pointer" : "";
|
|
354
|
-
const E =
|
|
355
|
-
O && (u.querySelector(".popup-content"), u.innerHTML = T,
|
|
354
|
+
const E = i.get("data"), T = j(E), O = f == null ? void 0 : f.coordinate;
|
|
355
|
+
O && (u.querySelector(".popup-content"), u.innerHTML = T, y == null || y.setPosition(O));
|
|
356
356
|
} else
|
|
357
|
-
|
|
358
|
-
},
|
|
359
|
-
if (!(
|
|
357
|
+
y && y.setPosition(void 0);
|
|
358
|
+
}, j = (i) => {
|
|
359
|
+
if (!(i != null && i.time)) return;
|
|
360
360
|
let d = "";
|
|
361
|
-
return
|
|
361
|
+
return i != null && i.stayTime && (d = `
|
|
362
362
|
<div class="item w-100">
|
|
363
363
|
<div class="item-label">停泊时间约</div>
|
|
364
|
-
<div class="item-item">${no(Number(
|
|
364
|
+
<div class="item-item">${no(Number(i.stayTime))}</div>
|
|
365
365
|
</div>
|
|
366
366
|
`), `
|
|
367
367
|
<div class="track-point-popup">
|
|
368
368
|
<div class="item">
|
|
369
369
|
<div class="item-label">状态</div>
|
|
370
|
-
<div class="item-item">${
|
|
370
|
+
<div class="item-item">${i != null && i.sailStatus ? ct[i.sailStatus] : a}</div>
|
|
371
371
|
</div>
|
|
372
372
|
<div class="item">
|
|
373
373
|
<div class="item-label">航速</div>
|
|
374
|
-
<div class="item-item">${
|
|
374
|
+
<div class="item-item">${i.speed || a}</div>
|
|
375
375
|
</div>
|
|
376
376
|
<div class="item">
|
|
377
377
|
<div class="item-label">艏向</div>
|
|
378
|
-
<div class="item-item">${
|
|
378
|
+
<div class="item-item">${i.hdg || a}</div>
|
|
379
379
|
</div>
|
|
380
380
|
<div class="item">
|
|
381
381
|
<div class="item-label">航向</div>
|
|
382
|
-
<div class="item-item">${
|
|
382
|
+
<div class="item-item">${i.cog || a}</div>
|
|
383
383
|
</div>
|
|
384
384
|
<div class="item">
|
|
385
385
|
<div class="item-label">经度</div>
|
|
386
|
-
<div class="item-item">${
|
|
386
|
+
<div class="item-item">${i.lon || a}</div>
|
|
387
387
|
</div>
|
|
388
388
|
<div class="item">
|
|
389
389
|
<div class="item-label">纬度</div>
|
|
390
|
-
<div class="item-item">${
|
|
390
|
+
<div class="item-item">${i.lat || a}</div>
|
|
391
391
|
</div>
|
|
392
392
|
<div class="item w-100">
|
|
393
393
|
<div class="item-label">时间</div>
|
|
394
|
-
<div class="item-item">${
|
|
394
|
+
<div class="item-item">${i.time}</div>
|
|
395
395
|
</div>
|
|
396
396
|
${d ?? d}
|
|
397
397
|
</div>`;
|
|
398
|
-
}, z = (
|
|
399
|
-
const f =
|
|
398
|
+
}, z = (i) => {
|
|
399
|
+
const f = i.map(($) => {
|
|
400
400
|
const A = e.getPixelFromCoordinate(ee($.center));
|
|
401
401
|
return {
|
|
402
402
|
...$,
|
|
@@ -419,8 +419,8 @@ const so = (e) => {
|
|
|
419
419
|
const A = E[$];
|
|
420
420
|
if (T.push(A), $ < E.length - 1) {
|
|
421
421
|
const H = E[$ + 1], _ = H.distance - A.distance, P = Math.floor(_ / 100);
|
|
422
|
-
for (let
|
|
423
|
-
const J = A.distance +
|
|
422
|
+
for (let W = 1; W <= P; W++) {
|
|
423
|
+
const J = A.distance + W * 100;
|
|
424
424
|
if (J >= H.distance) break;
|
|
425
425
|
const U = ae(
|
|
426
426
|
f,
|
|
@@ -443,9 +443,9 @@ const so = (e) => {
|
|
|
443
443
|
distance: $.distance
|
|
444
444
|
}));
|
|
445
445
|
};
|
|
446
|
-
function ae(
|
|
447
|
-
for (let f = 1; f <
|
|
448
|
-
const p =
|
|
446
|
+
function ae(i, d) {
|
|
447
|
+
for (let f = 1; f < i.length; f++) {
|
|
448
|
+
const p = i[f - 1], E = i[f];
|
|
449
449
|
if (d >= p.distance && d <= E.distance) {
|
|
450
450
|
const T = (d - p.distance) / (E.distance - p.distance), O = p.pixel[0] + T * (E.pixel[0] - p.pixel[0]), $ = p.pixel[1] + T * (E.pixel[1] - p.pixel[1]), A = e == null ? void 0 : e.getCoordinateFromPixel([O, $]);
|
|
451
451
|
return {
|
|
@@ -461,24 +461,24 @@ const so = (e) => {
|
|
|
461
461
|
}
|
|
462
462
|
return null;
|
|
463
463
|
}
|
|
464
|
-
const re = async (
|
|
465
|
-
await be(), await pe(
|
|
464
|
+
const re = async (i, d) => {
|
|
465
|
+
await be(), await pe(i);
|
|
466
466
|
const f = z(d), p = f.map((T) => se(T));
|
|
467
|
-
r.get(
|
|
468
|
-
const O = Re(
|
|
467
|
+
r.get(i).getSource().addFeatures(p), yt(i, f, d, Y), f.forEach((T) => {
|
|
468
|
+
const O = Re(i, Y, T);
|
|
469
469
|
e.addOverlay(O);
|
|
470
470
|
});
|
|
471
|
-
}, se = (
|
|
471
|
+
}, se = (i) => {
|
|
472
472
|
const d = new ie({
|
|
473
|
-
geometry: new le(
|
|
474
|
-
data:
|
|
473
|
+
geometry: new le(i.centerPoint),
|
|
474
|
+
data: i
|
|
475
475
|
});
|
|
476
|
-
d.set("type", "track_point"), d.set("trackId",
|
|
476
|
+
d.set("type", "track_point"), d.set("trackId", i.id), d.set("data", i);
|
|
477
477
|
let f = [
|
|
478
|
-
...ft(
|
|
478
|
+
...ft(i, Y)
|
|
479
479
|
];
|
|
480
|
-
return (
|
|
481
|
-
}, Re = (
|
|
480
|
+
return (i.index === 0 || i.index === l[i.id].length - 1) && (f = [...ht(i)], d.set("type", "track_begin")), i.state !== void 0 && i.state !== null && (f = [...vt(i)], d.set("type", "track_icon")), d.setStyle(f), d;
|
|
481
|
+
}, Re = (i, d, f) => {
|
|
482
482
|
const p = document.createElement("div");
|
|
483
483
|
p.className = "track-overlay-label", p.style.position = "relative", p.style.backgroundColor = "rgba(255,255,255,0.8)", p.style.border = `1px solid ${d}`, p.style.fontSize = "12px", p.innerHTML = `
|
|
484
484
|
<span>${f.time}</span>
|
|
@@ -501,18 +501,18 @@ const so = (e) => {
|
|
|
501
501
|
stopEvent: !1,
|
|
502
502
|
className: "track-label-time-overlay"
|
|
503
503
|
});
|
|
504
|
-
return E.set("class", "track-label-overlay"), E.set("trackId",
|
|
504
|
+
return E.set("class", "track-label-overlay"), E.set("trackId", i), E;
|
|
505
505
|
}, be = () => {
|
|
506
|
-
const
|
|
506
|
+
const i = e == null ? void 0 : e.getOverlays().getArray(), d = i == null ? void 0 : i.filter((f) => f.get("class") === "track-label-overlay");
|
|
507
507
|
d && d.length > 0 && d.forEach((f) => {
|
|
508
508
|
f.setPosition(void 0), f.dispose();
|
|
509
509
|
});
|
|
510
|
-
}, pe = (
|
|
511
|
-
const d = r.get(
|
|
510
|
+
}, pe = (i) => {
|
|
511
|
+
const d = r.get(i).getSource();
|
|
512
512
|
d.forEachFeature((f) => {
|
|
513
513
|
f.get("type") !== "line" && d.removeFeature(f);
|
|
514
514
|
});
|
|
515
|
-
}, ft = (
|
|
515
|
+
}, ft = (i, d) => (`${i.time}`, [
|
|
516
516
|
new X({
|
|
517
517
|
// 扩大交互热区
|
|
518
518
|
image: new Ve({
|
|
@@ -523,26 +523,26 @@ const so = (e) => {
|
|
|
523
523
|
// 轨迹点样式
|
|
524
524
|
new X({
|
|
525
525
|
image: new Ve({
|
|
526
|
-
fill: new
|
|
526
|
+
fill: new Q({ color: d }),
|
|
527
527
|
stroke: new ve({ color: "#fff", width: 2 }),
|
|
528
528
|
radius: 3
|
|
529
529
|
})
|
|
530
530
|
})
|
|
531
531
|
// textStyle,
|
|
532
|
-
]), vt = (
|
|
532
|
+
]), vt = (i) => {
|
|
533
533
|
const d = "#E31818", f = "#1890FF", p = "", E = new X({
|
|
534
534
|
text: new ge({
|
|
535
535
|
font: "Normal 22px map-iconfont",
|
|
536
536
|
text: fe(p),
|
|
537
537
|
offsetY: -10,
|
|
538
|
-
fill: new
|
|
539
|
-
color: Number(
|
|
538
|
+
fill: new Q({
|
|
539
|
+
color: Number(i.state) === 0 ? d : Number(i.state) === 1 ? f : ""
|
|
540
540
|
})
|
|
541
541
|
}),
|
|
542
542
|
zIndex: 99
|
|
543
543
|
}), O = tt(""), A = tt(""), H = [];
|
|
544
|
-
return Number(
|
|
545
|
-
},
|
|
544
|
+
return Number(i.state) === 0 ? H.push(O) : Number(i.state) === 1 && H.push(A), H.push(E), H;
|
|
545
|
+
}, yt = (i, d, f, p) => {
|
|
546
546
|
const E = d || [], T = d.length;
|
|
547
547
|
T || (E.push(f[0]), E.push(f[f.length - 1]));
|
|
548
548
|
const O = [];
|
|
@@ -552,22 +552,22 @@ const so = (e) => {
|
|
|
552
552
|
if (P % 2 === 0)
|
|
553
553
|
H = f[P].centerPoint;
|
|
554
554
|
else {
|
|
555
|
-
const
|
|
556
|
-
if (
|
|
557
|
-
const [U, Ce] =
|
|
555
|
+
const W = f[Math.floor(P)], J = f[Math.ceil(P)];
|
|
556
|
+
if (W && J) {
|
|
557
|
+
const [U, Ce] = W.centerPoint, [Le, Ee] = J.centerPoint;
|
|
558
558
|
H = [(U + Le) / 2, (Ce + Ee) / 2];
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
561
|
if (H) {
|
|
562
|
-
const
|
|
562
|
+
const W = new ie({
|
|
563
563
|
geometry: new le(H)
|
|
564
564
|
});
|
|
565
|
-
|
|
565
|
+
W.set("type", "track_arrow"), W.setStyle(
|
|
566
566
|
new X({
|
|
567
567
|
text: new ge({
|
|
568
568
|
font: "700 12px map-iconfont",
|
|
569
569
|
text: fe(""),
|
|
570
|
-
fill: new
|
|
570
|
+
fill: new Q({ color: p }),
|
|
571
571
|
// 设置箭头旋转 角度转为弧度
|
|
572
572
|
rotation: Ke(
|
|
573
573
|
d[A].center,
|
|
@@ -575,30 +575,30 @@ const so = (e) => {
|
|
|
575
575
|
) * (Math.PI / 180)
|
|
576
576
|
})
|
|
577
577
|
})
|
|
578
|
-
), O.push(
|
|
578
|
+
), O.push(W);
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
|
-
const $ = r.get(
|
|
581
|
+
const $ = r.get(i).getSource();
|
|
582
582
|
$ == null || $.addFeatures(O);
|
|
583
|
-
}, Je = (
|
|
583
|
+
}, Je = (i) => {
|
|
584
584
|
var T, O;
|
|
585
|
-
const d = e.getView(), f = (T = r == null ? void 0 : r.get(
|
|
585
|
+
const d = e.getView(), f = (T = r == null ? void 0 : r.get(i)) == null ? void 0 : T.getSource(), p = C || (i ? f == null ? void 0 : f.getFeatureById(i) : null);
|
|
586
586
|
if (!p) return;
|
|
587
587
|
const E = (O = p == null ? void 0 : p.getGeometry()) == null ? void 0 : O.getExtent();
|
|
588
588
|
if (E != null && E.length)
|
|
589
589
|
try {
|
|
590
|
-
const $ =
|
|
590
|
+
const $ = Dt(E, Math.max(E[2] - E[0], E[3] - E[1]) * 0.02);
|
|
591
591
|
d.fit($);
|
|
592
592
|
} catch ($) {
|
|
593
593
|
console.log($);
|
|
594
594
|
}
|
|
595
|
-
},
|
|
596
|
-
const d = "", E =
|
|
595
|
+
}, ht = (i) => {
|
|
596
|
+
const d = "", E = i.index === 0 ? "#fcdc3f" : "#ff0000";
|
|
597
597
|
return [new X({
|
|
598
598
|
text: new ge({
|
|
599
599
|
font: "Normal 14px map-iconfont",
|
|
600
600
|
text: fe(d),
|
|
601
|
-
fill: new
|
|
601
|
+
fill: new Q({ color: E })
|
|
602
602
|
}),
|
|
603
603
|
zIndex: 101
|
|
604
604
|
})];
|
|
@@ -609,8 +609,8 @@ const so = (e) => {
|
|
|
609
609
|
}), Object.keys(l).forEach((d) => {
|
|
610
610
|
r.delete(d), delete l[d];
|
|
611
611
|
}), isRender = !1, be();
|
|
612
|
-
}, wt = (
|
|
613
|
-
const d = r.get(
|
|
612
|
+
}, wt = (i) => {
|
|
613
|
+
const d = r.get(i || s);
|
|
614
614
|
d == null || d.setVisible(!1);
|
|
615
615
|
const f = e.getOverlays().getArray();
|
|
616
616
|
for (let p = 0; p < f.length; ) {
|
|
@@ -618,31 +618,31 @@ const so = (e) => {
|
|
|
618
618
|
E.get("class") === "track-label-overlay" ? (E.setPosition(void 0), e.removeOverlay(E)) : p++;
|
|
619
619
|
}
|
|
620
620
|
Me();
|
|
621
|
-
}, xt = (
|
|
621
|
+
}, xt = (i, d = xe.NM) => {
|
|
622
622
|
const f = {
|
|
623
|
-
id:
|
|
623
|
+
id: i,
|
|
624
624
|
length: "--"
|
|
625
|
-
}, E = (l[
|
|
625
|
+
}, E = (l[i] || []).map(
|
|
626
626
|
(O) => ke([O.lon, O.lat], K.data, K.mercator)
|
|
627
627
|
), T = new Pe(E);
|
|
628
628
|
return f.length = oo(T, d) || "--", f;
|
|
629
|
-
}, bt = (
|
|
630
|
-
kt(String(
|
|
631
|
-
}, kt = (
|
|
632
|
-
const f = l[String(
|
|
629
|
+
}, bt = (i, d) => {
|
|
630
|
+
kt(String(i), d);
|
|
631
|
+
}, kt = (i, d) => {
|
|
632
|
+
const f = l[String(i)], p = f == null ? void 0 : f.map((E) => [E.lon, E.lat]);
|
|
633
633
|
p && Ct(p, d);
|
|
634
634
|
}, Ze = new X({
|
|
635
635
|
text: new ge({
|
|
636
636
|
font: "700 20px map-iconfont",
|
|
637
637
|
text: fe(""),
|
|
638
|
-
fill: new
|
|
638
|
+
fill: new Q({ color: "#ff0000" }),
|
|
639
639
|
rotation: 0
|
|
640
640
|
// 初始旋转角度
|
|
641
641
|
})
|
|
642
|
-
}), pt = (
|
|
643
|
-
var P,
|
|
644
|
-
const f = Number(50 * d), p = ((P =
|
|
645
|
-
if (L = (L + f * E / 1e6) % 2,
|
|
642
|
+
}), pt = (i, d) => {
|
|
643
|
+
var P, W;
|
|
644
|
+
const f = Number(50 * d), p = ((P = i.frameState) == null ? void 0 : P.time) ?? Date.now(), E = p - h;
|
|
645
|
+
if (L = (L + f * E / 1e6) % 2, h = p, L >= 1) {
|
|
646
646
|
Me();
|
|
647
647
|
return;
|
|
648
648
|
}
|
|
@@ -656,18 +656,18 @@ const so = (e) => {
|
|
|
656
656
|
ot(O, "array"),
|
|
657
657
|
ot($, "array")
|
|
658
658
|
) * Math.PI / 180;
|
|
659
|
-
(
|
|
660
|
-
const _ = At(
|
|
659
|
+
(W = Ze.getText()) == null || W.setRotation(H), v.setCoordinates(T);
|
|
660
|
+
const _ = At(i);
|
|
661
661
|
_.setStyle(Ze), _.drawGeometry(v), e == null || e.render();
|
|
662
662
|
}, Mt = () => {
|
|
663
|
-
var
|
|
664
|
-
M = !0,
|
|
663
|
+
var i;
|
|
664
|
+
M = !0, h = Date.now(), L = 0, v = ((i = m.getGeometry()) == null ? void 0 : i.clone()) || new le([0, 0]), o && (w == null || w.on("postrender", o)), N == null || N.setGeometry(void 0);
|
|
665
665
|
}, Me = () => {
|
|
666
666
|
M && (M = !1, N == null || N.setGeometry(void 0), o && w && w.un("postrender", o), w && (e == null || e.removeLayer(w)), w = null, N = null);
|
|
667
|
-
}, Ct = (
|
|
667
|
+
}, Ct = (i, d) => {
|
|
668
668
|
M && Me(), t = new Ie({
|
|
669
669
|
factor: 1e6
|
|
670
|
-
}).writeGeometry(new Pe(
|
|
670
|
+
}).writeGeometry(new Pe(i)), n = new Ie({
|
|
671
671
|
factor: 1e6
|
|
672
672
|
}).readGeometry(t, {
|
|
673
673
|
dataProjection: K.data,
|
|
@@ -681,12 +681,12 @@ const so = (e) => {
|
|
|
681
681
|
type: "geoMarker",
|
|
682
682
|
style: Ze,
|
|
683
683
|
geometry: v
|
|
684
|
-
}), w = new
|
|
684
|
+
}), w = new ye({
|
|
685
685
|
source: new de({
|
|
686
686
|
features: [N]
|
|
687
687
|
})
|
|
688
688
|
}), e == null || e.addLayer(w), o = (p) => pt(p, d), Mt();
|
|
689
|
-
}, Ke = (
|
|
689
|
+
}, Ke = (i, d, f) => {
|
|
690
690
|
function p(P) {
|
|
691
691
|
return 180 * (P % (2 * Math.PI)) / Math.PI;
|
|
692
692
|
}
|
|
@@ -694,10 +694,10 @@ const so = (e) => {
|
|
|
694
694
|
return P % 360 * Math.PI / 180;
|
|
695
695
|
}
|
|
696
696
|
function T(P) {
|
|
697
|
-
var
|
|
697
|
+
var W;
|
|
698
698
|
if (!P) throw new Error("Coordinate is required");
|
|
699
699
|
if (!Array.isArray(P)) {
|
|
700
|
-
if ((P == null ? void 0 : P.type) === "Feature" && (P == null ? void 0 : P.geometry) !== null && ((
|
|
700
|
+
if ((P == null ? void 0 : P.type) === "Feature" && (P == null ? void 0 : P.geometry) !== null && ((W = P == null ? void 0 : P.geometry) == null ? void 0 : W.type) === "Point")
|
|
701
701
|
return P == null ? void 0 : P.geometry.coordinates;
|
|
702
702
|
if (P.type === "Point") return (P == null ? void 0 : P.coordinates) || [];
|
|
703
703
|
}
|
|
@@ -707,21 +707,21 @@ const so = (e) => {
|
|
|
707
707
|
"Coordinate must be GeoJSON Point or an Array of numbers"
|
|
708
708
|
);
|
|
709
709
|
}
|
|
710
|
-
function O(P,
|
|
710
|
+
function O(P, W, J = {}) {
|
|
711
711
|
if (J.final)
|
|
712
712
|
return function(Tt, Ft) {
|
|
713
713
|
return (O(Ft, Tt) + 180) % 360;
|
|
714
|
-
}(P,
|
|
715
|
-
const U = T(P), Ce = T(
|
|
714
|
+
}(P, W);
|
|
715
|
+
const U = T(P), Ce = T(W), Le = E(U[0]), Ee = E(Ce[0]), _e = E(U[1]), De = E(Ce[1]), Lt = Math.sin(Ee - Le) * Math.cos(De), Et = Math.cos(_e) * Math.sin(De) - Math.sin(_e) * Math.cos(De) * Math.cos(Ee - Le);
|
|
716
716
|
return p(Math.atan2(Lt, Et));
|
|
717
717
|
}
|
|
718
718
|
function $(P) {
|
|
719
719
|
return !isNaN(P) && P !== null && !Array.isArray(P);
|
|
720
720
|
}
|
|
721
|
-
function A(P,
|
|
722
|
-
return P || console.log("Coordinates are required"), Array.isArray(P) || console.log("Coordinates must be an Array"), P.length < 2 && console.log("Coordinates must be at least 2 numbers long"), (!$(P[0]) || !$(P[1])) && console.log("Coordinates must contain numbers"), H({ type: "Point", coordinates: P },
|
|
721
|
+
function A(P, W = {}, J = {}) {
|
|
722
|
+
return P || console.log("Coordinates are required"), Array.isArray(P) || console.log("Coordinates must be an Array"), P.length < 2 && console.log("Coordinates must be at least 2 numbers long"), (!$(P[0]) || !$(P[1])) && console.log("Coordinates must contain numbers"), H({ type: "Point", coordinates: P }, W, J);
|
|
723
723
|
}
|
|
724
|
-
function H(P,
|
|
724
|
+
function H(P, W = {}, J = {}) {
|
|
725
725
|
const U = {
|
|
726
726
|
type: "Feature",
|
|
727
727
|
id: "",
|
|
@@ -729,19 +729,19 @@ const so = (e) => {
|
|
|
729
729
|
bbox: {},
|
|
730
730
|
geometry: {}
|
|
731
731
|
};
|
|
732
|
-
return J.id !== void 0 && (U.id = J.id), J.bbox && (U.bbox = J.bbox), U.properties =
|
|
732
|
+
return J.id !== void 0 && (U.id = J.id), J.bbox && (U.bbox = J.bbox), U.properties = W, U.geometry = P, U;
|
|
733
733
|
}
|
|
734
|
-
const _ = O(A(
|
|
734
|
+
const _ = O(A(i), A(d), f);
|
|
735
735
|
return _ < 0 ? 360 + _ : _;
|
|
736
736
|
};
|
|
737
737
|
return {
|
|
738
|
-
render:
|
|
738
|
+
render: c,
|
|
739
739
|
remove: mt,
|
|
740
740
|
play: bt,
|
|
741
741
|
setCenter: Je,
|
|
742
742
|
close: wt,
|
|
743
743
|
getLength: xt,
|
|
744
|
-
handleTrackMapEvent:
|
|
744
|
+
handleTrackMapEvent: D,
|
|
745
745
|
reRenderTrackLine: Z
|
|
746
746
|
};
|
|
747
747
|
};
|
|
@@ -776,7 +776,7 @@ function io(e) {
|
|
|
776
776
|
animation: e.selected ? e.colors && ((u = e.colors) == null ? void 0 : u.length) >= 2 ? "blink-dual 2s ease-in-out infinite" : "blink-single 1.5s ease-in-out infinite" : "none"
|
|
777
777
|
// "animation": props.selected ? 'blink 1.5s ease-in-out infinite' : 'none', // 动画开关
|
|
778
778
|
};
|
|
779
|
-
}),
|
|
779
|
+
}), a = Te(() => ({
|
|
780
780
|
width: "14px",
|
|
781
781
|
height: "14px",
|
|
782
782
|
margin: "1px 5px 1px 1px",
|
|
@@ -806,7 +806,7 @@ function io(e) {
|
|
|
806
806
|
},
|
|
807
807
|
[
|
|
808
808
|
ne("div", {
|
|
809
|
-
style: e.selected ?
|
|
809
|
+
style: e.selected ? a.value : {}
|
|
810
810
|
}, ""),
|
|
811
811
|
ne("div", {
|
|
812
812
|
class: "text",
|
|
@@ -863,7 +863,7 @@ function io(e) {
|
|
|
863
863
|
I([]);
|
|
864
864
|
function co(e, r, l, s) {
|
|
865
865
|
if (r) {
|
|
866
|
-
const
|
|
866
|
+
const a = new ce({
|
|
867
867
|
element: l,
|
|
868
868
|
positioning: "top-left",
|
|
869
869
|
id: "label-" + (s == null ? void 0 : s.id),
|
|
@@ -872,32 +872,32 @@ function co(e, r, l, s) {
|
|
|
872
872
|
position: r,
|
|
873
873
|
className: s.blinking ? "ship-label-overlay-blinking" : "ship-label-overlay"
|
|
874
874
|
});
|
|
875
|
-
|
|
875
|
+
a.set("class", "zh-map-ship-overlay"), e.addOverlay(a);
|
|
876
876
|
}
|
|
877
877
|
}
|
|
878
878
|
const ao = (e) => {
|
|
879
879
|
const { spd: r, hdg: l, cog: s } = e;
|
|
880
880
|
return r ? l !== null && +l != 511 && s !== null ? s - +l >= 3 ? oe.right : s - +l <= -3 ? oe.left : oe.front : oe.front : "";
|
|
881
|
-
},
|
|
882
|
-
const { shipData: l } = r.getProperties(), s = at(e),
|
|
883
|
-
return uo(r,
|
|
881
|
+
}, he = (e, r) => {
|
|
882
|
+
const { shipData: l } = r.getProperties(), s = at(e), a = Qe(e, l, s);
|
|
883
|
+
return uo(r, a, s);
|
|
884
884
|
}, at = (e) => {
|
|
885
885
|
const r = e == null ? void 0 : e.getView().getZoom();
|
|
886
886
|
return r <= te.shipModelMax && r >= te.shipTriggleMin ? "ship" : "triangle";
|
|
887
887
|
}, Qe = (e, r, l) => {
|
|
888
888
|
if (l === "ship") {
|
|
889
|
-
const { len: s, wid:
|
|
889
|
+
const { len: s, wid: a } = r, o = 97, u = 20, t = 1 / (e == null ? void 0 : e.getView().getResolution()), n = s * t / o, m = a * t / u, v = Math.min(n, m);
|
|
890
890
|
return v < 0.2 ? 0.2 : v > 2 ? 2 : v;
|
|
891
891
|
}
|
|
892
892
|
return te.scaleNum;
|
|
893
893
|
}, uo = (e, r, l) => {
|
|
894
|
-
const { color: s, direct:
|
|
894
|
+
const { color: s, direct: a, isHighlight: o, shipData: u } = e.getProperties(), y = ((u == null ? void 0 : u.cog) - 90 + 360) % 360;
|
|
895
895
|
return new X({
|
|
896
896
|
image: new Oe({
|
|
897
897
|
src: t(),
|
|
898
898
|
scale: r || te.scaleNum,
|
|
899
899
|
anchor: [0.5, 0.5],
|
|
900
|
-
rotation:
|
|
900
|
+
rotation: y * Math.PI / 180,
|
|
901
901
|
rotateWithView: !1
|
|
902
902
|
})
|
|
903
903
|
});
|
|
@@ -911,20 +911,20 @@ const ao = (e) => {
|
|
|
911
911
|
<path d="M30.8843 12.6777L2.21343 21.7067C1.75559 21.8509 1.28947 21.509 1.28947 21.029L1.28947 2.97103C1.28947 2.49102 1.75558 2.14913 2.21342 2.29331L30.8843 11.3223C31.5471 11.531 31.5471 12.469 30.8843 12.6777Z"
|
|
912
912
|
fill="${s}" stroke="${o ? "#FF2424" : "black"}" stroke-width="${o ? "2" : "0.578947"}" />
|
|
913
913
|
<!--path船航向左边或者向前-->
|
|
914
|
-
${
|
|
914
|
+
${a === oe.left && `<path d="M30 12L40 12L40 8" stroke="${o ? "#FF2424" : "black"}" stroke-width="2"/>`}
|
|
915
915
|
<!--path船航向右边-->
|
|
916
|
-
${
|
|
916
|
+
${a === oe.right && `<path d="M30 12L40 12L40 16" stroke="${o ? "#FF2424" : "black"}" stroke-width="2"/>`}
|
|
917
917
|
<!--path黑线无左右-->
|
|
918
|
-
${
|
|
918
|
+
${a === oe.front && `<path d="M30 12L40 12" stroke="${o ? "#FF2424" : "black"}" stroke-width="1.5"/>`}
|
|
919
919
|
</svg>
|
|
920
920
|
`;
|
|
921
921
|
case "ship":
|
|
922
922
|
return `<svg width="97" height="20" viewBox="0 0 97 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
923
923
|
<path d="M0.289474 17.3433L0.289474 2.65655C0.289474 2.28572 0.574654 1.97725 0.944343 1.9482L22.0544 0.289473L67.5204 0.289473C67.6295 0.289473 67.7372 0.314613 67.835 0.362943L86.0565 9.3629C86.5844 9.6236 86.5844 10.3763 86.0565 10.637L67.835 19.6371C67.7372 19.6854 67.6295 19.7105 67.5203 19.7105L22.0544 19.7105L0.944343 18.0517C0.574653 18.0226 0.289474 17.7142 0.289474 17.3433Z"
|
|
924
924
|
fill="${s}" stroke="${o ? "#FF2424" : "black"}" stroke-width="${o ? "4" : "0.578947"}"/>
|
|
925
|
-
${
|
|
926
|
-
${
|
|
927
|
-
${
|
|
925
|
+
${a === oe.left && `<path d="M86 10L96 10L96 6" stroke="${o ? "#FF2424" : "black"}" stroke-width="1.5"/>`}
|
|
926
|
+
${a === oe.right && `<path d="M86 10L96 10L96 14" stroke="${o ? "#FF2424" : "black"}" stroke-width="1.5"/>`}
|
|
927
|
+
${a === oe.front && `<path d="M86 10L96 10" stroke="${o ? "#FF2424" : "black"}" stroke-width="1.5"/>`}
|
|
928
928
|
</svg>
|
|
929
929
|
`;
|
|
930
930
|
default:
|
|
@@ -932,9 +932,9 @@ const ao = (e) => {
|
|
|
932
932
|
}
|
|
933
933
|
}
|
|
934
934
|
}, go = (e, r) => {
|
|
935
|
-
const l = dt(e, r), s = r.id, { lon:
|
|
935
|
+
const l = dt(e, r), s = r.id, { lon: a, lat: o } = r, u = new ce({
|
|
936
936
|
element: l,
|
|
937
|
-
position: ee([
|
|
937
|
+
position: ee([a, o]),
|
|
938
938
|
id: "selected-" + s,
|
|
939
939
|
positioning: "center-center",
|
|
940
940
|
offset: [0, 5],
|
|
@@ -942,24 +942,24 @@ const ao = (e) => {
|
|
|
942
942
|
});
|
|
943
943
|
return u.set("class", "ship-overlay-selected"), u;
|
|
944
944
|
}, dt = (e, r) => {
|
|
945
|
-
const l = at(e), s = Qe(e, r, l),
|
|
946
|
-
<svg style="transform:scale(${s});" xmlns="http://www.w3.org/2000/svg" width="${
|
|
945
|
+
const l = at(e), s = Qe(e, r, l), a = l === "ship" ? 109 : 49, o = `
|
|
946
|
+
<svg style="transform:scale(${s});" xmlns="http://www.w3.org/2000/svg" width="${a}" height="${a}" viewBox="0 0 49 49" fill="none">
|
|
947
947
|
<path d="M1.99982 46.9998L1.99982 1.99982L46.9998 1.99982L46.9998 46.9998L1.99982 46.9998Z" fill="#FF2424" fill-opacity="0.2"/>
|
|
948
948
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.9998 0.5V3.5L3.49976 3.5V20H0.499756V0.500002L19.9998 0.5ZM45.4998 3.5H28.9998V0.5H48.4998V20H45.4998V3.5ZM48.4998 29L48.4998 48.5H28.9998V45.5H45.4998L45.4998 29H48.4998ZM3.49976 45.5L3.49976 29H0.499756L0.499758 48.5L19.9998 48.5V45.5L3.49976 45.5Z" fill="#FF2424"/>
|
|
949
949
|
</svg>
|
|
950
950
|
`, u = document.createElement("div");
|
|
951
951
|
return u.className = "ship-overlay-selected", u.innerHTML = o, u;
|
|
952
952
|
}, fo = (e, r) => {
|
|
953
|
-
const { lon: l, lat: s, blinking:
|
|
954
|
-
l && s && co(e, ee([l, s]), o, { ...r, blinking:
|
|
953
|
+
const { lon: l, lat: s, blinking: a } = r, o = ut(r);
|
|
954
|
+
l && s && co(e, ee([l, s]), o, { ...r, blinking: a });
|
|
955
955
|
}, ut = (e) => {
|
|
956
956
|
const r = document.createElement("div");
|
|
957
957
|
r.className = "ship-overlay-box", r.style.position = "relative";
|
|
958
|
-
const { lon: l, lat: s, blinking:
|
|
958
|
+
const { lon: l, lat: s, blinking: a, blinkingColors: o, name: u } = e, y = Ae({
|
|
959
959
|
setup() {
|
|
960
960
|
return io({
|
|
961
961
|
position: [l + 2e-3, s + 2e-3],
|
|
962
|
-
selected:
|
|
962
|
+
selected: a,
|
|
963
963
|
name: u,
|
|
964
964
|
colors: o || [],
|
|
965
965
|
existDevice: e == null ? void 0 : e.existDevice,
|
|
@@ -968,7 +968,7 @@ const ao = (e) => {
|
|
|
968
968
|
});
|
|
969
969
|
}
|
|
970
970
|
});
|
|
971
|
-
return Pt(
|
|
971
|
+
return Pt(y, r), r;
|
|
972
972
|
}, rt = (e) => {
|
|
973
973
|
const r = [];
|
|
974
974
|
return e.existDevice && r.push(""), e.existMobile && r.push(""), e.existWaterGauge && r.push(""), r;
|
|
@@ -984,88 +984,88 @@ function vo() {
|
|
|
984
984
|
];
|
|
985
985
|
return e[Math.floor(Math.random() * e.length)];
|
|
986
986
|
}
|
|
987
|
-
const
|
|
988
|
-
function
|
|
989
|
-
const
|
|
987
|
+
const yo = window.devicePixelRatio || 1;
|
|
988
|
+
function ho(e, r, l = "left-bottom", s = 2) {
|
|
989
|
+
const a = document.createElement("canvas"), o = a.getContext("2d");
|
|
990
990
|
if (!o) return "";
|
|
991
|
-
const u = 2,
|
|
991
|
+
const u = 2, y = 8, t = 16, n = window.devicePixelRatio || 1, m = "500 12px Arial", v = "14px map-iconfont";
|
|
992
992
|
o.font = m;
|
|
993
993
|
const M = o.measureText(e).width;
|
|
994
994
|
o.font = v;
|
|
995
|
-
const
|
|
996
|
-
let
|
|
997
|
-
switch (
|
|
995
|
+
const h = r.map((k) => ({ width: o.measureText(fe(k)).width, height: 14 })), w = h.reduce((k, F) => k + F.width, 0), L = (r.length - 1) * s, C = y + M + w + L + y, b = u + 14 + u;
|
|
996
|
+
let B, G, q = 0, Y = 0, R = 0, Z = 0, S = 0, c = 0;
|
|
997
|
+
switch (B = t + C, l) {
|
|
998
998
|
case "right-top":
|
|
999
|
-
|
|
999
|
+
G = t + b, q = 0, Y = t + b, R = t, Z = 0, S = t, c = 0;
|
|
1000
1000
|
break;
|
|
1001
1001
|
case "right-middle":
|
|
1002
|
-
|
|
1002
|
+
G = b, q = 0, Y = b / 2, R = t, Z = b / 2, S = t, c = 0;
|
|
1003
1003
|
break;
|
|
1004
1004
|
case "right-bottom":
|
|
1005
|
-
|
|
1005
|
+
G = t + b, q = 0, Y = 0, R = t, Z = t, S = t, c = t;
|
|
1006
1006
|
break;
|
|
1007
1007
|
case "left-top":
|
|
1008
|
-
|
|
1008
|
+
G = t + b, q = C, Y = t, R = C + t, Z = b + t, S = 0, c = 0;
|
|
1009
1009
|
break;
|
|
1010
1010
|
case "left-middle":
|
|
1011
|
-
|
|
1011
|
+
G = b, q = C, Y = b / 2, R = C + t, Z = b / 2, S = 0, c = 0;
|
|
1012
1012
|
break;
|
|
1013
1013
|
case "left-bottom":
|
|
1014
|
-
|
|
1014
|
+
G = t + b, q = C, Y = b, R = C + t, Z = 0, S = 0, c = t;
|
|
1015
1015
|
break;
|
|
1016
1016
|
}
|
|
1017
|
-
|
|
1018
|
-
const
|
|
1019
|
-
o.strokeStyle = "#ffffff", o.lineWidth = 1, o.strokeText(e, S +
|
|
1020
|
-
let g = S +
|
|
1017
|
+
G = G + u, a.width = Math.round(B * n), a.height = Math.round(G * n), o.scale(n, n), o.clearRect(0, 0, B, G), o.beginPath(), o.moveTo(q, Y), o.lineTo(R, Z), o.strokeStyle = "#FFF", o.lineWidth = 1, o.stroke(), o.fillStyle = "#FFF", o.fillRect(S, c, C, b), o.font = m, o.textBaseline = "middle";
|
|
1018
|
+
const x = c + u + b / 2;
|
|
1019
|
+
o.strokeStyle = "#ffffff", o.lineWidth = 1, o.strokeText(e, S + y, x), o.fillStyle = "#000000", o.fillText(e, S + y, x), o.font = v, o.fillStyle = "#3370ff";
|
|
1020
|
+
let g = S + y + M + s;
|
|
1021
1021
|
return r.length > 0 && r.forEach((k, F) => {
|
|
1022
|
-
const V =
|
|
1023
|
-
o.fillText(fe(k), g, V), g +=
|
|
1024
|
-
}),
|
|
1022
|
+
const V = c + u + b / 2;
|
|
1023
|
+
o.fillText(fe(k), g, V), g += h[F].width + s;
|
|
1024
|
+
}), a.toDataURL("image/png");
|
|
1025
1025
|
}
|
|
1026
1026
|
const nt = (e, r) => {
|
|
1027
|
-
const { name: l, rightIcons: s, selected:
|
|
1028
|
-
let
|
|
1027
|
+
const { name: l, rightIcons: s, selected: a } = e.getProperties(), o = r !== 1 ? vo() : "right-top", u = ho(l, s, o);
|
|
1028
|
+
let y = [0, 0];
|
|
1029
1029
|
switch (o) {
|
|
1030
1030
|
case "right-top":
|
|
1031
|
-
|
|
1031
|
+
y = [0, 1];
|
|
1032
1032
|
break;
|
|
1033
1033
|
case "right-middle":
|
|
1034
|
-
|
|
1034
|
+
y = [0, 0.5];
|
|
1035
1035
|
break;
|
|
1036
1036
|
case "right-bottom":
|
|
1037
|
-
|
|
1037
|
+
y = [0, 0];
|
|
1038
1038
|
break;
|
|
1039
1039
|
case "left-top":
|
|
1040
|
-
|
|
1040
|
+
y = [1, 1];
|
|
1041
1041
|
break;
|
|
1042
1042
|
case "left-middle":
|
|
1043
|
-
|
|
1043
|
+
y = [1, 0.5];
|
|
1044
1044
|
break;
|
|
1045
1045
|
case "left-bottom":
|
|
1046
|
-
|
|
1046
|
+
y = [1, 0];
|
|
1047
1047
|
break;
|
|
1048
1048
|
}
|
|
1049
1049
|
return new X({
|
|
1050
1050
|
image: new Oe({
|
|
1051
1051
|
src: u,
|
|
1052
|
-
anchor:
|
|
1052
|
+
anchor: y,
|
|
1053
1053
|
displacement: [0, 0],
|
|
1054
|
-
scale: 1 /
|
|
1054
|
+
scale: 1 / yo,
|
|
1055
1055
|
anchorXUnits: "fraction",
|
|
1056
1056
|
anchorYUnits: "fraction"
|
|
1057
1057
|
}),
|
|
1058
|
-
zIndex:
|
|
1058
|
+
zIndex: a ? 100 : 10
|
|
1059
1059
|
});
|
|
1060
1060
|
}, mo = (e) => {
|
|
1061
1061
|
let r = null, l = null;
|
|
1062
|
-
const s = new de(),
|
|
1062
|
+
const s = new de(), a = new Wt({
|
|
1063
1063
|
source: s,
|
|
1064
1064
|
className: "zh-map--ship-layer",
|
|
1065
1065
|
renderBuffer: 300,
|
|
1066
1066
|
zIndex: 101,
|
|
1067
1067
|
hitTolerance: 10
|
|
1068
|
-
}), o = new de(), u = new
|
|
1068
|
+
}), o = new de(), u = new ye({
|
|
1069
1069
|
source: o,
|
|
1070
1070
|
className: "zh-map--ship-label-layer",
|
|
1071
1071
|
zIndex: 102,
|
|
@@ -1073,27 +1073,27 @@ const nt = (e, r) => {
|
|
|
1073
1073
|
updateWhileAnimating: !1,
|
|
1074
1074
|
declutter: !0
|
|
1075
1075
|
});
|
|
1076
|
-
e == null || e.addLayer(
|
|
1077
|
-
let
|
|
1078
|
-
const v = (
|
|
1079
|
-
if (!
|
|
1080
|
-
const
|
|
1076
|
+
e == null || e.addLayer(a), e == null || e.addLayer(u);
|
|
1077
|
+
let y = null, t = "", n = {}, m = {};
|
|
1078
|
+
const v = (c) => {
|
|
1079
|
+
if (!c || !e) return;
|
|
1080
|
+
const x = (l == null ? void 0 : l.id) || (r == null ? void 0 : r.get("id"));
|
|
1081
1081
|
if (l) {
|
|
1082
|
-
const g =
|
|
1083
|
-
g.length === 0 ?
|
|
1082
|
+
const g = c.filter((k) => k.id === x);
|
|
1083
|
+
g.length === 0 ? c.push(l) : l = g[0];
|
|
1084
1084
|
}
|
|
1085
|
-
L(), C(!0), S(
|
|
1086
|
-
}, N = (
|
|
1085
|
+
L(), C(!0), S(c), M();
|
|
1086
|
+
}, N = (c) => {
|
|
1087
1087
|
var z;
|
|
1088
|
-
const
|
|
1088
|
+
const x = (l == null ? void 0 : l.id) || (r == null ? void 0 : r.get("id")), g = ee([c == null ? void 0 : c.lon, c == null ? void 0 : c.lat]), k = ((z = m[c.id]) == null ? void 0 : z.blinkColors) || [], V = k[k.length - 1] || c.fill || "#04C900", D = ao(c), j = new ie({
|
|
1089
1089
|
geometry: new le(g),
|
|
1090
1090
|
// 船舶数据
|
|
1091
|
-
shipData:
|
|
1092
|
-
id:
|
|
1093
|
-
name:
|
|
1094
|
-
selected:
|
|
1091
|
+
shipData: c,
|
|
1092
|
+
id: c.id,
|
|
1093
|
+
name: c.cnname || c.enname || c.name || c.id || "未命名船舶",
|
|
1094
|
+
selected: c.id === x,
|
|
1095
1095
|
// 图标
|
|
1096
|
-
rightIcons: rt(
|
|
1096
|
+
rightIcons: rt(c),
|
|
1097
1097
|
// 是否闪烁
|
|
1098
1098
|
// blinking: attentionShips[ship.id] || false,
|
|
1099
1099
|
// // 闪烁颜色
|
|
@@ -1101,169 +1101,169 @@ const nt = (e, r) => {
|
|
|
1101
1101
|
// 船舶颜色
|
|
1102
1102
|
color: V,
|
|
1103
1103
|
// 船艏向的方向
|
|
1104
|
-
direct:
|
|
1104
|
+
direct: D,
|
|
1105
1105
|
// 高亮
|
|
1106
1106
|
isHighlight: !1
|
|
1107
1107
|
});
|
|
1108
|
-
return
|
|
1108
|
+
return j.set("clickGeometry", new Yt(g)), j;
|
|
1109
1109
|
}, M = async () => {
|
|
1110
1110
|
if (!l || !e) return;
|
|
1111
|
-
let
|
|
1112
|
-
if (
|
|
1111
|
+
let x = e.getOverlays().getArray().find((g) => g.get("class") == "ship-overlay-selected");
|
|
1112
|
+
if (x) {
|
|
1113
1113
|
const g = dt(e, l);
|
|
1114
|
-
await
|
|
1114
|
+
await x.setElement(g), await x.setPosition(ee([l.lon, l.lat]));
|
|
1115
1115
|
} else
|
|
1116
|
-
|
|
1116
|
+
x = go(e, l), x && e.addOverlay(x);
|
|
1117
1117
|
setTimeout(() => {
|
|
1118
1118
|
var g;
|
|
1119
|
-
|
|
1119
|
+
x && ((g = x.get("element")) != null && g.parentElement) && (x.get("element").parentElement.style.display = "block");
|
|
1120
1120
|
}, 20);
|
|
1121
|
-
},
|
|
1122
|
-
if (
|
|
1123
|
-
const
|
|
1121
|
+
}, h = (c) => {
|
|
1122
|
+
if (c === "start") {
|
|
1123
|
+
const x = () => {
|
|
1124
1124
|
s.getFeatures().forEach((g) => {
|
|
1125
|
-
g.setStyle(
|
|
1126
|
-
}),
|
|
1125
|
+
g.setStyle(he(e, g));
|
|
1126
|
+
}), y = requestAnimationFrame(x);
|
|
1127
1127
|
};
|
|
1128
|
-
|
|
1128
|
+
x();
|
|
1129
1129
|
}
|
|
1130
|
-
|
|
1130
|
+
c === "end" && y && (cancelAnimationFrame(y), y = null);
|
|
1131
1131
|
}, w = () => {
|
|
1132
|
-
const
|
|
1133
|
-
if (
|
|
1134
|
-
const g =
|
|
1132
|
+
const x = (e == null ? void 0 : e.getOverlays().getArray()).find((g) => g.get("class") == "ship-overlay-selected");
|
|
1133
|
+
if (x) {
|
|
1134
|
+
const g = x.getElement(), k = Qe(e, l, "ship"), F = g.querySelector("svg");
|
|
1135
1135
|
console.log(F), F && (F.style.transform = `scale(${k})`);
|
|
1136
1136
|
}
|
|
1137
1137
|
}, L = () => {
|
|
1138
|
-
e && s && (s.clear(), o.clear(), C(),
|
|
1139
|
-
}, C = (
|
|
1140
|
-
const
|
|
1141
|
-
if (
|
|
1142
|
-
for (let g = 0; g <
|
|
1143
|
-
if (!
|
|
1144
|
-
const k =
|
|
1138
|
+
e && s && (s.clear(), o.clear(), C(), h("end"));
|
|
1139
|
+
}, C = (c) => {
|
|
1140
|
+
const x = e.getOverlays().getArray().filter((g) => g.get("class") == "zh-map-ship-overlay");
|
|
1141
|
+
if (x && x.length > 0) {
|
|
1142
|
+
for (let g = 0; g < x.length; g++)
|
|
1143
|
+
if (!c && x[g].get("class") !== "ship-overlay-selected") {
|
|
1144
|
+
const k = x[g];
|
|
1145
1145
|
k.setPosition(void 0), e.removeOverlay(k), k.dispose();
|
|
1146
1146
|
}
|
|
1147
1147
|
}
|
|
1148
|
-
},
|
|
1149
|
-
n =
|
|
1148
|
+
}, b = (c, x) => {
|
|
1149
|
+
n = c, m = x;
|
|
1150
1150
|
const g = e.getOverlays().getArray(), k = s.getFeatures();
|
|
1151
1151
|
for (const F in n) {
|
|
1152
|
-
const V = n[F],
|
|
1153
|
-
if (
|
|
1154
|
-
const z =
|
|
1155
|
-
|
|
1152
|
+
const V = n[F], D = g.find((z) => z.getId() === "label-" + F), j = k.find((z) => F === z.get("id"));
|
|
1153
|
+
if (D && j) {
|
|
1154
|
+
const z = x[F].blinkColors || [], { shipData: ae, name: re, color: se } = j.getProperties();
|
|
1155
|
+
j.set("blinking", V), z[(z == null ? void 0 : z.length) - 1] && se !== z[(z == null ? void 0 : z.length) - 1] && (j.set("color", z[(z == null ? void 0 : z.length) - 1] || ""), j.setStyle(he(e, j)));
|
|
1156
1156
|
const Re = {
|
|
1157
1157
|
...ae,
|
|
1158
1158
|
blinking: V,
|
|
1159
1159
|
blinkingColors: z || [],
|
|
1160
|
-
name: re + "(" +
|
|
1161
|
-
}, be =
|
|
1162
|
-
be && be !== pe &&
|
|
1160
|
+
name: re + "(" + x[F].shipState + ")"
|
|
1161
|
+
}, be = D.getElement(), pe = ut(Re);
|
|
1162
|
+
be && be !== pe && D.setElement(pe);
|
|
1163
1163
|
}
|
|
1164
1164
|
}
|
|
1165
|
-
},
|
|
1165
|
+
}, B = (c) => {
|
|
1166
1166
|
if (!e) return;
|
|
1167
|
-
const
|
|
1168
|
-
|
|
1169
|
-
|
|
1167
|
+
const x = s.getFeatures(), g = o.getFeatures(), k = r ? r.get("id") : "", F = x.filter((z) => z.get("id") !== k), V = g == null ? void 0 : g.filter((z) => z.get("id") !== k), D = /* @__PURE__ */ new Map();
|
|
1168
|
+
c.forEach((z) => {
|
|
1169
|
+
D.set(z.id, !0);
|
|
1170
1170
|
});
|
|
1171
|
-
const
|
|
1171
|
+
const j = e.getOverlays().getArray();
|
|
1172
1172
|
F.forEach((z) => {
|
|
1173
1173
|
const ae = z.get("id");
|
|
1174
|
-
if (!
|
|
1174
|
+
if (!D.has(ae))
|
|
1175
1175
|
z.setStyle([]);
|
|
1176
1176
|
else {
|
|
1177
1177
|
const se = z.getStyle();
|
|
1178
|
-
(se == null ? void 0 : se.length) == 0 && z.setStyle(
|
|
1178
|
+
(se == null ? void 0 : se.length) == 0 && z.setStyle(he(e, z));
|
|
1179
1179
|
}
|
|
1180
|
-
const re =
|
|
1180
|
+
const re = j.find((se) => se.getId() === "label-" + ae);
|
|
1181
1181
|
re && re.setPosition(void 0);
|
|
1182
1182
|
}), console.log(V), V.forEach((z) => {
|
|
1183
1183
|
const ae = z.get("id");
|
|
1184
|
-
if (!
|
|
1184
|
+
if (!D.has(ae))
|
|
1185
1185
|
z.setStyle([]);
|
|
1186
1186
|
else {
|
|
1187
1187
|
const re = z.getStyle();
|
|
1188
1188
|
(re == null ? void 0 : re.length) == 0 && z.setStyle(nt(z));
|
|
1189
1189
|
}
|
|
1190
1190
|
});
|
|
1191
|
-
},
|
|
1192
|
-
if (
|
|
1193
|
-
console.log("选中",
|
|
1194
|
-
const
|
|
1195
|
-
|
|
1191
|
+
}, G = (c) => {
|
|
1192
|
+
if (c) {
|
|
1193
|
+
console.log("选中", c);
|
|
1194
|
+
const x = s.getFeatures().find((k) => k.get("id") === c.id), g = o.getFeatures().find((k) => k.get("id") === c.id);
|
|
1195
|
+
x && (r = x), g && g.set("selected", !0), l = c, M();
|
|
1196
1196
|
} else
|
|
1197
1197
|
console.log("取消选中"), l = null, r = null, R();
|
|
1198
|
-
}, q = Ne((
|
|
1198
|
+
}, q = Ne((c, x, g) => {
|
|
1199
1199
|
try {
|
|
1200
|
-
if (
|
|
1201
|
-
const k =
|
|
1202
|
-
if (e.getTargetElement().style.cursor = F ? "pointer" : "",
|
|
1203
|
-
t && t !== F &&
|
|
1204
|
-
const V = s.getFeatures().find((
|
|
1205
|
-
V == null || V.set("isHighlight", !0), V == null || V.setStyle(
|
|
1200
|
+
if (c) {
|
|
1201
|
+
const k = c.get("shipData"), F = c.get("id");
|
|
1202
|
+
if (e.getTargetElement().style.cursor = F ? "pointer" : "", x === "click" && (G(k), g && g(F)), x === "hover") {
|
|
1203
|
+
t && t !== F && Y(), t = F;
|
|
1204
|
+
const V = s.getFeatures().find((D) => D.get("id") === t);
|
|
1205
|
+
V == null || V.set("isHighlight", !0), V == null || V.setStyle(he(e, V));
|
|
1206
1206
|
}
|
|
1207
1207
|
} else
|
|
1208
|
-
e.getTargetElement().style.cursor = "",
|
|
1208
|
+
e.getTargetElement().style.cursor = "", Y();
|
|
1209
1209
|
} catch (k) {
|
|
1210
1210
|
console.log("handleShipMapEvent", k);
|
|
1211
1211
|
}
|
|
1212
|
-
}, 10),
|
|
1213
|
-
const
|
|
1214
|
-
t = null,
|
|
1212
|
+
}, 10), Y = () => {
|
|
1213
|
+
const c = t ? s.getFeatures().find((x) => x.get("id") === t) : null;
|
|
1214
|
+
t = null, c == null || c.set("isHighlight", !1), c == null || c.setStyle(he(e, c));
|
|
1215
1215
|
}, R = () => {
|
|
1216
1216
|
try {
|
|
1217
|
-
const
|
|
1218
|
-
|
|
1219
|
-
} catch (
|
|
1220
|
-
console.log(
|
|
1217
|
+
const x = e.getOverlays().getArray().find((g) => g.get("class") == "ship-overlay-selected");
|
|
1218
|
+
x && x.setPosition(void 0);
|
|
1219
|
+
} catch (c) {
|
|
1220
|
+
console.log(c);
|
|
1221
1221
|
}
|
|
1222
|
-
}, Z = (
|
|
1223
|
-
const g = ee([
|
|
1222
|
+
}, Z = (c, x) => {
|
|
1223
|
+
const g = ee([c == null ? void 0 : c.lon, c == null ? void 0 : c.lat]), k = new ie({
|
|
1224
1224
|
geometry: new le(g),
|
|
1225
|
-
name:
|
|
1225
|
+
name: c.cnname || c.enname || c.name || c.id || "未命名船舶",
|
|
1226
1226
|
// 图标
|
|
1227
|
-
rightIcons: rt(
|
|
1228
|
-
selected: (
|
|
1229
|
-
shipData:
|
|
1227
|
+
rightIcons: rt(c),
|
|
1228
|
+
selected: (c == null ? void 0 : c.id) === (l == null ? void 0 : l.id),
|
|
1229
|
+
shipData: c
|
|
1230
1230
|
});
|
|
1231
|
-
k.set("id",
|
|
1232
|
-
const F = nt(k,
|
|
1231
|
+
k.set("id", c.id);
|
|
1232
|
+
const F = nt(k, x);
|
|
1233
1233
|
return k.setStyle(F), k;
|
|
1234
|
-
}, S = (
|
|
1235
|
-
const
|
|
1236
|
-
|
|
1234
|
+
}, S = (c) => {
|
|
1235
|
+
const x = e.getView().getZoom();
|
|
1236
|
+
c.forEach((g) => {
|
|
1237
1237
|
const k = N(g);
|
|
1238
|
-
if (k.setStyle(
|
|
1238
|
+
if (k.setStyle(he(e, k)), s.addFeature(k), (l == null ? void 0 : l.id) == g.id || x >= te.shipModelMin)
|
|
1239
1239
|
if (n[g.id]) {
|
|
1240
1240
|
if (g.id && m[g == null ? void 0 : g.id]) {
|
|
1241
|
-
const F = m[g == null ? void 0 : g.id] || {}, V = (F == null ? void 0 : F.blinkColors) || [],
|
|
1241
|
+
const F = m[g == null ? void 0 : g.id] || {}, V = (F == null ? void 0 : F.blinkColors) || [], D = (F == null ? void 0 : F.shipState) || "", j = (g.cnname || g.enname || g.name || g.id || "未命名船舶") + "(" + D + ")", z = {
|
|
1242
1242
|
...g,
|
|
1243
|
-
name:
|
|
1243
|
+
name: j,
|
|
1244
1244
|
blinking: n[g.id],
|
|
1245
1245
|
blinkingColors: V || []
|
|
1246
1246
|
};
|
|
1247
1247
|
fo(e, z);
|
|
1248
1248
|
}
|
|
1249
1249
|
} else {
|
|
1250
|
-
const F = Z(g,
|
|
1250
|
+
const F = Z(g, c.length);
|
|
1251
1251
|
o.addFeature(F);
|
|
1252
1252
|
}
|
|
1253
1253
|
});
|
|
1254
1254
|
};
|
|
1255
1255
|
return {
|
|
1256
1256
|
render: v,
|
|
1257
|
-
selected:
|
|
1258
|
-
filter:
|
|
1259
|
-
blinking:
|
|
1257
|
+
selected: G,
|
|
1258
|
+
filter: B,
|
|
1259
|
+
blinking: b,
|
|
1260
1260
|
clear: L,
|
|
1261
1261
|
handleShipMapEvent: q,
|
|
1262
|
-
changeShipScale:
|
|
1262
|
+
changeShipScale: h,
|
|
1263
1263
|
changeSelectedScale: w
|
|
1264
1264
|
};
|
|
1265
1265
|
}, wo = (e) => {
|
|
1266
|
-
const r = () => e == null ? void 0 : e.getLayers(), l = I("vector"), s = () => l.value,
|
|
1266
|
+
const r = () => e == null ? void 0 : e.getLayers(), l = I("vector"), s = () => l.value, a = (t) => {
|
|
1267
1267
|
l.value = t;
|
|
1268
1268
|
const n = r();
|
|
1269
1269
|
n && (n == null || n.getArray().forEach((m) => {
|
|
@@ -1294,7 +1294,7 @@ const nt = (e, r) => {
|
|
|
1294
1294
|
}
|
|
1295
1295
|
},
|
|
1296
1296
|
getShowLayerType: s,
|
|
1297
|
-
setShowLayerType:
|
|
1297
|
+
setShowLayerType: a
|
|
1298
1298
|
};
|
|
1299
1299
|
}, xo = () => {
|
|
1300
1300
|
const e = I();
|
|
@@ -1306,69 +1306,69 @@ const nt = (e, r) => {
|
|
|
1306
1306
|
};
|
|
1307
1307
|
}, bo = (e) => {
|
|
1308
1308
|
const r = "zh-map-location-layer";
|
|
1309
|
-
let l, s,
|
|
1310
|
-
const u = (
|
|
1311
|
-
if (!(!
|
|
1309
|
+
let l, s, a = null, o = null;
|
|
1310
|
+
const u = (h) => {
|
|
1311
|
+
if (!(!h || h.length === 0)) {
|
|
1312
1312
|
if (s || (s = new de()), s.clear(), o) {
|
|
1313
|
-
const w =
|
|
1314
|
-
w ? o = w :
|
|
1313
|
+
const w = h.find((L) => L.id === o.id);
|
|
1314
|
+
w ? o = w : h.push(o);
|
|
1315
1315
|
}
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
}), l || (l = new
|
|
1316
|
+
h.forEach((w) => {
|
|
1317
|
+
y(w);
|
|
1318
|
+
}), l || (l = new ye({
|
|
1319
1319
|
className: r,
|
|
1320
1320
|
source: s,
|
|
1321
1321
|
zIndex: 100
|
|
1322
1322
|
}), e == null || e.addLayer(l));
|
|
1323
1323
|
}
|
|
1324
|
-
},
|
|
1325
|
-
const w = e == null ? void 0 : e.getView().getZoom(), [L, C] =
|
|
1324
|
+
}, y = (h) => {
|
|
1325
|
+
const w = e == null ? void 0 : e.getView().getZoom(), [L, C] = h.latLon.split(","), b = new ie({
|
|
1326
1326
|
geometry: new le(ee([Number(L), Number(C)]))
|
|
1327
1327
|
});
|
|
1328
|
-
|
|
1329
|
-
}, t = (
|
|
1328
|
+
b.setStyle(t(h, w, h.id === (o == null ? void 0 : o.id))), b.set("loactionData", h), s.addFeature(b);
|
|
1329
|
+
}, t = (h, w, L) => {
|
|
1330
1330
|
const C = {
|
|
1331
1331
|
image: new Oe({
|
|
1332
|
-
src: L &&
|
|
1332
|
+
src: L && h.selectedPath || h.defaultPath,
|
|
1333
1333
|
scale: 0.5 * w / 10
|
|
1334
1334
|
})
|
|
1335
1335
|
};
|
|
1336
|
-
return
|
|
1337
|
-
text:
|
|
1336
|
+
return h.name && (C.text = new ge({
|
|
1337
|
+
text: h.name,
|
|
1338
1338
|
font: "12px sans-serif",
|
|
1339
|
-
fill: new
|
|
1339
|
+
fill: new Q({
|
|
1340
1340
|
color: "#000000"
|
|
1341
1341
|
}),
|
|
1342
|
-
backgroundFill: new
|
|
1342
|
+
backgroundFill: new Q({
|
|
1343
1343
|
color: "#FFFFFF"
|
|
1344
1344
|
}),
|
|
1345
1345
|
offsetY: 30
|
|
1346
1346
|
})), new X(C);
|
|
1347
1347
|
}, n = () => {
|
|
1348
|
-
if (
|
|
1349
|
-
const
|
|
1348
|
+
if (a) {
|
|
1349
|
+
const h = a.get("loactionData").id;
|
|
1350
1350
|
s.getFeatures().forEach((w) => {
|
|
1351
|
-
w.get("loactionData").id !==
|
|
1351
|
+
w.get("loactionData").id !== h && s.removeFeature(w);
|
|
1352
1352
|
});
|
|
1353
1353
|
} else
|
|
1354
1354
|
s.clear();
|
|
1355
1355
|
}, m = () => {
|
|
1356
1356
|
var C;
|
|
1357
|
-
const
|
|
1358
|
-
s.getFeatures().forEach((
|
|
1359
|
-
|
|
1360
|
-
}), o = null,
|
|
1361
|
-
}, v = (
|
|
1362
|
-
|
|
1357
|
+
const h = a.get("loactionData"), w = (C = e == null ? void 0 : e.getView()) == null ? void 0 : C.getZoom();
|
|
1358
|
+
s.getFeatures().forEach((b) => {
|
|
1359
|
+
b.get("loactionData").id === h.id && (b == null || b.setStyle(t(h, w, !1)));
|
|
1360
|
+
}), o = null, a = null;
|
|
1361
|
+
}, v = (h) => {
|
|
1362
|
+
h ? (N(), M(h)) : clearSelectedPort();
|
|
1363
1363
|
}, N = () => {
|
|
1364
|
-
var
|
|
1365
|
-
if (
|
|
1366
|
-
const w =
|
|
1367
|
-
|
|
1364
|
+
var h;
|
|
1365
|
+
if (a) {
|
|
1366
|
+
const w = a.get("loactionData"), L = (h = e == null ? void 0 : e.getView()) == null ? void 0 : h.getZoom();
|
|
1367
|
+
a.setStyle(t(w, L, !1));
|
|
1368
1368
|
}
|
|
1369
|
-
}, M = (
|
|
1369
|
+
}, M = (h) => {
|
|
1370
1370
|
const w = s.getFeatures();
|
|
1371
|
-
o =
|
|
1371
|
+
o = h, a = w.find((L) => L.get("loactionData").id === h.id);
|
|
1372
1372
|
};
|
|
1373
1373
|
return {
|
|
1374
1374
|
render: u,
|
|
@@ -1388,18 +1388,18 @@ const nt = (e, r) => {
|
|
|
1388
1388
|
const l = e.getViewport();
|
|
1389
1389
|
l && (l.style.cursor = r);
|
|
1390
1390
|
}, Mo = (e, r) => {
|
|
1391
|
-
const l = I([]), s = I("km"),
|
|
1391
|
+
const l = I([]), s = I("km"), a = (S) => {
|
|
1392
1392
|
s.value = S;
|
|
1393
1393
|
};
|
|
1394
1394
|
let o;
|
|
1395
|
-
const u = I(!1),
|
|
1395
|
+
const u = I(!1), y = () => {
|
|
1396
1396
|
ze(e, "crosshair"), m(), ko(e), e.on("pointermove", M), e.getViewport().addEventListener("mouseout", () => {
|
|
1397
1397
|
o && o.classList.add("hidden");
|
|
1398
1398
|
}), w(), u.value = !0;
|
|
1399
1399
|
};
|
|
1400
1400
|
let t, n;
|
|
1401
1401
|
const m = () => {
|
|
1402
|
-
t = new de(), n = new
|
|
1402
|
+
t = new de(), n = new ye({
|
|
1403
1403
|
source: t,
|
|
1404
1404
|
zIndex: 1e3,
|
|
1405
1405
|
style: {
|
|
@@ -1415,16 +1415,16 @@ const nt = (e, r) => {
|
|
|
1415
1415
|
const M = (S) => {
|
|
1416
1416
|
if (S.dragging)
|
|
1417
1417
|
return;
|
|
1418
|
-
let
|
|
1419
|
-
v && (
|
|
1418
|
+
let c = "点击选择起点";
|
|
1419
|
+
v && (c = "单击继续,双击结束"), o && (o.innerHTML = c, N.setPosition(S.coordinate), o.classList.remove("hidden"));
|
|
1420
1420
|
};
|
|
1421
|
-
let
|
|
1421
|
+
let h;
|
|
1422
1422
|
const w = () => {
|
|
1423
|
-
|
|
1423
|
+
h = new Se({
|
|
1424
1424
|
source: t,
|
|
1425
1425
|
type: "LineString",
|
|
1426
1426
|
style: new X({
|
|
1427
|
-
fill: new
|
|
1427
|
+
fill: new Q({
|
|
1428
1428
|
color: "rgba(255, 255, 255, 0.2)"
|
|
1429
1429
|
}),
|
|
1430
1430
|
stroke: new ve({
|
|
@@ -1437,114 +1437,114 @@ const nt = (e, r) => {
|
|
|
1437
1437
|
stroke: new ve({
|
|
1438
1438
|
color: "rgba(0, 0, 0, 0.7)"
|
|
1439
1439
|
}),
|
|
1440
|
-
fill: new
|
|
1440
|
+
fill: new Q({
|
|
1441
1441
|
color: "rgba(255, 255, 255, 0.2)"
|
|
1442
1442
|
})
|
|
1443
1443
|
})
|
|
1444
1444
|
}),
|
|
1445
1445
|
// 添加条件函数,判断是否应该出发点绘制
|
|
1446
|
-
condition: (
|
|
1447
|
-
}), e == null || e.addInteraction(
|
|
1446
|
+
condition: (c) => c.originalEvent.target.tagName !== "DIV"
|
|
1447
|
+
}), e == null || e.addInteraction(h), B(), G();
|
|
1448
1448
|
let S;
|
|
1449
|
-
|
|
1449
|
+
h.on("drawstart", function(c) {
|
|
1450
1450
|
var g;
|
|
1451
|
-
v =
|
|
1452
|
-
let
|
|
1451
|
+
v = c.feature, v.set("randomId", L());
|
|
1452
|
+
let x;
|
|
1453
1453
|
S = (g = v.getGeometry()) == null ? void 0 : g.on("change", function(k) {
|
|
1454
1454
|
const F = k.target, V = gt(F, s.value);
|
|
1455
|
-
|
|
1455
|
+
x = F.getLastCoordinate(), C && V && (C.innerHTML = V), b.setPosition(x);
|
|
1456
1456
|
});
|
|
1457
|
-
}),
|
|
1458
|
-
var
|
|
1457
|
+
}), h.on("drawend", function() {
|
|
1458
|
+
var c, x, g;
|
|
1459
1459
|
if (C && (C.className = "ol-tooltip ol-tooltip-static ol-tooltip-measure"), C != null && C.innerHTML) {
|
|
1460
1460
|
const k = (v == null ? void 0 : v.get("randomId")) || L();
|
|
1461
1461
|
l.value.push({ id: k, value: C == null ? void 0 : C.innerHTML }), C.innerHTML = `${C.innerHTML}<div class="ol-tooltip-delete-button" data-id="${k}"><i class="map-iconfont icon-delete"></i></div>`;
|
|
1462
1462
|
}
|
|
1463
|
-
(
|
|
1463
|
+
(c = document.querySelector(".ol-selectable:has(.ol-tooltip-delete-button):last-child .ol-tooltip-delete-button")) == null || c.addEventListener("click", (k) => {
|
|
1464
1464
|
var V;
|
|
1465
1465
|
k.preventDefault(), k.stopPropagation();
|
|
1466
1466
|
const F = (V = k.target) == null ? void 0 : V.getAttribute("data-id");
|
|
1467
|
-
F &&
|
|
1468
|
-
}),
|
|
1467
|
+
F && Y(F);
|
|
1468
|
+
}), b.setOffset([0, -7]), v = null, C = null, B(), S && We(S), (g = (x = r.getProps()) == null ? void 0 : x.lineDrawEnd) == null || g.call(x, l.value);
|
|
1469
1469
|
});
|
|
1470
1470
|
}, L = () => Math.random().toString(36).substring(2, 9);
|
|
1471
|
-
let C,
|
|
1472
|
-
const
|
|
1473
|
-
C != null && C.parentNode && C.parentNode.removeChild(C), C = document.createElement("div"), C.className = "ol-tooltip ol-tooltip-measure",
|
|
1471
|
+
let C, b;
|
|
1472
|
+
const B = () => {
|
|
1473
|
+
C != null && C.parentNode && C.parentNode.removeChild(C), C = document.createElement("div"), C.className = "ol-tooltip ol-tooltip-measure", b = new ce({
|
|
1474
1474
|
element: C,
|
|
1475
1475
|
offset: [0, -15],
|
|
1476
1476
|
positioning: "bottom-center",
|
|
1477
1477
|
stopEvent: !1,
|
|
1478
1478
|
insertFirst: !1
|
|
1479
|
-
}), e == null || e.addOverlay(
|
|
1480
|
-
},
|
|
1479
|
+
}), e == null || e.addOverlay(b);
|
|
1480
|
+
}, G = () => {
|
|
1481
1481
|
o != null && o.parentNode && o.parentNode.removeChild(o), o = document.createElement("div"), o.className = "ol-tooltip hidden", N = new ce({
|
|
1482
1482
|
element: o,
|
|
1483
1483
|
offset: [15, 0],
|
|
1484
1484
|
positioning: "center-left"
|
|
1485
1485
|
}), e == null || e.addOverlay(N);
|
|
1486
1486
|
}, q = () => {
|
|
1487
|
-
l.value.forEach((S,
|
|
1487
|
+
l.value.forEach((S, c) => {
|
|
1488
1488
|
var k, F;
|
|
1489
|
-
const
|
|
1490
|
-
|
|
1489
|
+
const x = document.querySelectorAll(".ol-tooltip.ol-tooltip-static.ol-tooltip-measure");
|
|
1490
|
+
x[c] && ((F = (k = x[c]) == null ? void 0 : k.parentNode) == null || F.removeChild(x[c]));
|
|
1491
1491
|
const g = t.getFeatures();
|
|
1492
|
-
g[
|
|
1492
|
+
g[c] && t.removeFeature(g[c]);
|
|
1493
1493
|
}), R(), po(e), u.value = !1, ze(e, "pointer");
|
|
1494
|
-
},
|
|
1495
|
-
var
|
|
1496
|
-
const
|
|
1497
|
-
if (
|
|
1498
|
-
l.value.splice(
|
|
1494
|
+
}, Y = (S) => {
|
|
1495
|
+
var x, g, k, F;
|
|
1496
|
+
const c = l.value.findIndex((V) => V.id === S);
|
|
1497
|
+
if (c !== -1) {
|
|
1498
|
+
l.value.splice(c, 1);
|
|
1499
1499
|
const V = document.querySelectorAll(".ol-tooltip.ol-tooltip-static.ol-tooltip-measure");
|
|
1500
|
-
V[
|
|
1501
|
-
const
|
|
1502
|
-
|
|
1500
|
+
V[c] && ((g = (x = V[c]) == null ? void 0 : x.parentNode) == null || g.removeChild(V[c]));
|
|
1501
|
+
const D = t.getFeatures();
|
|
1502
|
+
D[c] && t.removeFeature(D[c]);
|
|
1503
1503
|
}
|
|
1504
1504
|
(F = (k = r.getProps()) == null ? void 0 : k.lineDrawEnd) == null || F.call(k, l.value);
|
|
1505
1505
|
}, R = () => {
|
|
1506
1506
|
if (l.value = [], document.querySelectorAll(".ol-tooltip.ol-tooltip-static").forEach((S) => {
|
|
1507
|
-
var
|
|
1508
|
-
(
|
|
1509
|
-
}), t == null || t.clear(),
|
|
1510
|
-
const S = e.getInteractions().getArray().find((
|
|
1507
|
+
var c;
|
|
1508
|
+
(c = S == null ? void 0 : S.parentNode) == null || c.removeChild(S);
|
|
1509
|
+
}), t == null || t.clear(), h) {
|
|
1510
|
+
const S = e.getInteractions().getArray().find((c) => et(c) === et(h));
|
|
1511
1511
|
S && e.removeInteraction(S);
|
|
1512
1512
|
}
|
|
1513
1513
|
e.removeLayer(n), o != null && o.parentNode && o.parentNode.removeChild(o), C != null && C.parentNode && C.parentNode.removeChild(C);
|
|
1514
1514
|
};
|
|
1515
1515
|
return {
|
|
1516
|
-
open:
|
|
1516
|
+
open: y,
|
|
1517
1517
|
close: q,
|
|
1518
|
-
deleteLine:
|
|
1519
|
-
setUnit:
|
|
1518
|
+
deleteLine: Y,
|
|
1519
|
+
setUnit: a,
|
|
1520
1520
|
getState: () => u.value
|
|
1521
1521
|
};
|
|
1522
1522
|
}, gt = (e, r) => {
|
|
1523
1523
|
const s = He(e);
|
|
1524
|
-
let
|
|
1524
|
+
let a = "";
|
|
1525
1525
|
switch (r) {
|
|
1526
1526
|
case "m":
|
|
1527
|
-
|
|
1527
|
+
a = `${Math.round(s * 100) / 100} m`;
|
|
1528
1528
|
break;
|
|
1529
1529
|
case "km":
|
|
1530
|
-
|
|
1530
|
+
a = `${Math.round(s / 1e3 * 100) / 100} km`;
|
|
1531
1531
|
break;
|
|
1532
1532
|
case "nm":
|
|
1533
|
-
|
|
1533
|
+
a = (Math.round(s / 1e3 * 100) / 100 / 1.852).toFixed(2) + " nm";
|
|
1534
1534
|
break;
|
|
1535
1535
|
}
|
|
1536
|
-
return
|
|
1536
|
+
return a;
|
|
1537
1537
|
}, Co = (e, r) => {
|
|
1538
1538
|
let l, s;
|
|
1539
|
-
const
|
|
1539
|
+
const a = () => {
|
|
1540
1540
|
o(), ze(e, "crosshair");
|
|
1541
1541
|
}, o = () => {
|
|
1542
|
-
t(), C(),
|
|
1542
|
+
t(), C(), G(), M();
|
|
1543
1543
|
};
|
|
1544
|
-
let u = null,
|
|
1544
|
+
let u = null, y = null;
|
|
1545
1545
|
const t = () => {
|
|
1546
|
-
if (u &&
|
|
1547
|
-
const R = new de(), Z = new
|
|
1546
|
+
if (u && y) return;
|
|
1547
|
+
const R = new de(), Z = new ye({
|
|
1548
1548
|
source: R,
|
|
1549
1549
|
style: new X({
|
|
1550
1550
|
stroke: new ve({
|
|
@@ -1553,7 +1553,7 @@ const nt = (e, r) => {
|
|
|
1553
1553
|
})
|
|
1554
1554
|
})
|
|
1555
1555
|
});
|
|
1556
|
-
u = Z,
|
|
1556
|
+
u = Z, y = R, e.on("pointermove", m), e.addLayer(Z), e.on(["dblclick"], function(S) {
|
|
1557
1557
|
v && (S.stopPropagation(), S.preventDefault());
|
|
1558
1558
|
});
|
|
1559
1559
|
};
|
|
@@ -1561,20 +1561,20 @@ const nt = (e, r) => {
|
|
|
1561
1561
|
const m = (R) => {
|
|
1562
1562
|
if (R.dragging) return;
|
|
1563
1563
|
const Z = n ? "单击继续,双击结束" : "点击选择起点";
|
|
1564
|
-
|
|
1564
|
+
b && (b.innerHTML = Z, B.setPosition(R.coordinate));
|
|
1565
1565
|
};
|
|
1566
1566
|
let v, N = !1;
|
|
1567
1567
|
const M = () => {
|
|
1568
1568
|
if (l) {
|
|
1569
|
-
|
|
1569
|
+
b != null && b.parentNode && b.parentNode.removeChild(b);
|
|
1570
1570
|
const R = l.getGeometry();
|
|
1571
1571
|
if (!R) return;
|
|
1572
|
-
const Z =
|
|
1572
|
+
const Z = h(R, "nm");
|
|
1573
1573
|
w && (w.innerHTML = `
|
|
1574
1574
|
<span class="text">面积:${Z}${N ? '<span class="error pl-12">超出可以绘画的距离</span>' : ""}</span>
|
|
1575
1575
|
`), w && (w.innerHTML += '<span class="delete-icon" ><i class="map-iconfont icon-delete" /></div>');
|
|
1576
|
-
const S = R.getCoordinates(),
|
|
1577
|
-
if (L.setPosition(
|
|
1576
|
+
const S = R.getCoordinates(), c = S[0][S[0].length - 2];
|
|
1577
|
+
if (L.setPosition(c), u) {
|
|
1578
1578
|
const g = u.getSource();
|
|
1579
1579
|
g && l && (g.clear(), g.addFeature(l));
|
|
1580
1580
|
}
|
|
@@ -1585,13 +1585,13 @@ const nt = (e, r) => {
|
|
|
1585
1585
|
console.log("delete"), q(), (F = (k = r.getProps()) == null ? void 0 : k.areaDrawEnd) == null || F.call(k, []);
|
|
1586
1586
|
});
|
|
1587
1587
|
}, 0);
|
|
1588
|
-
const
|
|
1589
|
-
e == null || e.getView().setCenter(
|
|
1588
|
+
const x = qt(l.getGeometry().getExtent());
|
|
1589
|
+
e == null || e.getView().setCenter(x);
|
|
1590
1590
|
return;
|
|
1591
1591
|
}
|
|
1592
1592
|
v = new Se({
|
|
1593
1593
|
type: "Polygon",
|
|
1594
|
-
source:
|
|
1594
|
+
source: y,
|
|
1595
1595
|
trace: !0,
|
|
1596
1596
|
style: [new X({
|
|
1597
1597
|
stroke: new ve({
|
|
@@ -1599,13 +1599,13 @@ const nt = (e, r) => {
|
|
|
1599
1599
|
width: 1.5,
|
|
1600
1600
|
lineDash: [10, 10]
|
|
1601
1601
|
}),
|
|
1602
|
-
fill: new
|
|
1602
|
+
fill: new Q({
|
|
1603
1603
|
color: "rgba(255, 255, 255, 0.25)"
|
|
1604
1604
|
})
|
|
1605
1605
|
}), new X({
|
|
1606
1606
|
image: new Ve({
|
|
1607
1607
|
radius: 5,
|
|
1608
|
-
fill: new
|
|
1608
|
+
fill: new Q({
|
|
1609
1609
|
color: "rgb(51,112,255, 1)"
|
|
1610
1610
|
})
|
|
1611
1611
|
}),
|
|
@@ -1617,21 +1617,21 @@ const nt = (e, r) => {
|
|
|
1617
1617
|
}), e == null || e.addInteraction(v), v.on("drawstart", (R) => {
|
|
1618
1618
|
var Z;
|
|
1619
1619
|
n = R.feature, s = (Z = n.getGeometry()) == null ? void 0 : Z.on("change", (S) => {
|
|
1620
|
-
const
|
|
1621
|
-
if (N = Number(He(F) / 1e3) > 150, !
|
|
1622
|
-
const
|
|
1620
|
+
const c = S.target, x = h(c, "nm"), k = c.getCoordinates()[0], F = new Pe([k[k.length - 2], k[k.length - 1]]), V = gt(F, "nm");
|
|
1621
|
+
if (N = Number(He(F) / 1e3) > 150, !x) return;
|
|
1622
|
+
const D = '<span class="error pl-4">超出可以绘画的距离</span>';
|
|
1623
1623
|
w && (w.innerHTML = `
|
|
1624
1624
|
<div class="text">
|
|
1625
|
-
面积:${
|
|
1626
|
-
${N ?
|
|
1625
|
+
面积:${x}
|
|
1626
|
+
${N ? D : ""}
|
|
1627
1627
|
</div>
|
|
1628
|
-
`),
|
|
1628
|
+
`), b && (b.innerHTML = `
|
|
1629
1629
|
<div class="text">
|
|
1630
|
-
面积:${
|
|
1630
|
+
面积:${x}
|
|
1631
1631
|
</div>
|
|
1632
1632
|
<div class="text ${N ? "error" : ""}">
|
|
1633
1633
|
线段 ${k.length - 2}: ${V}
|
|
1634
|
-
${N ?
|
|
1634
|
+
${N ? D : ""}
|
|
1635
1635
|
|
|
1636
1636
|
</div>
|
|
1637
1637
|
<div>
|
|
@@ -1640,22 +1640,22 @@ const nt = (e, r) => {
|
|
|
1640
1640
|
`);
|
|
1641
1641
|
});
|
|
1642
1642
|
}), v.on("drawend", (R) => {
|
|
1643
|
-
var
|
|
1643
|
+
var x, g, k, F;
|
|
1644
1644
|
if (!R.feature.getGeometry()) return;
|
|
1645
1645
|
w && !l && (w.innerHTML += '<span class="delete-icon"><i class="map-iconfont icon-delete" /></div>'), l = R.feature, L.setOffset([10, 0]);
|
|
1646
|
-
const S = R.feature.getGeometry().getCoordinates(),
|
|
1647
|
-
if (L.setPosition(
|
|
1648
|
-
const V = S[0].map((
|
|
1646
|
+
const S = R.feature.getGeometry().getCoordinates(), c = S[0][S[0].length - 2];
|
|
1647
|
+
if (L.setPosition(c), b != null && b.parentNode && b.parentNode.removeChild(b), (x = r.getProps()) != null && x.areaDrawEnd) {
|
|
1648
|
+
const V = S[0].map((D) => ke(D, K.mercator, K.data));
|
|
1649
1649
|
(k = (g = r.getProps()) == null ? void 0 : g.areaDrawEnd) == null || k.call(g, V);
|
|
1650
1650
|
}
|
|
1651
|
-
v && (v.setActive(!1), e == null || e.removeInteraction(v), (e == null ? void 0 : e.getInteractions()).forEach((
|
|
1652
|
-
|
|
1651
|
+
v && (v.setActive(!1), e == null || e.removeInteraction(v), (e == null ? void 0 : e.getInteractions()).forEach((D) => {
|
|
1652
|
+
D instanceof Se && (D.setActive(!1), e == null || e.removeInteraction(D));
|
|
1653
1653
|
})), s && We(s), (F = document.querySelector(".delete-icon")) == null || F.addEventListener("click", () => {
|
|
1654
|
-
var V,
|
|
1655
|
-
q(), (
|
|
1654
|
+
var V, D;
|
|
1655
|
+
q(), (D = (V = r.getProps()) == null ? void 0 : V.areaDrawEnd) == null || D.call(V, []);
|
|
1656
1656
|
});
|
|
1657
1657
|
});
|
|
1658
|
-
},
|
|
1658
|
+
}, h = (R, Z) => {
|
|
1659
1659
|
const S = Bt(R);
|
|
1660
1660
|
switch (Z) {
|
|
1661
1661
|
case "km":
|
|
@@ -1674,27 +1674,27 @@ const nt = (e, r) => {
|
|
|
1674
1674
|
insertFirst: !1
|
|
1675
1675
|
}), e == null || e.addOverlay(L);
|
|
1676
1676
|
};
|
|
1677
|
-
let
|
|
1678
|
-
const
|
|
1679
|
-
|
|
1680
|
-
element:
|
|
1677
|
+
let b, B;
|
|
1678
|
+
const G = () => {
|
|
1679
|
+
b != null && b.parentNode && b.parentNode.removeChild(b), b = document.createElement("div"), b.className = "ol-tooltip ol-help-tooltip", B = new ce({
|
|
1680
|
+
element: b,
|
|
1681
1681
|
offset: [15, 0],
|
|
1682
1682
|
positioning: "center-left"
|
|
1683
|
-
}), e == null || e.addOverlay(
|
|
1683
|
+
}), e == null || e.addOverlay(B);
|
|
1684
1684
|
}, q = () => {
|
|
1685
|
-
|
|
1685
|
+
y == null || y.clear(), l = null, C(), G(), M();
|
|
1686
1686
|
};
|
|
1687
1687
|
return {
|
|
1688
|
-
open:
|
|
1688
|
+
open: a,
|
|
1689
1689
|
close: () => {
|
|
1690
|
-
|
|
1690
|
+
y == null || y.clear(), y = null, u && (e.removeLayer(u), u = null), n = null, v && (v.setActive(!1), (e == null ? void 0 : e.getInteractions()).forEach((Z) => {
|
|
1691
1691
|
Z instanceof Se && (Z.setActive(!1), e == null || e.removeInteraction(Z));
|
|
1692
|
-
}), v = null), s && We(s),
|
|
1692
|
+
}), v = null), s && We(s), b != null && b.parentElement && b.parentElement.removeChild(b), w != null && w.parentElement && w.parentElement.removeChild(w), B && e.removeOverlay(B), L && e.removeOverlay(L), ze(e, "pointer");
|
|
1693
1693
|
},
|
|
1694
1694
|
reset: q
|
|
1695
1695
|
};
|
|
1696
1696
|
}, Lo = "zh-map-port-layer", Eo = (e) => {
|
|
1697
|
-
const r = new de(), l = new
|
|
1697
|
+
const r = new de(), l = new ye({
|
|
1698
1698
|
className: Lo,
|
|
1699
1699
|
source: r,
|
|
1700
1700
|
zIndex: 100,
|
|
@@ -1702,31 +1702,28 @@ const nt = (e, r) => {
|
|
|
1702
1702
|
updateWhileAnimating: !1
|
|
1703
1703
|
});
|
|
1704
1704
|
e == null || e.addLayer(l);
|
|
1705
|
-
let s = null,
|
|
1706
|
-
const o = (M,
|
|
1705
|
+
let s = null, a = null;
|
|
1706
|
+
const o = (M, h = !0) => {
|
|
1707
1707
|
if (!(!M || M.length === 0)) {
|
|
1708
|
-
if (r.clear(),
|
|
1709
|
-
const w = M.find((L) => L.id ===
|
|
1710
|
-
w ?
|
|
1708
|
+
if (r.clear(), a) {
|
|
1709
|
+
const w = M.find((L) => L.id === a.id);
|
|
1710
|
+
w ? a = w : M.push(a);
|
|
1711
1711
|
}
|
|
1712
1712
|
M.forEach((w) => {
|
|
1713
|
-
u(w,
|
|
1713
|
+
u(w, h);
|
|
1714
1714
|
});
|
|
1715
1715
|
}
|
|
1716
|
-
}, u = (M,
|
|
1717
|
-
var W;
|
|
1716
|
+
}, u = (M, h = !0) => {
|
|
1718
1717
|
const [w, L] = M.latLon.split(","), C = new ie({
|
|
1719
1718
|
geometry: new le(ee([Number(w), Number(L)])),
|
|
1720
1719
|
portData: M,
|
|
1721
|
-
select: M.id === (
|
|
1722
|
-
showTitle: M.id === (
|
|
1723
|
-
}),
|
|
1724
|
-
console.log("point-styles--------",
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
const { select: y, showTitle: w } = M.getProperties(), L = (B) => `<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1729
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.6563 44.9304C22.5453 44.8844 22.4445 44.817 22.3595 44.7321C22.3595 44.7321 9.36986 31.7424 9.32952 31.6913C7.09059 29.0791 5.64794 25.8802 5.17255 22.4736C4.69716 19.0671 5.20896 15.5957 6.64728 12.471C8.08561 9.34625 10.3902 6.69909 13.2878 4.84325C16.1855 2.98741 19.5548 2.00068 22.9965 2C26.4381 1.99932 29.8078 2.98473 32.7062 4.83943C35.6046 6.69414 37.9102 9.34039 39.3498 12.4646C40.7893 15.5888 41.3025 19.0599 40.8284 22.4666C40.3544 25.8734 38.913 29.0729 36.6751 31.686C36.6401 31.737 23.6531 44.7321 23.6531 44.7321C23.5682 44.817 23.4674 44.8844 23.3564 44.9304C23.2454 44.9763 23.1265 45 23.0063 45C22.8862 45 22.7673 44.9763 22.6563 44.9304Z" fill="${B}"/>
|
|
1720
|
+
select: M.id === (a == null ? void 0 : a.id),
|
|
1721
|
+
showTitle: M.id === (a == null ? void 0 : a.id) || h
|
|
1722
|
+
}), b = y(C);
|
|
1723
|
+
console.log("point-styles--------", b), C.setStyle(b), r.addFeature(C);
|
|
1724
|
+
}, y = (M) => {
|
|
1725
|
+
const { select: h, showTitle: w } = M.getProperties(), L = (Y) => `<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
1726
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.6563 44.9304C22.5453 44.8844 22.4445 44.817 22.3595 44.7321C22.3595 44.7321 9.36986 31.7424 9.32952 31.6913C7.09059 29.0791 5.64794 25.8802 5.17255 22.4736C4.69716 19.0671 5.20896 15.5957 6.64728 12.471C8.08561 9.34625 10.3902 6.69909 13.2878 4.84325C16.1855 2.98741 19.5548 2.00068 22.9965 2C26.4381 1.99932 29.8078 2.98473 32.7062 4.83943C35.6046 6.69414 37.9102 9.34039 39.3498 12.4646C40.7893 15.5888 41.3025 19.0599 40.8284 22.4666C40.3544 25.8734 38.913 29.0729 36.6751 31.686C36.6401 31.737 23.6531 44.7321 23.6531 44.7321C23.5682 44.817 23.4674 44.8844 23.3564 44.9304C23.2454 44.9763 23.1265 45 23.0063 45C22.8862 45 22.7673 44.9763 22.6563 44.9304Z" fill="${Y}"/>
|
|
1730
1727
|
<g clip-path="url(#clip0_10059_122082)">
|
|
1731
1728
|
<path d="M34.8624 22.8687L32.5874 25.6313L33.4812 25.7125C33.4812 25.7125 30.5562 28.0687 27.9562 28.2312C25.3562 28.3937 24.1374 24.9 24.1374 24.9V19.1312H27.6312V17.425H24.2999V15.15C25.7624 14.6625 26.7374 13.2812 26.7374 11.6562C26.7374 9.625 25.1124 8 23.0812 8H22.9999C20.9687 8 19.3437 9.625 19.3437 11.6562C19.3437 13.2812 20.3999 14.6625 21.7812 15.15V17.425H18.4499V19.1312H21.9437V24.9C21.9437 24.9 20.6437 28.3125 18.0437 28.2312C15.4437 28.0687 12.5187 25.7125 12.5187 25.7125L13.4124 25.6313L11.0562 22.8687L10.2437 26.2812L11.2187 26.0375C11.2187 26.0375 13.1687 29.5313 16.1749 30.8313C19.1812 32.2125 22.1874 33.9187 22.8374 34C23.4874 33.9187 26.4937 32.2125 29.4187 30.8313C32.3437 29.45 34.3749 26.0375 34.3749 26.0375L35.3499 26.2812L34.8624 22.8687ZM23.0812 13.6875C21.9437 13.6875 21.0499 12.7937 21.0499 11.6562C21.0499 10.6 21.9437 9.70625 22.9999 9.70625H23.0812C24.1374 9.70625 25.0312 10.6 25.0312 11.6562C25.1124 12.7937 24.1374 13.6875 23.0812 13.6875Z" fill="white"/>
|
|
1732
1729
|
</g>
|
|
@@ -1736,29 +1733,29 @@ const nt = (e, r) => {
|
|
|
1736
1733
|
</clipPath>
|
|
1737
1734
|
</defs>
|
|
1738
1735
|
</svg>
|
|
1739
|
-
`, C = () => `data:image/svg+xml;utf8,${encodeURIComponent(L(
|
|
1736
|
+
`, C = () => `data:image/svg+xml;utf8,${encodeURIComponent(L(h ? "#FF5733" : "#3370FF"))}`, b = e.getView().getZoom(), B = M.get("portData"), G = {
|
|
1740
1737
|
image: new Oe({
|
|
1741
1738
|
src: C(),
|
|
1742
|
-
scale: 0.5 *
|
|
1739
|
+
scale: 0.5 * b / 10
|
|
1743
1740
|
}),
|
|
1744
|
-
zIndex:
|
|
1741
|
+
zIndex: h ? 110 : 100
|
|
1745
1742
|
}, q = {
|
|
1746
1743
|
text: new ge({
|
|
1747
|
-
text:
|
|
1744
|
+
text: B.shortName,
|
|
1748
1745
|
font: "12px sans-serif",
|
|
1749
|
-
fill: new
|
|
1750
|
-
color:
|
|
1746
|
+
fill: new Q({
|
|
1747
|
+
color: h ? "#ffffff" : "#000000"
|
|
1751
1748
|
}),
|
|
1752
|
-
backgroundFill: new
|
|
1749
|
+
backgroundFill: new Q({
|
|
1753
1750
|
color: "#FFF"
|
|
1754
1751
|
}),
|
|
1755
1752
|
offsetY: 30
|
|
1756
1753
|
})
|
|
1757
1754
|
};
|
|
1758
|
-
return !w && !
|
|
1759
|
-
...
|
|
1755
|
+
return !w && !h ? new X({
|
|
1756
|
+
...G
|
|
1760
1757
|
}) : new X({
|
|
1761
|
-
...
|
|
1758
|
+
...G,
|
|
1762
1759
|
...q
|
|
1763
1760
|
});
|
|
1764
1761
|
}, t = () => {
|
|
@@ -1766,8 +1763,8 @@ const nt = (e, r) => {
|
|
|
1766
1763
|
if (s) {
|
|
1767
1764
|
console.log("清除非选中的港口");
|
|
1768
1765
|
const M = s.get("portData").id;
|
|
1769
|
-
r.getFeatures().forEach((
|
|
1770
|
-
|
|
1766
|
+
r.getFeatures().forEach((h) => {
|
|
1767
|
+
h.get("portData").id !== M && r.removeFeature(h);
|
|
1771
1768
|
});
|
|
1772
1769
|
} else
|
|
1773
1770
|
console.log("清除所有港口", r), r == null || r.clear();
|
|
@@ -1780,20 +1777,20 @@ const nt = (e, r) => {
|
|
|
1780
1777
|
}, m = () => {
|
|
1781
1778
|
var M;
|
|
1782
1779
|
if (s) {
|
|
1783
|
-
const
|
|
1780
|
+
const h = s == null ? void 0 : s.get("portData"), w = (M = r.getFeatures()) == null ? void 0 : M.find((L) => L.get("portData").id === h.id);
|
|
1784
1781
|
if (w) {
|
|
1785
|
-
const L =
|
|
1786
|
-
w.set("select", !1), w.setStyle(L), s = null,
|
|
1782
|
+
const L = y(w);
|
|
1783
|
+
w.set("select", !1), w.setStyle(L), s = null, a = null;
|
|
1787
1784
|
}
|
|
1788
1785
|
}
|
|
1789
1786
|
}, v = (M) => {
|
|
1790
1787
|
var w;
|
|
1791
1788
|
if (!r) return;
|
|
1792
|
-
const
|
|
1793
|
-
if (
|
|
1789
|
+
const h = r.getFeatures();
|
|
1790
|
+
if (a = M, s = h.find((L) => L.get("portData").id === M.id), s) {
|
|
1794
1791
|
s.set("select", !0);
|
|
1795
|
-
const L =
|
|
1796
|
-
L && ((w = L == null ? void 0 : L.getText()) == null || w.setBackgroundFill(new
|
|
1792
|
+
const L = y(s);
|
|
1793
|
+
L && ((w = L == null ? void 0 : L.getText()) == null || w.setBackgroundFill(new Q({
|
|
1797
1794
|
color: "#FF5733"
|
|
1798
1795
|
}))), s.setStyle(L);
|
|
1799
1796
|
}
|
|
@@ -1803,75 +1800,75 @@ const nt = (e, r) => {
|
|
|
1803
1800
|
clear: t,
|
|
1804
1801
|
selected: n,
|
|
1805
1802
|
handlePortHover: (M) => {
|
|
1806
|
-
const
|
|
1807
|
-
M && M.get("portData") &&
|
|
1803
|
+
const h = e == null ? void 0 : e.getTargetElement();
|
|
1804
|
+
M && M.get("portData") && h && (h.style.cursor = "pointer");
|
|
1808
1805
|
}
|
|
1809
1806
|
};
|
|
1810
|
-
}, To = (e, r, l, s,
|
|
1807
|
+
}, To = (e, r, l, s, a, o) => {
|
|
1811
1808
|
const u = e.getInstall();
|
|
1812
1809
|
u.on("moveend", () => {
|
|
1813
|
-
var
|
|
1810
|
+
var y, t;
|
|
1814
1811
|
try {
|
|
1815
1812
|
const n = e.getZoom();
|
|
1816
|
-
(t = (
|
|
1813
|
+
(t = (y = r.getProps()).mapMoveEnd) == null || t.call(y, n), l.reRenderTrackLine(), s.changeShipScale("end");
|
|
1817
1814
|
} catch (n) {
|
|
1818
1815
|
console.log("moveend---catch", n);
|
|
1819
1816
|
}
|
|
1820
|
-
}), u.on("pointermove", (
|
|
1817
|
+
}), u.on("pointermove", (y) => {
|
|
1821
1818
|
try {
|
|
1822
|
-
const t = u == null ? void 0 : u.getEventPixel(
|
|
1819
|
+
const t = u == null ? void 0 : u.getEventPixel(y.originalEvent);
|
|
1823
1820
|
if (!t || !u) return;
|
|
1824
1821
|
const n = u == null ? void 0 : u.forEachFeatureAtPixel(t, (m) => m, {
|
|
1825
1822
|
layerFilter: (m) => m.getVisible()
|
|
1826
1823
|
});
|
|
1827
|
-
s == null || s.handleShipMapEvent(n, "hover"), l == null || l.handleTrackMapEvent(n, "hover",
|
|
1824
|
+
s == null || s.handleShipMapEvent(n, "hover"), l == null || l.handleTrackMapEvent(n, "hover", y), n && (a == null || a.handlePortHover(n));
|
|
1828
1825
|
} catch (t) {
|
|
1829
1826
|
console.log("pointermove---catch", t);
|
|
1830
1827
|
}
|
|
1831
1828
|
}), u.on("movestart", () => {
|
|
1832
1829
|
try {
|
|
1833
|
-
const
|
|
1834
|
-
|
|
1835
|
-
} catch (
|
|
1836
|
-
console.log("movestart---catch",
|
|
1830
|
+
const y = u == null ? void 0 : u.getView().getZoom();
|
|
1831
|
+
y && y <= te.shipModelMax && y >= te.shipTriggleMin && s.changeShipScale("start");
|
|
1832
|
+
} catch (y) {
|
|
1833
|
+
console.log("movestart---catch", y);
|
|
1837
1834
|
}
|
|
1838
|
-
}), u.on("singleclick", Ne((
|
|
1835
|
+
}), u.on("singleclick", Ne((y) => {
|
|
1839
1836
|
var t, n, m;
|
|
1840
1837
|
try {
|
|
1841
1838
|
if (console.log("1", o.getState()), o.getState()) return;
|
|
1842
|
-
const v = u.getFeaturesAtPixel(
|
|
1839
|
+
const v = u.getFeaturesAtPixel(y.pixel);
|
|
1843
1840
|
if (!v && v.length === 0) return;
|
|
1844
1841
|
console.log("features------------", v);
|
|
1845
1842
|
let N = null, M = null;
|
|
1846
|
-
if (v == null || v.forEach((
|
|
1847
|
-
|
|
1843
|
+
if (v == null || v.forEach((h) => {
|
|
1844
|
+
h.get("shipData") && (N = h), h.get("portData") && (M = h);
|
|
1848
1845
|
}), N)
|
|
1849
1846
|
s.handleShipMapEvent(N, "click", (t = r.getProps()) == null ? void 0 : t.selectShip);
|
|
1850
1847
|
else if (M) {
|
|
1851
|
-
const
|
|
1852
|
-
|
|
1848
|
+
const h = M.get("portData");
|
|
1849
|
+
a.selected(h), (m = (n = r.getProps()) == null ? void 0 : n.selectPort) == null || m.call(n, h);
|
|
1853
1850
|
}
|
|
1854
|
-
|
|
1851
|
+
y.preventDefault(), y.stopPropagation();
|
|
1855
1852
|
} catch (v) {
|
|
1856
1853
|
console.log("click---catch", v);
|
|
1857
1854
|
}
|
|
1858
1855
|
}, 150)), u.getView().on("change:resolution", Ne(() => {
|
|
1859
|
-
const
|
|
1860
|
-
|
|
1856
|
+
const y = u == null ? void 0 : u.getView().getZoom();
|
|
1857
|
+
y && y <= te.shipModelMax && y >= te.shipTriggleMin && s.changeSelectedScale("start");
|
|
1861
1858
|
}, 10));
|
|
1862
1859
|
}, Fo = () => {
|
|
1863
1860
|
const e = St([]);
|
|
1864
1861
|
return {
|
|
1865
|
-
createInstance: (s,
|
|
1862
|
+
createInstance: (s, a) => {
|
|
1866
1863
|
const o = eo();
|
|
1867
|
-
o.initMap(s,
|
|
1868
|
-
const u = o.getInstall(),
|
|
1869
|
-
t.setProps(
|
|
1870
|
-
const n = so(u), m = lo(u, n), v = mo(u), N = bo(u), M = Mo(u, t),
|
|
1864
|
+
o.initMap(s, a);
|
|
1865
|
+
const u = o.getInstall(), y = wo(u), t = xo();
|
|
1866
|
+
t.setProps(a), y.setShowLayerType(a.layerType), y.setGreenTileVisible(a.showGreenLayer);
|
|
1867
|
+
const n = so(u), m = lo(u, n), v = mo(u), N = bo(u), M = Mo(u, t), h = Co(u, t), w = Eo(u);
|
|
1871
1868
|
To(o, t, n, v, w, M);
|
|
1872
1869
|
const L = () => {
|
|
1873
|
-
const
|
|
1874
|
-
return [
|
|
1870
|
+
const b = u.getView().calculateExtent(o.getSize()), B = ke([b[0], b[1]], K.mercator, K.data), G = ke([b[2], b[3]], K.mercator, K.data);
|
|
1871
|
+
return [B[0], B[1], G[0], G[1]];
|
|
1875
1872
|
}, C = {
|
|
1876
1873
|
id: Symbol("map-instance"),
|
|
1877
1874
|
innerMap: null,
|
|
@@ -1881,7 +1878,7 @@ const nt = (e, r) => {
|
|
|
1881
1878
|
},
|
|
1882
1879
|
methods: {
|
|
1883
1880
|
...o,
|
|
1884
|
-
layer:
|
|
1881
|
+
layer: y,
|
|
1885
1882
|
ship: v,
|
|
1886
1883
|
track: n,
|
|
1887
1884
|
carTrack: m,
|
|
@@ -1892,7 +1889,7 @@ const nt = (e, r) => {
|
|
|
1892
1889
|
},
|
|
1893
1890
|
position: N,
|
|
1894
1891
|
drawLine: M,
|
|
1895
|
-
drawPolygon:
|
|
1892
|
+
drawPolygon: h,
|
|
1896
1893
|
// 子模块
|
|
1897
1894
|
utils: {
|
|
1898
1895
|
getCalculateExtent: L,
|
|
@@ -1904,8 +1901,8 @@ const nt = (e, r) => {
|
|
|
1904
1901
|
return e.push(C), C;
|
|
1905
1902
|
},
|
|
1906
1903
|
destroyInstance: (s) => {
|
|
1907
|
-
const
|
|
1908
|
-
|
|
1904
|
+
const a = e.findIndex((o) => o.id === s);
|
|
1905
|
+
a > -1 && (e[a].destroy(), e.splice(a, 1));
|
|
1909
1906
|
},
|
|
1910
1907
|
destroyAll: () => {
|
|
1911
1908
|
e.forEach((s) => s.destroy()), e.splice(0, e.length);
|
|
@@ -1932,16 +1929,16 @@ const nt = (e, r) => {
|
|
|
1932
1929
|
} }
|
|
1933
1930
|
},
|
|
1934
1931
|
setup(e, { expose: r }) {
|
|
1935
|
-
const l = I(), s = I(),
|
|
1932
|
+
const l = I(), s = I(), a = Fo(), o = I(), u = e, y = I({
|
|
1936
1933
|
getInstall() {
|
|
1937
1934
|
}
|
|
1938
1935
|
});
|
|
1939
1936
|
return Nt(() => {
|
|
1940
1937
|
var t;
|
|
1941
|
-
o.value =
|
|
1938
|
+
o.value = a.createInstance(l.value, u), y.value = o.value.methods, (t = s.value) == null || t.setScaleLine(o.value.map, u.scaleLineUnit);
|
|
1942
1939
|
}), Vt(() => {
|
|
1943
1940
|
var t, n;
|
|
1944
|
-
|
|
1941
|
+
a.destroyInstance((t = o == null ? void 0 : o.value) == null ? void 0 : t.id), (n = o.value) == null || n.destroy();
|
|
1945
1942
|
}), r({
|
|
1946
1943
|
getZoom: () => {
|
|
1947
1944
|
var t;
|
|
@@ -2147,7 +2144,7 @@ const nt = (e, r) => {
|
|
|
2147
2144
|
}
|
|
2148
2145
|
}
|
|
2149
2146
|
}), (t, n) => (Be(), qe("div", Po, [
|
|
2150
|
-
|
|
2147
|
+
Ge("div", {
|
|
2151
2148
|
id: "map",
|
|
2152
2149
|
ref_key: "zhMapRef",
|
|
2153
2150
|
ref: l,
|