zhihao-ui 1.3.3 → 1.3.4-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/es/{BaseInfo-BqJWKOdd.js → BaseInfo-DjMoCl6q.js} +1 -1
  2. package/dist/es/{BaseItem-BQbkTxt9.js → BaseItem-4-tfe2b_.js} +3 -3
  3. package/dist/es/{Button-1UUC8v6b.js → Button-CvmMyXpk.js} +2 -2
  4. package/dist/es/{DatePicker-ByP3ZkhE.js → DatePicker-BJ-uEY5y.js} +3 -3
  5. package/dist/es/{DetailHeader-CnZCthjX.js → DetailHeader-RmOylZsk.js} +3 -3
  6. package/dist/es/{DetailSubTitle-COQCdb8X.js → DetailSubTitle-CZ94UNJm.js} +2 -2
  7. package/dist/es/{Dialog-DFQIVnQP.js → Dialog-BR5jfGEM.js} +3 -3
  8. package/dist/es/{DiyDataTable-D0gTwPB4.js → DiyDataTable-DEjYnC6P.js} +4 -4
  9. package/dist/es/{EditInfoPair-CZpQKhX6.js → EditInfoPair-BrrQYpFp.js} +3 -3
  10. package/dist/es/{FileWrapper-C9Cqt-L8.js → FileWrapper-B7CH1kBr.js} +4 -4
  11. package/dist/es/{Grid-CfwiS54k.js → Grid-D8kjRsYq.js} +2 -2
  12. package/dist/es/{InfoPair-ZKRxEmIC.js → InfoPair-D3rzhvxY.js} +3 -3
  13. package/dist/es/{Input-CloA0e6h.js → Input-Z4JEw_7x.js} +3 -3
  14. package/dist/es/{Loading-BXtzvylk.js → Loading-pR0mL-Hq.js} +2 -2
  15. package/dist/es/Map-DKkSq-bX.js +2267 -0
  16. package/dist/es/{MessageBox-BNOuww77.js → MessageBox-DjwiajIV.js} +2 -2
  17. package/dist/es/{MoneyInput-CuHL7bEc.js → MoneyInput-K4LEAm4x.js} +8 -8
  18. package/dist/es/{PageHeadPanel-BroYHTD8.js → PageHeadPanel-DHbOvTJN.js} +2 -2
  19. package/dist/es/{Table-DFGzUqS3.js → Table-DXSMi34f.js} +5 -5
  20. package/dist/es/{ToolTips-BBi5iPOb.js → ToolTips-B_bFypmj.js} +6 -6
  21. package/dist/es/index.js +22 -22
  22. package/dist/es/{utils-BbOeFn3W.js → utils-Dm3IAG7S.js} +3 -3
  23. package/dist/es/{vendor-D-B7bNnH.js → vendor-Cu-tp_n1.js} +8448 -8041
  24. package/dist/index.css +1 -1
  25. package/dist/types/components/CascaderLoadMore/CascaderLoadMore.vue.d.ts +197 -0
  26. package/dist/types/components/CascaderLoadMore/index.d.ts +369 -0
  27. package/dist/types/components/CascaderLoadMore/types.d.ts +7 -0
  28. package/dist/types/components/Map/Map.vue.d.ts +119 -0
  29. package/dist/types/components/Map/components/copyright.vue.d.ts +36 -0
  30. package/dist/types/components/Map/components/measure.vue.d.ts +23 -0
  31. package/dist/types/components/Map/components/scaleLine.vue.d.ts +2 -1
  32. package/dist/types/components/Map/components/toolPanel.vue.d.ts +40 -0
  33. package/dist/types/components/Map/components/zoomControl.vue.d.ts +13 -1
  34. package/dist/types/components/Map/config.d.ts +32 -0
  35. package/dist/types/components/Map/enum/car.d.ts +5 -0
  36. package/dist/types/components/Map/enum/device.d.ts +8 -0
  37. package/dist/types/components/Map/enum/index.d.ts +5 -0
  38. package/dist/types/components/Map/enum/openLayers.d.ts +10 -0
  39. package/dist/types/components/Map/enum/ship.d.ts +50 -0
  40. package/dist/types/components/Map/function/carTrack.d.ts +7 -14
  41. package/dist/types/components/Map/function/drawLine.d.ts +4 -4
  42. package/dist/types/components/Map/function/drawPolygon.d.ts +5 -2
  43. package/dist/types/components/Map/function/event.d.ts +9 -0
  44. package/dist/types/components/Map/function/layers.d.ts +8 -5
  45. package/dist/types/components/Map/function/map.d.ts +14 -10
  46. package/dist/types/components/Map/function/port.d.ts +7 -6
  47. package/dist/types/components/Map/function/position.d.ts +8 -0
  48. package/dist/types/components/Map/function/props.d.ts +5 -2
  49. package/dist/types/components/Map/function/ship/index.d.ts +14 -29
  50. package/dist/types/components/Map/function/ship/style.d.ts +14 -6
  51. package/dist/types/components/Map/function/shipTrack.d.ts +14 -20
  52. package/dist/types/components/Map/index.d.ts +373 -0
  53. package/dist/types/components/Map/interface/common/BaseEntity.d.ts +29 -0
  54. package/dist/types/components/Map/interface/common/page.d.ts +34 -0
  55. package/dist/types/components/Map/interface/entity/dashboard.d.ts +16 -0
  56. package/dist/types/components/Map/interface/entity/map.d.ts +36 -0
  57. package/dist/types/components/Map/interface/entity/point.d.ts +10 -0
  58. package/dist/types/components/Map/interface/entity/queryLicenseResponse.d.ts +86 -0
  59. package/dist/types/components/Map/interface/entity/render.d.ts +57 -0
  60. package/dist/types/components/Map/interface/entity/ship.d.ts +361 -0
  61. package/dist/types/components/Map/interface/entity/shipInfoVo.d.ts +210 -0
  62. package/dist/types/components/Map/interface/entity/shipMapData.d.ts +27 -0
  63. package/dist/types/components/Map/interface/entity/shipMarker.d.ts +8 -0
  64. package/dist/types/components/Map/interface/entity/shipTrack.d.ts +56 -0
  65. package/dist/types/components/Map/interface/entity/vehicle.d.ts +345 -0
  66. package/dist/types/components/Map/interface/index.d.ts +1 -0
  67. package/dist/types/components/Map/interface/mapProps.d.ts +7 -7
  68. package/dist/types/components/Map/interface/position.d.ts +7 -0
  69. package/dist/types/components/Map/interface/shipInfoVo.d.ts +2 -0
  70. package/dist/types/components/Map/interface/vo/vehicleVo.d.ts +20 -0
  71. package/dist/types/components/Map/meta/index.d.ts +5 -0
  72. package/dist/types/components/Map/render/canvasRender/canvasRender.d.ts +15 -0
  73. package/dist/types/components/Map/render/canvasRender/geometry.d.ts +22 -0
  74. package/dist/types/components/Map/render/canvasRender/renderCustomOverlay.d.ts +5 -0
  75. package/dist/types/components/Map/render/canvasRender/renderPointStyle.d.ts +10 -0
  76. package/dist/types/components/Map/render/canvasRender/renderShipStyle.d.ts +5 -0
  77. package/dist/types/components/Map/render/canvasRender/renderTrackStyle.d.ts +12 -0
  78. package/dist/types/components/Map/render/canvasRender/renderTruckStyle.d.ts +3 -0
  79. package/dist/types/components/Map/render/drawPolygon.d.ts +10 -0
  80. package/dist/types/components/Map/render/renderDashboard.d.ts +12 -0
  81. package/dist/types/components/Map/render/renderMarker.d.ts +7 -0
  82. package/dist/types/components/Map/render/renderPoint.d.ts +80 -0
  83. package/dist/types/components/Map/render/renderShip.d.ts +20 -0
  84. package/dist/types/components/Map/render/renderTrack.d.ts +12 -0
  85. package/dist/types/components/Map/render/renderTruck.d.ts +10 -0
  86. package/dist/types/components/Map/useMap.d.ts +17 -0
  87. package/dist/types/components/Map/utils/common.d.ts +27 -0
  88. package/dist/types/components/Map/utils/cursor.d.ts +3 -2
  89. package/dist/types/components/Map/utils/events.d.ts +4 -2
  90. package/dist/types/components/Map/utils/format.d.ts +10 -0
  91. package/dist/types/components/Map/{function → utils}/shipOverlay.d.ts +4 -4
  92. package/dist/types/components/Map/utils/store.d.ts +32 -0
  93. package/dist/types/components/Map/utils/track.d.ts +44 -0
  94. package/dist/types/components/Map/utils/transform.d.ts +44 -0
  95. package/dist/umd/index.css +1 -1
  96. package/dist/umd/index.umd.cjs +91 -103
  97. package/package.json +1 -1
  98. package/dist/es/Map-Ce0s7g5Z.js +0 -1700
  99. package/dist/types/components/Map/utils/util.d.ts +0 -42
@@ -1,1700 +0,0 @@
1
- import { ref, computed, watch, onMounted, onBeforeUnmount, h, nextTick, createVNode, render, defineComponent, openBlock, createElementBlock, inject, createElementVNode, Fragment } from "vue";
2
- import { T as Text, F as Fill, S as Style, p as fromLonLat, t as transformExtent, q as getLength, R as RBush$1, O as Overlay, I as Icon, V as VectorSource, r as VectorLayer, s as debounce, i as cloneDeep, u as Feature, P as Point, h as hooks, L as LineString, v as Stroke, C as CircleStyle, w as Polyline, x as buffer, y as transform, z as getVectorContext, D as DoubleClickZoom, A as Draw, B as unByKey, G as getUid, M as Map$2, H as TileLayer, X as XYZ, J as View, K as defaults, N as toLonLat, Q as ScaleLine$1, U as getArea, W as MultiPoint } from "./vendor-D-B7bNnH.js";
3
- import { _ as _export_sfc } from "./Button-1UUC8v6b.js";
4
- import { w as withInstall } from "./utils-BbOeFn3W.js";
5
- const TIAN_DI_TU_KEY = "a6e8f78974f2581f2ca00485b40c948f", MAP_ZOOM = {
6
- // 地图默认层级
7
- default: 13,
8
- // 地图缩放最小层级
9
- min: 3,
10
- // 地图缩放最大层级
11
- max: 18,
12
- // 船形图标最小渲染层级
13
- shipTriggleMin: 16,
14
- // 船形图标最大渲染层级
15
- shipModelMax: 18,
16
- //根据原系统canvas图片转换svg长宽比例计算缩放值
17
- scaleNum: 0.555
18
- }, projection = {
19
- // 经纬度 源数据 地理坐标 WGS84
20
- data: "EPSG:4326",
21
- // 墨卡托投影坐标 渲染坐标
22
- mercator: "EPSG:3857"
23
- }, MAP_DEFAULT_CENTER = [114.84, 30.52], CDN_URL = "https://static.zhihaoscm.cn/", equatorialCircumference = 2003750834e-2;
24
- var BASE_MAP_LINK = ((e) => (e.vectorTile = `https://t0.tianditu.gov.cn/vec_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=vec&TILEMATRIXSET=w&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&tk=${TIAN_DI_TU_KEY}`, e.vectorTileMark = `https://t0.tianditu.gov.cn/cva_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=cva&TILEMATRIXSET=w&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&tk=${TIAN_DI_TU_KEY}`, e.satelliteImgTile = `https://t0.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&TILEMATRIXSET=w&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&tk=${TIAN_DI_TU_KEY}`, e.satelliteImgTileMark = `https://t0.tianditu.gov.cn/cia_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=cia&TILEMATRIXSET=w&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&tk=${TIAN_DI_TU_KEY}`, e.greenTile = `${CDN_URL}/map/tile/{z}/{x}/{y}.png`, e))(BASE_MAP_LINK || {}), LENGTH_UNIT = /* @__PURE__ */ ((e) => (e[e.M = 1] = "M", e[e.KM = 2] = "KM", e[e.NM = 3] = "NM", e))(LENGTH_UNIT || {});
25
- const calculateCirclePoints = (e, t) => {
26
- const n = fromLonLat(e), o = t * 1e3, r = [
27
- n[0] - o,
28
- n[1] - o,
29
- n[0] + o,
30
- n[1] + o
31
- ], l = transformExtent(r, projection.mercator, projection.data);
32
- return {
33
- leftTopPoint: { lng: l[0], lat: l[3] },
34
- rightTopPoint: { lng: l[2], lat: l[3] },
35
- rightBottomPoint: { lng: l[2], lat: l[1] },
36
- leftBottomPoint: { lng: l[0], lat: l[1] }
37
- };
38
- }, formatLength = function(e, t) {
39
- const o = getLength(e);
40
- let r = "";
41
- switch (console.log(t, LENGTH_UNIT), t) {
42
- case LENGTH_UNIT.M:
43
- r = Math.round(o * 100) / 100 + " m";
44
- break;
45
- case LENGTH_UNIT.KM:
46
- r = Math.round(o / 1e3 * 100) / 100 + " km";
47
- break;
48
- case LENGTH_UNIT.NM:
49
- r = (Math.round(o / 1e3 * 100) / 100 / 1.852).toFixed(2) + " nm";
50
- break;
51
- }
52
- return r;
53
- };
54
- function lonLatToMercator(e) {
55
- const t = e[0] * equatorialCircumference / 180;
56
- let n = Math.log(Math.tan((90 + e[1]) * Math.PI / 360)) / (Math.PI / 180);
57
- return n = n * equatorialCircumference / 180, [t, n];
58
- }
59
- function getIconFont(unicode = "") {
60
- return unicode.indexOf("&") !== -1 && (unicode = unicode.replace("&", "&")), unicode.indexOf("&amp") !== -1 && (unicode = unicode.replace("&amp", "&")), eval('("' + unicode.replace("&#x", "\\u").replace(";", "") + '")');
61
- }
62
- const getIconStyle = (e) => {
63
- const t = new Text({
64
- font: "Normal 14px map-iconfont",
65
- text: getIconFont(e),
66
- fill: new Fill({ color: "#fff" }),
67
- offsetY: -14
68
- });
69
- return new Style({
70
- text: t,
71
- zIndex: 100
72
- });
73
- }, mercatorToLonLat = (e, t = "lonlat") => {
74
- const n = { lon: 0, lat: 0 }, o = e[0] / equatorialCircumference * 180;
75
- let r = e[1] / equatorialCircumference * 180;
76
- return r = 180 / Math.PI * (2 * Math.atan(Math.exp(r * Math.PI / 180)) - Math.PI / 2), n.lon = o, n.lat = r, t === "lonlat" ? n : [o, r];
77
- }, adjustBounds = (e, t) => t.length === 2 ? [e[0] - t[0], e[1] - t[1], e[2] + t[0], e[3] + t[1]] : [e[0] + t[0], e[1] + t[1], e[2] + t[2], e[3] + t[3]], isOverlapping$1 = (e, t) => e[0] <= t[2] && e[2] >= t[0] && e[1] <= t[3] && e[3] >= t[1];
78
- var SHIP_SAIL_STATUS = /* @__PURE__ */ ((e) => (e[e.发动机使用中 = 0] = "发动机使用中", e[e.锚泊 = 1] = "锚泊", e[e.未操作 = 2] = "未操作", e[e.操纵能力受限 = 3] = "操纵能力受限", e[e.吃水受限 = 4] = "吃水受限", e[e.系泊 = 5] = "系泊", e[e.搁浅 = 6] = "搁浅", e[e.从事捕捞 = 7] = "从事捕捞", e[e.航行中 = 8] = "航行中", e[e.留作将来修正导航状态 = 9] = "留作将来修正导航状态", e[e.高速船留用 = 10] = "高速船留用", e[e.机动船尾推作业 = 11] = "机动船尾推作业", e[e.机动船顶推或侧推作业 = 12] = "机动船顶推或侧推作业", e[e.飞翼船留用 = 13] = "飞翼船留用", e[e.现行的 = 14] = "现行的", e[e.未定义 = 15] = "未定义", e))(SHIP_SAIL_STATUS || {}), SHIP_DIRECT = /* @__PURE__ */ ((e) => (e.left = "left", e.right = "right", e.front = "front", e.up = "up", e.down = "down", e.back = "back", e))(SHIP_DIRECT || {});
79
- const convertSixHundredThousandToLatLng = function(e, t) {
80
- const n = Number(t) / 6e5;
81
- return [Number(e) / 6e5, n];
82
- }, getRightIcons = (e) => {
83
- const t = [];
84
- return e.existDevice && t.push("&#xe687;"), e.existMobile && t.push("&#xe688;"), e.existWaterGauge && t.push("&#xe686;"), t;
85
- };
86
- new RBush$1();
87
- function useShipOverlay(e) {
88
- const t = ref(null), n = ref(null), o = computed(() => ({
89
- "--overlay-color": e.color || "#FFF",
90
- "--bg-color": e.selected ? e.color : "#ffffff",
91
- position: "relative",
92
- "pointer-events": "none"
93
- })), r = computed(() => ({
94
- position: "relative",
95
- "border-radius": "1px",
96
- "background-color": "var(--bg-color)",
97
- color: "#000",
98
- "padding-right": "5px",
99
- "box-shadow": "0 2px 10px rgba(0, 0, 0, 0.2)",
100
- "font-size": "10px",
101
- "white-space": "nowrap",
102
- border: "1px solid #FFF",
103
- "pointer-events": "auto",
104
- transition: "background-color 0.5s ease, border 0.5s ease",
105
- "z-index": "1",
106
- display: "flex",
107
- "align-items": "center"
108
- })), l = computed(() => ({
109
- width: "14px",
110
- height: "14px",
111
- margin: "1px 5px 1px 1px",
112
- "background-color": "var(--bg-color)"
113
- })), s = computed(() => ({
114
- position: "absolute",
115
- top: "0px",
116
- color: "var(--overlay-color)",
117
- "pointer-events": "none",
118
- transform: "translateY(-1px)",
119
- "z-index": "0",
120
- width: "20px",
121
- height: "20px",
122
- overflow: "visible"
123
- }));
124
- let a = null;
125
- const c = () => {
126
- d(), a = window.setInterval(() => {
127
- if (t.value) {
128
- const i = t.value.querySelector(".ship-overlay-content");
129
- i && i.style && (i.style.backgroundColor = e.color, i.style.color = "#FFF", setTimeout(() => {
130
- i && i.style && (i.style.backgroundColor = "#ffffff", i.style.color = "#000");
131
- }, 500));
132
- }
133
- }, 1e3);
134
- }, d = () => {
135
- a && (clearInterval(a), a = null);
136
- }, u = () => {
137
- n.value && n.value.setPosition(fromLonLat(e.position));
138
- };
139
- return watch(() => e.selected, (i) => {
140
- i ? c() : d();
141
- }, { immediate: !0 }), watch(() => e.position, () => {
142
- u();
143
- }, { deep: !0 }), onMounted(() => {
144
- }), onBeforeUnmount(() => {
145
- d();
146
- }), () => h("div", {
147
- ref: t,
148
- class: "ship-overlay-container",
149
- style: o.value
150
- }, [
151
- h(
152
- "div",
153
- {
154
- class: "ship-overlay-content",
155
- style: r.value
156
- },
157
- [
158
- h("div", {
159
- style: e.selected ? l.value : {}
160
- }, ""),
161
- h("div", {
162
- class: "text"
163
- }, e.name || "未命名船舶"),
164
- h("div", {
165
- class: "icons",
166
- style: {
167
- color: "#3370ff"
168
- }
169
- }, [
170
- e.existDevice ? h("i", {
171
- class: "iconfont icon-Frame-19",
172
- style: {
173
- fontSize: "12px"
174
- }
175
- }) : "",
176
- e.existMobile ? h("i", {
177
- class: "iconfont icon-Frame13",
178
- style: {
179
- fontSize: "12px"
180
- }
181
- }) : "",
182
- e.existWaterGauge ? h("i", {
183
- class: "iconfont icon-a-Frame7",
184
- style: {
185
- fontSize: "12px"
186
- }
187
- }) : ""
188
- ])
189
- ]
190
- ),
191
- h("svg", {
192
- class: "ship-overlay-line",
193
- style: s.value,
194
- viewBox: "0 0 20 20",
195
- xmlns: "http://www.w3.org/2000/svg"
196
- }, [
197
- h("line", {
198
- x1: "0",
199
- y1: "0",
200
- x2: "0",
201
- y2: "0",
202
- stroke: "white",
203
- "stroke-width": "1"
204
- })
205
- ])
206
- ]);
207
- }
208
- const POSITION_PRIORITY = [
209
- {
210
- positioning: "top-left",
211
- offset: [20, -20],
212
- line: { x1: "0", y1: "20", x2: "20", y2: "4" }
213
- },
214
- {
215
- positioning: "top-right",
216
- offset: [-20, -20],
217
- line: { x1: "0", y1: "4", x2: "20", y2: "20" }
218
- },
219
- {
220
- positioning: "top-left",
221
- offset: [20, 0],
222
- line: { x1: "0", y1: "0", x2: "20", y2: "4" }
223
- },
224
- {
225
- positioning: "top-right",
226
- offset: [-20, 0],
227
- line: { x1: "0", y1: "4", x2: "20", y2: "0" }
228
- },
229
- {
230
- positioning: "top-left",
231
- offset: [20, 20],
232
- line: { x1: "20", y1: "4", x2: "0", y2: "-20" }
233
- },
234
- {
235
- positioning: "top-right",
236
- offset: [-20, 20],
237
- line: { x1: "0", y1: "4", x2: "20", y2: "-20" }
238
- }
239
- ], existingOverlays = ref([]);
240
- function isOverlapping(e, t) {
241
- return !(e.right < t.left || e.left > t.right || e.bottom < t.top || e.top > t.bottom);
242
- }
243
- function calculateBestPosition(e, t) {
244
- const n = existingOverlays.value.filter((o) => o !== e).map((o) => {
245
- var r;
246
- return (r = o.getElement()) == null ? void 0 : r.getBoundingClientRect();
247
- }).filter((o) => o !== void 0);
248
- for (const o of POSITION_PRIORITY) {
249
- e.setPositioning(o.positioning), e.setOffset(o.offset), e.setPosition(t);
250
- const r = e.getElement();
251
- if (!r) continue;
252
- r.offsetHeight;
253
- const l = r.getBoundingClientRect();
254
- if (!n.some(
255
- (a) => isOverlapping(l, a)
256
- ))
257
- break;
258
- }
259
- }
260
- function addOverlay(e, t, n, o) {
261
- const r = new Overlay({
262
- element: n,
263
- positioning: "top-left",
264
- id: "label-" + (o == null ? void 0 : o.id),
265
- offset: [0, 0],
266
- autoPan: !1,
267
- className: o.blinking ? "ship-label-overlay-blinking" : "ship-label-overlay"
268
- });
269
- r.set("class", "zh-map-ship-overlay"), e.addOverlay(r), existingOverlays.value.push(r), nextTick(async () => {
270
- await calculateBestPosition(r, t), setLinePath(r);
271
- });
272
- }
273
- function setLinePath(e) {
274
- const t = e.getElement(), n = t == null ? void 0 : t.querySelector(".ship-overlay-line"), o = e.getPositioning(), r = e.getOffset();
275
- n && o === "top-right" && (n.style.right = "-20px"), n && o === "top-left" && (n.style.left = "-20px");
276
- const l = POSITION_PRIORITY.filter((a) => a.positioning === o && a.offset === r), s = t == null ? void 0 : t.querySelector(".ship-overlay-line line");
277
- if (l.length > 0) {
278
- const { x1: a, y1: c, x2: d, y2: u } = l[0].line;
279
- s && (s.setAttribute("x1", a), s.setAttribute("y1", c), s.setAttribute("x2", d), s.setAttribute("y2", u));
280
- }
281
- }
282
- function removeLabelOverlay(e) {
283
- existingOverlays.value = [], e.getOverlays().getArray().filter((o) => o.get("class") === "zh-map-ship-overlay").forEach((o) => {
284
- o.setPosition(void 0), o.setElement(void 0), e.removeOverlay(o), o.dispose();
285
- });
286
- }
287
- const getShipDirectPath = (e) => {
288
- const { spd: t, hdg: n, cog: o } = e;
289
- return t ? n !== null && +n != 511 && o !== null ? o - +n >= 3 ? SHIP_DIRECT.right : o - +n <= -3 ? SHIP_DIRECT.left : SHIP_DIRECT.front : SHIP_DIRECT.front : "";
290
- }, createShipStyle = (e) => {
291
- const { shipData: t } = e.getProperties(), n = getShipType(), o = getShipScale(t, n);
292
- return initShipStyle(e, o, n);
293
- }, getShipType = () => {
294
- const e = getZoom();
295
- return e <= MAP_ZOOM.shipModelMax && e >= MAP_ZOOM.shipTriggleMin ? "ship" : "triangle";
296
- }, getShipScale = (e, t) => {
297
- if (t === "ship") {
298
- const { len: n, wid: o } = e, r = 97, l = 20, a = 1 / getView().getResolution(), c = n * a / r, d = o * a / l;
299
- return Math.max(c, d);
300
- }
301
- return MAP_ZOOM.scaleNum;
302
- }, initShipStyle = (e, t, n) => {
303
- const { color: o, direct: r, isHighlight: l, shipData: s } = e.getProperties(), a = (s.cog - 90 + 360) % 360;
304
- return new Style({
305
- image: new Icon({
306
- src: c(),
307
- scale: t || MAP_ZOOM.scaleNum,
308
- anchor: [0.5, 0.5],
309
- rotation: a * Math.PI / 180,
310
- rotateWithView: !1
311
- })
312
- });
313
- function c() {
314
- return `data:image/svg+xml;utf8,${encodeURIComponent(d())}`;
315
- }
316
- function d() {
317
- switch (n) {
318
- case "triangle":
319
- return `<svg width="41" height="24" viewBox="0 0 41 24" fill="none" xmlns="http://www.w3.org/2000/svg">
320
- <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"
321
- fill="${o}" stroke="${l ? "#FF2424" : "black"}" stroke-width="${l ? "2" : "0.578947"}" />
322
- <!--path船航向左边或者向前-->
323
- ${r === SHIP_DIRECT.left && `<path d="M30 12L40 12L40 8" stroke="${l ? "#FF2424" : "black"}" stroke-width="2"/>`}
324
- <!--path船航向右边-->
325
- ${r === SHIP_DIRECT.right && `<path d="M30 12L40 12L40 16" stroke="${l ? "#FF2424" : "black"}" stroke-width="2"/>`}
326
- <!--path黑线无左右-->
327
- ${r === SHIP_DIRECT.front && `<path d="M30 12L40 12" stroke="${l ? "#FF2424" : "black"}" stroke-width="1.5"/>`}
328
- </svg>
329
- `;
330
- case "ship":
331
- return `<svg width="97" height="20" viewBox="0 0 97 20" fill="none" xmlns="http://www.w3.org/2000/svg">
332
- <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"
333
- fill="${o}" stroke="${l ? "#FF2424" : "black"}" stroke-width="${l ? "4" : "0.578947"}"/>
334
- ${r === SHIP_DIRECT.left && `<path d="M86 10L96 10L96 6" stroke="${l ? "#FF2424" : "black"}" stroke-width="1.5"/>`}
335
- ${r === SHIP_DIRECT.right && `<path d="M86 10L96 10L96 14" stroke="${l ? "#FF2424" : "black"}" stroke-width="1.5"/>`}
336
- ${r === SHIP_DIRECT.front && `<path d="M86 10L96 10" stroke="${l ? "#FF2424" : "black"}" stroke-width="1.5"/>`}
337
- </svg>
338
- `;
339
- default:
340
- return "";
341
- }
342
- }
343
- }, selectedShipStyle = (e) => {
344
- const t = selectedShipElement(e), n = e.id, { lon: o, lat: r } = e, l = new Overlay({
345
- element: t,
346
- position: fromLonLat([o, r]),
347
- id: "selected-" + n,
348
- positioning: "center-center",
349
- offset: [0, 5],
350
- className: "ship-selected-overlay"
351
- });
352
- return l.set("class", "ship-overlay-selected"), l;
353
- }, selectedShipElement = (e) => {
354
- const t = getShipType(), n = getShipScale(e, t), o = t === "ship" ? 109 : 49, r = `
355
- <svg style="transform:scale(${n});" xmlns="http://www.w3.org/2000/svg" width="${o}" height="${o}" viewBox="0 0 49 49" fill="none">
356
- <path d="M1.99982 46.9998L1.99982 1.99982L46.9998 1.99982L46.9998 46.9998L1.99982 46.9998Z" fill="#FF2424" fill-opacity="0.2"/>
357
- <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"/>
358
- </svg>
359
- `, l = document.createElement("div");
360
- return l.className = "ship-overlay-selected", l.innerHTML = r, l;
361
- }, createLabelStyle = (e) => {
362
- const t = getInstall(), { shipData: n, blinking: o } = e.getProperties(), { lon: r, lat: l } = n, s = createLabelElement(e);
363
- addOverlay(t, fromLonLat([r, l]), s, { ...n, blinking: o });
364
- }, createLabelElement = (e) => {
365
- const t = document.createElement("div");
366
- t.className = "ship-overlay-box", t.style.position = "relative";
367
- const n = e.getProperties(), { shipData: o, blinking: r, blinkingColor: l, name: s } = n, { lon: a, lat: c } = o, d = createVNode({
368
- setup() {
369
- return useShipOverlay({
370
- position: [a + 2e-3, c + 2e-3],
371
- selected: r,
372
- name: s,
373
- color: l,
374
- existDevice: o == null ? void 0 : o.existDevice,
375
- existMobile: o == null ? void 0 : o.existMobile,
376
- existWaterGauge: o == null ? void 0 : o.existWaterGauge
377
- });
378
- }
379
- });
380
- return render(d, t), t;
381
- };
382
- let selectedShipFeature = null, selectedShip = null;
383
- const shipsSource = new VectorSource(), shipsLayer = new VectorLayer({
384
- source: shipsSource,
385
- className: "zh-map--ship-layer",
386
- updateWhileInteracting: !1,
387
- updateWhileAnimating: !1,
388
- renderBuffer: 300,
389
- zIndex: 101
390
- });
391
- let hoveredShipId = "", attentionShips = {}, attentionShipsColor = {};
392
- const renderShipList = (e) => {
393
- console.log("renderShipList", e);
394
- const t = getInstall();
395
- if (!t) return;
396
- t.getLayers().getArray().includes(shipsLayer) || t.addLayer(shipsLayer);
397
- const n = (selectedShip == null ? void 0 : selectedShip.id) || (selectedShipFeature == null ? void 0 : selectedShipFeature.get("id"));
398
- removeLabelOverlay(t), removeSelectedOverlay(), shipsSource && shipsSource.clear();
399
- const o = [];
400
- if (selectedShip) {
401
- const r = e.filter((l) => l.id === n);
402
- r.length === 0 ? e.push(selectedShip) : selectedShip = r[0];
403
- }
404
- e.forEach((r) => {
405
- const l = createShipFetature(r);
406
- o.push(l), createLabelStyle(l);
407
- }), shipsSource.addFeatures(o), handleChangeSelected();
408
- }, createShipFetature = (e) => {
409
- const t = (selectedShip == null ? void 0 : selectedShip.id) || (selectedShipFeature == null ? void 0 : selectedShipFeature.get("id")), n = fromLonLat([e.lon, e.lat]), o = new Feature({
410
- geometry: new Point(n),
411
- // 船舶数据
412
- shipData: e,
413
- id: e.id,
414
- name: e.cnname || "未命名船舶",
415
- selected: e.id === t,
416
- // 图标
417
- rightIcons: getRightIcons(e),
418
- // 是否闪烁
419
- blinking: attentionShips[e.id] || !1,
420
- // 闪烁颜色
421
- blinkingColor: attentionShipsColor[e.id] || "",
422
- // 船舶颜色
423
- color: e.fill || "#04C900",
424
- // 船艏向的方向
425
- direct: getShipDirectPath(e),
426
- // 高亮
427
- isHighlight: !1
428
- });
429
- return o.setStyle(createShipStyle(o)), o;
430
- }, handleChangeSelected = () => {
431
- var o;
432
- if (!selectedShip) return;
433
- const e = getInstall();
434
- if (!e) return;
435
- const n = cloneDeep(e.getOverlays().getArray()).find((r) => r.get("class") == "ship-overlay-selected");
436
- if (console.log("selectedOverlay-----------", n), n) {
437
- const r = selectedShipElement(selectedShip);
438
- n.setElement(r), n.setPosition(fromLonLat([selectedShip.lon, selectedShip.lat])), n.get("element").style.visibility = "visible";
439
- } else {
440
- const r = selectedShipStyle(selectedShip);
441
- e.addOverlay(r);
442
- }
443
- (o = n.get("element")) != null && o.parentElement && (n.get("element").parentElement.style.display = "block");
444
- }, clearShipList = () => {
445
- const e = getInstall();
446
- if (!e || !shipsSource) return;
447
- const t = (selectedShip == null ? void 0 : selectedShip.id) || "";
448
- shipsSource.getFeatures().forEach((o) => {
449
- o.get("shipData").shipId !== t && shipsSource.removeFeature(o);
450
- });
451
- const n = e.getOverlays().getArray();
452
- cloneDeep(n).map((o) => {
453
- (o.getId() !== "label-" + t || o.getId() !== "selected-" + t) && (o.setPosition(void 0), e.removeOverlay(o), o.dispose());
454
- });
455
- }, renderShipBlink = (e, t) => {
456
- const n = getInstall();
457
- attentionShips = e, attentionShipsColor = t;
458
- const o = cloneDeep(n.getOverlays().getArray()), r = cloneDeep(shipsSource.getFeatures());
459
- for (const l in attentionShips) {
460
- const s = attentionShips[l], a = o.find((d) => d.getId() === "label-" + l), c = r.find((d) => l === d.get("id"));
461
- if (a && c) {
462
- c.set("blinking", s), c.set("blinkingColor", attentionShipsColor[l] || "");
463
- const d = a.getElement(), u = createLabelElement(c), i = u.querySelector(".ship-overlay-line"), p = d == null ? void 0 : d.querySelector(".ship-overlay-line");
464
- d && d !== u && (p && i && i.replaceWith(p), a.setElement(u));
465
- }
466
- }
467
- }, filterShipShow = (e) => {
468
- const t = getInstall();
469
- if (!t) return;
470
- const n = shipsSource.getFeatures(), o = selectedShipFeature ? selectedShipFeature.get("id") : "", r = n.filter((a) => a.get("id") !== o), l = /* @__PURE__ */ new Map();
471
- e.forEach((a) => {
472
- l.set(a.id, !0);
473
- });
474
- const s = cloneDeep(t.getOverlays().getArray());
475
- r.forEach((a) => {
476
- const c = a.get("id"), d = s.find((u) => u.getId() === "label-" + c);
477
- if (!l.has(c))
478
- a.setStyle([]), d && (d.get("element").style.visibility = "hidden");
479
- else {
480
- d && (d.get("element").style.visibility = "visible");
481
- const u = a.getStyle();
482
- (u == null ? void 0 : u.length) == 0 && a.setStyle(createShipStyle(a));
483
- }
484
- });
485
- }, renderShipSelected = (e) => {
486
- if (e) {
487
- console.log("选中", e);
488
- const t = shipsSource.getFeatures().find((n) => n.get("id") === e.id);
489
- t && (selectedShipFeature = t), selectedShip = e;
490
- } else
491
- console.log("取消选中"), selectedShip = null, removeSelectedOverlay();
492
- }, renderShipSelectedChange = () => {
493
- console.log("selectedShip------------------", selectedShip);
494
- const e = shipsSource.getFeatures().find((t) => t.get("id") === (selectedShip == null ? void 0 : selectedShip.id));
495
- if (console.log("hasShipFetature------------------", e), e)
496
- hasShip == null || hasShip.setStyle(createShipStyle(hasShip)), createLabelStyle(hasShip);
497
- else {
498
- const t = createShipFetature(selectedShip);
499
- shipsSource.addFeature(t), createLabelStyle(t);
500
- }
501
- handleChangeSelected();
502
- }, handleShipMapEvent = debounce((e, t, n) => {
503
- const o = getInstall();
504
- if (e) {
505
- const r = e.get("shipData"), l = e.get("id");
506
- if (o.getTargetElement().style.cursor = l ? "pointer" : "", t === "click" && (renderShipSelected(r), n && n(l)), t === "hover") {
507
- hoveredShipId && hoveredShipId !== l && clearHoverHight(), hoveredShipId = l;
508
- const s = shipsSource.getFeatures().find((a) => a.get("id") === hoveredShipId);
509
- s == null || s.set("isHighlight", !0), s == null || s.setStyle(createShipStyle(s));
510
- }
511
- } else
512
- o.getTargetElement().style.cursor = "", clearHoverHight();
513
- }, 10), clearHoverHight = () => {
514
- const e = hoveredShipId ? shipsSource.getFeatures().find((t) => t.get("id") === hoveredShipId) : null;
515
- hoveredShipId = null, e == null || e.set("isHighlight", !1), e == null || e.setStyle(createShipStyle(e));
516
- }, removeSelectedOverlay = () => {
517
- try {
518
- const e = getInstall(), n = cloneDeep(e.getOverlays().getArray()).find((o) => o.get("class") == "ship-overlay-selected");
519
- n && n.get("element") && (n.get("element").style.visibility = "hidden");
520
- } catch (e) {
521
- console.log(e);
522
- }
523
- }, stopIcon = "&#xe6e2;", stopColor = "#E31818", slowIcon = "&#xe703;", slowColor = "#1890FF", dropletsIcon = "&#xe6d2", DEFAULT_VALUE = "--";
524
- let moveFeatureHandler = null;
525
- const stopIconStyle = getIconStyle(stopIcon), slowIconStyle = getIconStyle(slowIcon), popupEle = document.createElement("div"), popupOverlay = new Overlay({
526
- element: popupEle,
527
- positioning: "top-left",
528
- stopEvent: !1,
529
- className: "track-label-popup"
530
- });
531
- let polyline, linePath, startMarker, position, geoMarker, trackAnimating = !1, lastTime = Date.now(), vectorLayer$3, distance = 0, thresholdNum = 20;
532
- const routesSource = new VectorSource(), routeLayer = new VectorLayer({
533
- source: routesSource,
534
- className: "zh-map--track-layer",
535
- zIndex: 102
536
- });
537
- let routeFeatures = [], showTracks = [], allTracks = {}, trackId = "", trackColor = "", trackList = [], mapInstance$1 = null, isClosing = !1;
538
- const reRenderTrackLine = () => {
539
- mapInstance$1 = getInstall(), isClosing || handlerRenderLine();
540
- }, renderTrackLine = async (e, t, n, o = LENGTH_UNIT.NM, r = "ship", l = 200) => {
541
- if (mapInstance$1 = getInstall(), !mapInstance$1) return;
542
- if (routeLayer == null || routeLayer.setVisible(!0), t = t == null ? void 0 : t.reverse(), popupOverlay && r === "ship" && (mapInstance$1 != null && mapInstance$1.getOverlays().getArray().includes(popupOverlay) || mapInstance$1.addOverlay(popupOverlay)), renderShipSelectedChange(), isClosing = !1, (t == null ? void 0 : t.length) < 2) {
543
- (showTracks == null ? void 0 : showTracks.findIndex((i) => i.id === e)) < 0 && showTracks.push({ id: e, length: "" });
544
- return;
545
- }
546
- const s = {};
547
- t.forEach((i) => {
548
- i.state ? i.state = Number(i.state) : delete i.state;
549
- }), trackId = e, s[e] = t, trackList = t;
550
- const a = s[e].map(
551
- (i) => transform([i.lon, i.lat], projection.data, projection.mercator)
552
- ), c = new LineString(a), d = formatLength(c, o) || "--";
553
- console.log("length", formatLength(c, o));
554
- const u = showTracks == null ? void 0 : showTracks.findIndex((i) => i.id === e);
555
- u < 0 ? showTracks.push({ id: e, length: d }) : showTracks[u].length = d, console.log("showTracks", showTracks), allTracks[e] = t, trackList = [], trackColor = n, thresholdNum = l, await handlerRenderLine(), await setTrackViewCenter(trackId);
556
- }, handlerRenderLine = async () => {
557
- const e = trackColor || "", t = trackId, n = allTracks[trackId] || [], o = thresholdNum || 200, r = Math.max(1, Math.floor(n.length / o));
558
- trackList = n.filter((a, c) => c % r === 0).map((a, c) => {
559
- if (Number(a.lon) > 180 || Number(a.lat) > 180) {
560
- const [d, u] = convertSixHundredThousandToLatLng(a.lon, a.lat);
561
- a.lon = d, a.lat = u;
562
- }
563
- return a.center = [a.lon, a.lat], a.centerPoint = lonLatToMercator(a.center), a.id = t, a.index = c, a.time = hooks(a.createdAt).format("YYYY-MM-DD HH:mm:ss"), a;
564
- });
565
- const s = trackList.map((a) => a.centerPoint);
566
- s.length >= 2 && (mapInstance$1 == null || mapInstance$1.addLayer(routeLayer), await createTrackLineFeature(t, s, e));
567
- }, createTrackLineFeature = (e, t, n) => {
568
- var s;
569
- const o = new LineString(t), r = new Feature({ geometry: o });
570
- r.setStyle(createTrackLineStyle(n)), r.setId(e), r.set("type", "line"), (s = routeLayer == null ? void 0 : routeLayer.getSource()) == null || s.clear(), removeAllLabel(), routeFeatures = [];
571
- const l = routeFeatures.findIndex((a) => a.getId() === e);
572
- l >= 0 ? routeFeatures[l] = r : routeFeatures.push(r), routesSource.addFeatures([...routeFeatures]), createPointFeature(n);
573
- }, createTrackLineStyle = (e) => new Style({
574
- stroke: new Stroke({
575
- color: e,
576
- width: 2
577
- })
578
- }), handleTrackMapEvent = (e, t, n) => {
579
- const o = e == null ? void 0 : e.get("trackId");
580
- if (e && o && t === "hover") {
581
- mapInstance$1.getTargetElement().style.cursor = o ? "pointer" : "";
582
- const r = e.get("data"), l = renderTrackPointHtml(r), s = n == null ? void 0 : n.coordinate;
583
- s && (popupEle.querySelector(".popup-content"), popupEle.innerHTML = l, popupOverlay == null || popupOverlay.setPosition(s));
584
- } else
585
- popupOverlay && popupOverlay.setPosition(void 0);
586
- }, formatMinutesToDDHHMM = (e) => {
587
- const t = hooks.duration(e, "minutes"), n = Math.floor(t.asDays()), o = t.hours(), r = t.minutes();
588
- let l = `${String(r).padStart(2, "0")}分`;
589
- return o !== 0 && (l = `${String(o).padStart(2, "0")}时${l}`), n !== 0 && (l = `${String(n).padStart(2, "0")}天${l}`), l;
590
- }, renderTrackPointHtml = (e) => {
591
- if (!(e != null && e.time)) return;
592
- let t = "";
593
- return e != null && e.stayTime && (t = `
594
- <div class="item w-100">
595
- <div class="item-label">停泊时间约</div>
596
- <div class="item-item">${formatMinutesToDDHHMM(Number(e.stayTime))}</div>
597
- </div>
598
- `), `
599
- <div class="track-point-popup">
600
- <div class="item">
601
- <div class="item-label">状态</div>
602
- <div class="item-item">${e != null && e.sailStatus ? SHIP_SAIL_STATUS[e.sailStatus] : DEFAULT_VALUE}</div>
603
- </div>
604
- <div class="item">
605
- <div class="item-label">航速</div>
606
- <div class="item-item">${e.speed || DEFAULT_VALUE}</div>
607
- </div>
608
- <div class="item">
609
- <div class="item-label">艏向</div>
610
- <div class="item-item">${e.hdg || DEFAULT_VALUE}</div>
611
- </div>
612
- <div class="item">
613
- <div class="item-label">航向</div>
614
- <div class="item-item">${e.cog || DEFAULT_VALUE}</div>
615
- </div>
616
- <div class="item">
617
- <div class="item-label">经度</div>
618
- <div class="item-item">${e.lon || DEFAULT_VALUE}</div>
619
- </div>
620
- <div class="item">
621
- <div class="item-label">纬度</div>
622
- <div class="item-item">${e.lat || DEFAULT_VALUE}</div>
623
- </div>
624
- <div class="item w-100">
625
- <div class="item-label">时间</div>
626
- <div class="item-item">${e.time}</div>
627
- </div>
628
- ${t ?? t}
629
- </div>`;
630
- }, createPointFeature = (e) => {
631
- const t = trackList || [];
632
- if (!(t && t.length > 1)) return [];
633
- const n = { 16: 24, 17: 15, default: 4 }, o = [], r = t.length;
634
- for (let s = 0; s < r; s++) {
635
- t[s].index = s;
636
- const a = mapInstance$1 == null ? void 0 : mapInstance$1.getPixelFromCoordinate(t[s].centerPoint);
637
- if (a) {
638
- let c = a.concat(a);
639
- c = adjustBounds(c, [20, 20]);
640
- const d = mapInstance$1 == null ? void 0 : mapInstance$1.getView().getZoom();
641
- if (!d) return;
642
- if (d > 15) {
643
- const i = n[d] || n.default;
644
- c = adjustBounds(c, [i, i]);
645
- }
646
- let u = !0;
647
- if (t[s].state !== "0") {
648
- for (let i = 0; i < o.length; i++)
649
- if (isOverlapping$1(c, o[i].bounds)) {
650
- u = !1;
651
- break;
652
- }
653
- }
654
- u && (t[s].bounds = c, o.push(t[s]));
655
- }
656
- }
657
- const l = [];
658
- o.forEach((s) => {
659
- const a = new Feature({
660
- geometry: new Point(s.centerPoint),
661
- time: s.time
662
- });
663
- a.set("type", "track_point"), a.set("trackId", s.id), a.set("data", s), a.setStyle(createPointStyle(e)), l.push(a), typeof s == "object" && Object.prototype.hasOwnProperty.call(s, "state") && createIconFeature(s);
664
- }), routesSource.addFeatures(l), console.log("createPointLabelOverlay---------------"), l.forEach((s) => {
665
- const a = s.getProperties().data, c = createPointLabelOverlay(e, a);
666
- mapInstance$1 == null || mapInstance$1.addOverlay(c);
667
- }), createArrowFetaure(o, e), createIconPointFeature();
668
- }, createPointLabelOverlay = (e, t) => {
669
- const n = document.createElement("div");
670
- n.className = "track-overlay-label", n.style.position = "relative", n.style.backgroundColor = "rgba(255,255,255,0.8)", n.style.border = `1px solid ${e}`, n.style.fontSize = "12px", n.innerHTML = `
671
- <span>${t.time}</span>
672
- <svg
673
- style="position: absolute;left: -20px;top: 0;"
674
- viewBox="0 0 20 20"
675
- xmlns="http://www.w3.org/2000/svg"
676
- width="20"
677
- height="20">
678
- <line x1="0" y1="20"
679
- x2="20" y2="0"
680
- stroke="${e}"
681
- stroke-width="1" />
682
- `;
683
- const o = new Overlay({
684
- element: n,
685
- position: fromLonLat(t.center),
686
- positioning: "top-left",
687
- offset: [20, -20],
688
- stopEvent: !1,
689
- className: "track-label-time-overlay"
690
- });
691
- return o.set("class", "track-label-overlay"), o;
692
- }, removeAllLabel = () => {
693
- const e = cloneDeep(mapInstance$1 == null ? void 0 : mapInstance$1.getOverlays().getArray()), t = e == null ? void 0 : e.filter((n) => n.get("class") === "track-label-overlay");
694
- t && t.length > 0 && t.forEach((n) => {
695
- n.setPosition(void 0), n.setElement(void 0), mapInstance$1 == null || mapInstance$1.removeOverlay(n), n.dispose();
696
- });
697
- }, createPointStyle = (e) => [
698
- new Style({
699
- // 扩大交互热区
700
- image: new CircleStyle({
701
- stroke: new Stroke({ color: "rgba(0, 0, 0, 0.01)", width: 20 }),
702
- radius: 3
703
- })
704
- }),
705
- // 轨迹点样式
706
- new Style({
707
- image: new CircleStyle({
708
- fill: new Fill({ color: e }),
709
- stroke: new Stroke({ color: "#fff", width: 2 }),
710
- radius: 3
711
- })
712
- })
713
- //
714
- // //文本框样式
715
- // new Style({
716
- // text: new Text({
717
- // text: point.time,
718
- // font: `500 ${labelConfig.fontSize}px ${labelConfig.fontFamily}`,
719
- // textAlign: 'left',
720
- // textBaseline: 'middle',
721
- // fill: new Fill({ color: labelConfig.textColor }),
722
- // backgroundFill: new Fill({
723
- // color: labelConfig.bgColor,
724
- // }),
725
- // backgroundStroke: new Stroke({
726
- // color: trackColor,
727
- // width: 0.5
728
- // }),
729
- // padding: labelConfig.padding,
730
- // offsetX: textX - boxTopLeft[0], // 转换为相对偏移
731
- // offsetY: textY - boxTopLeft[1],
732
- // }),
733
- // zIndex:99,
734
- // }),
735
- // 连接线样式
736
- // new Style({
737
- // geometry: lineGeom, // 明确指定几何图形
738
- // stroke: new Stroke({
739
- // color: trackColor,
740
- // width: Math.max(1, 1 / resolution),
741
- // width: 1
742
- // }),
743
- // zIndex: 1 // 确保在点和信息框之间
744
- // }),
745
- //
746
- // // 信息框背景
747
- // new Style({
748
- // geometry: boxGeom,
749
- // fill: new Fill({
750
- // color: labelConfig.bgColor
751
- // }),
752
- // stroke: new Stroke({
753
- // color: trackColor,
754
- // width: Math.max(0.5, 0.5 / resolution)
755
- // }),
756
- // zIndex: 2
757
- // }),
758
- // 文本样式
759
- // new Style({
760
- // geometry: new Point([textX, textY]),
761
- // text: new Text({
762
- // text: timeText,
763
- // font: `${labelConfig.fontSize}px ${labelConfig.fontFamily}`,
764
- // fill: new Fill({ color: labelConfig.textColor }),
765
- // textAlign: 'left',
766
- // textBaseline: 'middle',
767
- // offsetX: 0,
768
- // offsetY: 0,
769
- // scale: Math.max(1, 1 / resolution),
770
- // // backgroundFill: new Fill({
771
- // // color: labelConfig.bgColor,
772
- // // }),
773
- // // backgroundStroke: new Stroke({
774
- // // color: trackColor,
775
- // // width: 0.5
776
- // // }),
777
- // padding: labelConfig.padding,
778
- // }),
779
- // zIndex: 3
780
- // })
781
- // new Style({
782
- // geometry: lineGeom,
783
- // stroke: new Stroke({
784
- // color: trackColor,
785
- // width: 1
786
- // })
787
- // }),
788
- // 信息框样式(使用固定像素值的Text样式)
789
- // new Style({
790
- // text: new Text({
791
- // text: timeText,
792
- // font: `${FONT_SIZE}px Arial`,
793
- // fill: new Fill({ color: '#333' }),
794
- // backgroundFill: new Fill({
795
- // color: 'rgba(255, 255, 255, 0.9)'
796
- // }),
797
- // backgroundStroke: new Stroke({
798
- // color: 'rgba(0, 0, 0, 0.5)',
799
- // width: 1
800
- // }),
801
- // padding: BOX_PADDING,
802
- // offsetX: BOX_LEFT_OFFSET, // 固定30像素右偏移
803
- // offsetY: -boxHeight, // 固定向上偏移框高度
804
- // textAlign: 'left',
805
- // textBaseline: 'top'
806
- // })
807
- // })
808
- ], createIconFeature = (e) => {
809
- const t = new Feature({
810
- //point.centerPoint
811
- geometry: new Point([e.lon, e.lat]),
812
- time: e.time
813
- });
814
- t.set("type", "track_icon");
815
- const n = new Style({
816
- text: new Text({
817
- font: "Normal 22px map-iconfont",
818
- text: getIconFont(dropletsIcon),
819
- offsetY: -10,
820
- fill: new Fill({
821
- color: Number(e.state) === 0 ? stopColor : Number(e.state) === 1 ? slowColor : ""
822
- })
823
- }),
824
- zIndex: 99
825
- }), o = [];
826
- Number(e.state) === 0 ? o.push(stopIconStyle) : Number(e.state) === 1 && o.push(slowIconStyle), o.push(n), t.setStyle(o), routesSource.addFeature(t);
827
- }, createArrowFetaure = (e, t) => {
828
- const n = e || [], o = e.length;
829
- o || (n.push(trackList[0]), n.push(trackList[trackList.length - 1]));
830
- for (let r = 0; r < o - 1; r++) {
831
- let l;
832
- const s = e[r], a = (e[r + 1].index + s.index) / 2;
833
- if (a % 2 === 0)
834
- l = trackList[a].centerPoint;
835
- else {
836
- const c = trackList[Math.floor(a)], d = trackList[Math.ceil(a)];
837
- if (c && d) {
838
- const [u, i] = c.centerPoint, [p, m] = d.centerPoint;
839
- l = [(u + p) / 2, (i + m) / 2];
840
- }
841
- }
842
- if (l) {
843
- const c = new Feature({
844
- geometry: new Point(l)
845
- });
846
- c.set("type", "track_arrow"), c.setStyle(
847
- new Style({
848
- text: new Text({
849
- font: "700 14px map-iconfont",
850
- text: getIconFont("&#xe6bc;"),
851
- fill: new Fill({ color: t }),
852
- // 设置箭头旋转 角度转为弧度
853
- rotation: getRotation(
854
- e[r].center,
855
- e[r + 1].center
856
- ) * (Math.PI / 180)
857
- })
858
- })
859
- ), routesSource == null || routesSource.addFeature(c);
860
- }
861
- }
862
- }, setTrackViewCenter = (e) => {
863
- var r;
864
- const t = mapInstance$1.getView(), n = e ? routeFeatures.find((l) => l.getId() === e) : routeFeatures[0];
865
- if (!n) return;
866
- const o = (r = n == null ? void 0 : n.getGeometry()) == null ? void 0 : r.getExtent();
867
- if (o != null && o.length)
868
- try {
869
- const l = buffer(o, Math.max(o[2] - o[0], o[3] - o[1]) * 0.02);
870
- t.fit(l);
871
- } catch (l) {
872
- console.log(l);
873
- }
874
- }, createIconPointFeature = () => {
875
- const e = "&#xe69b;", t = "#fcdc3f", n = "#ff0000";
876
- (trackList.length < 2 ? [trackList[0]] : [trackList[0], trackList[trackList.length - 1]]).forEach((r) => {
877
- const l = new Feature({
878
- geometry: new Point(r.centerPoint)
879
- });
880
- l.set("type", "track_begin"), l.set("data", r);
881
- const s = r.index === 0 && trackList.length >= 2 ? t : n;
882
- l.setStyle(
883
- new Style({
884
- text: new Text({
885
- font: "Normal 14px map-iconfont",
886
- text: getIconFont(e),
887
- fill: new Fill({ color: s })
888
- }),
889
- zIndex: 101
890
- })
891
- ), routesSource.addFeature(l);
892
- });
893
- }, geoMarkerStyle = new Style({
894
- text: new Text({
895
- font: "700 20px map-iconfont",
896
- text: getIconFont("&#xe657;"),
897
- fill: new Fill({ color: "#ff0000" }),
898
- rotation: 0
899
- // 初始旋转角度
900
- })
901
- }), playShipTrack = (e, t) => {
902
- handlePlay(String(e), t);
903
- }, removeAllTrackLayer = () => {
904
- showTracks = [], allTracks = {}, routesSource == null || routesSource.clear();
905
- }, closeTrack = (e = !1) => {
906
- routeLayer == null || routeLayer.setVisible(!1);
907
- const t = getInstall();
908
- cloneDeep(t.getOverlays().getArray()).forEach((o) => {
909
- o.get("class") === "track-label-overlay" && (o.setPosition(void 0), t.removeOverlay(o), o.dispose());
910
- }), e && removeAllTrackLayer(), stopAnimation(), isClosing = !0;
911
- }, getShowTracks = () => showTracks, handlePlay = (e, t) => {
912
- const n = allTracks[String(e)];
913
- playAnimation(n == null ? void 0 : n.map((o) => [o.lon, o.lat]), t);
914
- }, moveFeature = (e, t) => {
915
- var i, p;
916
- const n = Number(50 * t), o = ((i = e.frameState) == null ? void 0 : i.time) ?? Date.now(), r = o - lastTime;
917
- if (distance = (distance + n * r / 1e6) % 2, lastTime = o, distance >= 1) {
918
- stopAnimation();
919
- return;
920
- }
921
- const l = linePath.getCoordinateAt(
922
- distance > 1 ? 2 - distance : distance
923
- ), s = linePath.getCoordinateAt(
924
- distance > 1 ? distance - 0.01 : distance
925
- ), a = linePath.getCoordinateAt(
926
- distance > 1 ? 2 - distance : distance + 0.01
927
- ), d = getRotation(
928
- mercatorToLonLat(s, "array"),
929
- mercatorToLonLat(a, "array")
930
- ) * Math.PI / 180;
931
- (p = geoMarkerStyle.getText()) == null || p.setRotation(d), position.setCoordinates(l);
932
- const u = getVectorContext(e);
933
- u.setStyle(geoMarkerStyle), u.drawGeometry(position), mapInstance$1 == null || mapInstance$1.render();
934
- }, startAnimation = () => {
935
- var e;
936
- trackAnimating = !0, lastTime = Date.now(), distance = 0, position = ((e = startMarker.getGeometry()) == null ? void 0 : e.clone()) || new Point([0, 0]), moveFeatureHandler && (vectorLayer$3 == null || vectorLayer$3.on("postrender", moveFeatureHandler)), geoMarker == null || geoMarker.setGeometry(void 0);
937
- }, stopAnimation = () => {
938
- trackAnimating && (trackAnimating = !1, geoMarker == null || geoMarker.setGeometry(void 0), moveFeatureHandler && vectorLayer$3 && vectorLayer$3.un("postrender", moveFeatureHandler), vectorLayer$3 && (mapInstance$1 == null || mapInstance$1.removeLayer(vectorLayer$3)), vectorLayer$3 = null, geoMarker = null);
939
- }, playAnimation = (e, t) => {
940
- trackAnimating && stopAnimation(), polyline = new Polyline({
941
- factor: 1e6
942
- }).writeGeometry(new LineString(e)), linePath = new Polyline({
943
- factor: 1e6
944
- }).readGeometry(polyline, {
945
- dataProjection: projection.data,
946
- featureProjection: projection.mercator
947
- }), startMarker = new Feature({
948
- type: "icon",
949
- geometry: new Point(linePath.getFirstCoordinate())
950
- });
951
- const n = startMarker.getGeometry();
952
- position = n ? n.clone() : new Point([0, 0]), geoMarker = new Feature({
953
- type: "geoMarker",
954
- style: geoMarkerStyle,
955
- geometry: position
956
- }), vectorLayer$3 = new VectorLayer({
957
- source: new VectorSource({
958
- features: [geoMarker]
959
- })
960
- }), mapInstance$1 == null || mapInstance$1.addLayer(vectorLayer$3), moveFeatureHandler = (o) => moveFeature(o, t), startAnimation();
961
- }, getRotation = (e, t, n) => {
962
- function o(i) {
963
- return 180 * (i % (2 * Math.PI)) / Math.PI;
964
- }
965
- function r(i) {
966
- return i % 360 * Math.PI / 180;
967
- }
968
- function l(i) {
969
- var p;
970
- if (!i) throw new Error("Coordinate is required");
971
- if (!Array.isArray(i)) {
972
- if ((i == null ? void 0 : i.type) === "Feature" && (i == null ? void 0 : i.geometry) !== null && ((p = i == null ? void 0 : i.geometry) == null ? void 0 : p.type) === "Point")
973
- return i == null ? void 0 : i.geometry.coordinates;
974
- if (i.type === "Point") return (i == null ? void 0 : i.coordinates) || [];
975
- }
976
- if (Array.isArray(i) && i.length >= 2 && !Array.isArray(i[0]) && !Array.isArray(i[1]))
977
- return i;
978
- throw new Error(
979
- "Coordinate must be GeoJSON Point or an Array of numbers"
980
- );
981
- }
982
- function s(i, p, m = {}) {
983
- if (m.final)
984
- return function(k, S) {
985
- return (s(S, k) + 180) % 360;
986
- }(i, p);
987
- const g = l(i), y = l(p), v = r(g[0]), w = r(y[0]), T = r(g[1]), f = r(y[1]), L = Math.sin(w - v) * Math.cos(f), E = Math.cos(T) * Math.sin(f) - Math.sin(T) * Math.cos(f) * Math.cos(w - v);
988
- return o(Math.atan2(L, E));
989
- }
990
- function a(i) {
991
- return !isNaN(i) && i !== null && !Array.isArray(i);
992
- }
993
- function c(i, p = {}, m = {}) {
994
- return i || console.log("Coordinates are required"), Array.isArray(i) || console.log("Coordinates must be an Array"), i.length < 2 && console.log("Coordinates must be at least 2 numbers long"), (!a(i[0]) || !a(i[1])) && console.log("Coordinates must contain numbers"), d({ type: "Point", coordinates: i }, p, m);
995
- }
996
- function d(i, p = {}, m = {}) {
997
- const g = {
998
- type: "Feature",
999
- id: "",
1000
- properties: {},
1001
- bbox: {},
1002
- geometry: {}
1003
- };
1004
- return m.id !== void 0 && (g.id = m.id), m.bbox && (g.bbox = m.bbox), g.properties = p, g.geometry = i, g;
1005
- }
1006
- const u = s(c(e), c(t), n);
1007
- return u < 0 ? 360 + u : u;
1008
- }, PORT_LAYER_CLASS_NAME = "zh-map-port-layer";
1009
- let vectorLayer$2, vectorSource$2;
1010
- const renderPortList = (e) => {
1011
- var t;
1012
- if (!(!e || e.length === 0)) {
1013
- if (vectorSource$2 || (vectorSource$2 = new VectorSource()), vectorSource$2.clear(), selectedPortData) {
1014
- const n = e.find((o) => o.id === selectedPortData.id);
1015
- n ? selectedPortData = n : e.push(selectedPortData);
1016
- }
1017
- e.forEach((n) => {
1018
- renderPortPoint(n);
1019
- }), vectorLayer$2 || (vectorLayer$2 = new VectorLayer({
1020
- className: PORT_LAYER_CLASS_NAME,
1021
- source: vectorSource$2,
1022
- zIndex: 100
1023
- }), (t = getInstall()) == null || t.addLayer(vectorLayer$2));
1024
- }
1025
- }, renderPortPoint = (e) => {
1026
- const t = getZoom(), [n, o] = e.latLon.split(","), r = new Feature({
1027
- geometry: new Point(fromLonLat([Number(n), Number(o)]))
1028
- });
1029
- r.setStyle(setPortStyle(e, t, e.id === (selectedPortData == null ? void 0 : selectedPortData.id))), r.set("portData", e), vectorSource$2.addFeature(r);
1030
- }, setPortStyle = (e, t, n) => {
1031
- const o = (l) => `<svg width="46" height="46" viewBox="0 0 46 46" fill="none" xmlns="http://www.w3.org/2000/svg">
1032
- <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="${l}"/>
1033
- <g clip-path="url(#clip0_10059_122082)">
1034
- <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"/>
1035
- </g>
1036
- <defs>
1037
- <clipPath id="clip0_10059_122082">
1038
- <rect width="26" height="26" fill="white" transform="translate(10 8)"/>
1039
- </clipPath>
1040
- </defs>
1041
- </svg>
1042
- `, r = () => `data:image/svg+xml;utf8,${encodeURIComponent(o(n ? "#FF5733" : "#3370FF"))}`;
1043
- return new Style({
1044
- text: new Text({
1045
- text: e.shortName,
1046
- font: "12px sans-serif",
1047
- fill: new Fill({
1048
- color: n ? "#ffffff" : "#000000"
1049
- }),
1050
- backgroundFill: new Fill({
1051
- color: n ? "#FF5733" : "#FFFFFF"
1052
- }),
1053
- offsetY: 30
1054
- }),
1055
- image: new Icon({
1056
- src: r(),
1057
- scale: 0.5 * t / 10
1058
- })
1059
- });
1060
- }, clearPortList = () => {
1061
- if (selectedPortFeature) {
1062
- console.log("清除非选中的港口");
1063
- const e = selectedPortFeature.get("portData").id;
1064
- vectorSource$2.getFeatures().forEach((t) => {
1065
- t.get("portData").id !== e && vectorSource$2.removeFeature(t);
1066
- });
1067
- } else
1068
- console.log("清除所有港口"), vectorSource$2.clear();
1069
- }, clearSelectedPort = () => {
1070
- const e = selectedPortFeature.get("portData"), t = getZoom();
1071
- vectorSource$2.getFeatures().forEach((o) => {
1072
- o.get("portData").id === e.id && (o == null || o.setStyle(setPortStyle(e, t, !1)));
1073
- }), selectedPortData = null, selectedPortFeature = null;
1074
- };
1075
- let selectedPortFeature = null, selectedPortData = null;
1076
- const selectedPort = (e) => {
1077
- e ? (clearPrevSelectedPort(), addSelectedPortStyle(e)) : clearSelectedPort();
1078
- }, clearPrevSelectedPort = () => {
1079
- if (selectedPortFeature) {
1080
- const e = selectedPortFeature.get("portData"), t = getZoom();
1081
- selectedPortFeature.setStyle(setPortStyle(e, t, !1));
1082
- }
1083
- }, addSelectedPortStyle = (e) => {
1084
- const t = vectorSource$2.getFeatures();
1085
- selectedPortData = e, selectedPortFeature = t.find((n) => n.get("portData").id === e.id);
1086
- }, handlePortHover = (e) => {
1087
- const t = getInstall(), n = t.forEachFeatureAtPixel(e, (o) => o);
1088
- n && n.get("portData") && (t.getTargetElement().style.cursor = "pointer");
1089
- }, disableDoubleClickZoom = () => {
1090
- getInstall().getInteractions().forEach((t) => {
1091
- t instanceof DoubleClickZoom && t.setActive(!1);
1092
- });
1093
- }, enableDoubleClickZoom = () => {
1094
- getInstall().getInteractions().forEach((t) => {
1095
- t instanceof DoubleClickZoom && t.setActive(!0);
1096
- });
1097
- }, props = ref(), setProps = (e) => {
1098
- props.value = e;
1099
- }, getProps = () => props.value, measureHistory = ref([]), unit = ref("km"), setUnit = (e) => {
1100
- unit.value = e;
1101
- };
1102
- let helpTooltipElement$1;
1103
- const state = ref(!1), open$1 = () => {
1104
- initMapLayer(), disableDoubleClickZoom(), changeCursor("pointer");
1105
- const e = getInstall();
1106
- e.on("pointermove", pointerMoveHandler$1), e.getViewport().addEventListener("mouseout", () => {
1107
- helpTooltipElement$1 && helpTooltipElement$1.classList.add("hidden");
1108
- }), addInteraction(), state.value = !0;
1109
- };
1110
- let vectorSource$1, vectorLayer$1;
1111
- const initMapLayer = () => {
1112
- vectorSource$1 = new VectorSource(), vectorLayer$1 = new VectorLayer({
1113
- source: vectorSource$1,
1114
- zIndex: 1e3,
1115
- style: {
1116
- "fill-color": "rgba(255, 255, 255, 0.2)",
1117
- "stroke-color": "#ffcc33",
1118
- "stroke-width": 2,
1119
- "circle-radius": 7,
1120
- "circle-fill-color": "#ffcc33"
1121
- }
1122
- }), getInstall().addLayer(vectorLayer$1);
1123
- };
1124
- let sketch$1, helpTooltip;
1125
- const pointerMoveHandler$1 = (e) => {
1126
- if (e.dragging)
1127
- return;
1128
- let t = "点击选择起点";
1129
- sketch$1 && (t = "单击继续,双击结束"), helpTooltipElement$1 && (helpTooltipElement$1.innerHTML = t, helpTooltip.setPosition(e.coordinate), helpTooltipElement$1.classList.remove("hidden"));
1130
- }, changeCursor = (e) => {
1131
- getInstall().getTargetElement().style.cursor = e;
1132
- };
1133
- let draw$1;
1134
- const addInteraction = () => {
1135
- draw$1 = new Draw({
1136
- source: vectorSource$1,
1137
- type: "LineString",
1138
- style: new Style({
1139
- fill: new Fill({
1140
- color: "rgba(255, 255, 255, 0.2)"
1141
- }),
1142
- stroke: new Stroke({
1143
- color: "rgba(255,204,51)",
1144
- lineDash: [10, 10],
1145
- width: 2
1146
- }),
1147
- image: new CircleStyle({
1148
- radius: 5,
1149
- stroke: new Stroke({
1150
- color: "rgba(0, 0, 0, 0.7)"
1151
- }),
1152
- fill: new Fill({
1153
- color: "rgba(255, 255, 255, 0.2)"
1154
- })
1155
- })
1156
- }),
1157
- // 添加条件函数,判断是否应该出发点绘制
1158
- condition: (t) => t.originalEvent.target.tagName !== "DIV"
1159
- }), getInstall().addInteraction(draw$1), createMeasureTooltip$1(), createHelpTooltip$1();
1160
- let e;
1161
- draw$1.on("drawstart", function(t) {
1162
- var o;
1163
- sketch$1 = t.feature, sketch$1.set("randomId", generateRandomId());
1164
- let n;
1165
- e = (o = sketch$1.getGeometry()) == null ? void 0 : o.on("change", function(r) {
1166
- const l = r.target, s = computedDistance(l, unit.value);
1167
- n = l.getLastCoordinate(), measureTooltipElement$1 && s && (measureTooltipElement$1.innerHTML = s), measureTooltip$1.setPosition(n);
1168
- });
1169
- }), draw$1.on("drawend", function() {
1170
- var t, n, o;
1171
- if (measureTooltipElement$1 && (measureTooltipElement$1.className = "ol-tooltip ol-tooltip-static ol-tooltip-measure"), measureTooltipElement$1 != null && measureTooltipElement$1.innerHTML) {
1172
- const r = (sketch$1 == null ? void 0 : sketch$1.get("randomId")) || generateRandomId();
1173
- measureHistory.value.push({ id: r, value: measureTooltipElement$1 == null ? void 0 : measureTooltipElement$1.innerHTML }), measureTooltipElement$1.innerHTML = `${measureTooltipElement$1.innerHTML}<div class="ol-tooltip-delete-button" data-id="${r}"><i class="map-iconfont icon-delete"></i></div>`;
1174
- }
1175
- (t = document.querySelector(".ol-selectable:has(.ol-tooltip-delete-button):last-child .ol-tooltip-delete-button")) == null || t.addEventListener("click", (r) => {
1176
- var s;
1177
- r.preventDefault(), r.stopPropagation();
1178
- const l = (s = r.target) == null ? void 0 : s.getAttribute("data-id");
1179
- l && deleteLine(l);
1180
- }), measureTooltip$1.setOffset([0, -7]), sketch$1 = null, measureTooltipElement$1 = null, createMeasureTooltip$1(), e && unByKey(e), (n = getProps()) != null && n.lineDrawEnd && ((o = getProps()) == null || o.lineDrawEnd(measureHistory.value));
1181
- });
1182
- }, generateRandomId = () => Math.random().toString(36).substring(2, 9);
1183
- let measureTooltipElement$1, measureTooltip$1;
1184
- const createMeasureTooltip$1 = () => {
1185
- measureTooltipElement$1 != null && measureTooltipElement$1.parentNode && measureTooltipElement$1.parentNode.removeChild(measureTooltipElement$1), measureTooltipElement$1 = document.createElement("div"), measureTooltipElement$1.className = "ol-tooltip ol-tooltip-measure", measureTooltip$1 = new Overlay({
1186
- element: measureTooltipElement$1,
1187
- offset: [0, -15],
1188
- positioning: "bottom-center",
1189
- stopEvent: !1,
1190
- insertFirst: !1
1191
- }), getInstall().addOverlay(measureTooltip$1);
1192
- }, createHelpTooltip$1 = () => {
1193
- helpTooltipElement$1 != null && helpTooltipElement$1.parentNode && helpTooltipElement$1.parentNode.removeChild(helpTooltipElement$1), helpTooltipElement$1 = document.createElement("div"), helpTooltipElement$1.className = "ol-tooltip hidden", helpTooltip = new Overlay({
1194
- element: helpTooltipElement$1,
1195
- offset: [15, 0],
1196
- positioning: "center-left"
1197
- }), getInstall().addOverlay(helpTooltip);
1198
- }, close$1 = () => {
1199
- measureHistory.value.forEach((e, t) => {
1200
- var r, l;
1201
- const n = document.querySelectorAll(".ol-tooltip.ol-tooltip-static.ol-tooltip-measure");
1202
- n[t] && ((l = (r = n[t]) == null ? void 0 : r.parentNode) == null || l.removeChild(n[t]));
1203
- const o = vectorSource$1.getFeatures();
1204
- o[t] && vectorSource$1.removeFeature(o[t]);
1205
- }), removeInteraction(), enableDoubleClickZoom(), state.value = !1;
1206
- }, deleteLine = (e) => {
1207
- var n, o, r, l;
1208
- const t = measureHistory.value.findIndex((s) => s.id === e);
1209
- if (t !== -1) {
1210
- measureHistory.value.splice(t, 1);
1211
- const s = document.querySelectorAll(".ol-tooltip.ol-tooltip-static.ol-tooltip-measure");
1212
- s[t] && ((o = (n = s[t]) == null ? void 0 : n.parentNode) == null || o.removeChild(s[t]));
1213
- const a = vectorSource$1.getFeatures();
1214
- a[t] && vectorSource$1.removeFeature(a[t]);
1215
- }
1216
- (r = getProps()) != null && r.lineDrawEnd && ((l = getProps()) == null || l.lineDrawEnd(measureHistory.value));
1217
- }, computedDistance = (e, t) => {
1218
- const o = getLength(e);
1219
- let r = "";
1220
- switch (t) {
1221
- case "m":
1222
- r = `${Math.round(o * 100) / 100} m`;
1223
- break;
1224
- case "km":
1225
- r = `${Math.round(o / 1e3 * 100) / 100} km`;
1226
- break;
1227
- case "nm":
1228
- r = `${Math.round(o / 1.852 * 100) / 100} nm`;
1229
- break;
1230
- }
1231
- return r;
1232
- }, removeInteraction = () => {
1233
- measureHistory.value = [], document.querySelectorAll(".ol-tooltip.ol-tooltip-static").forEach((t) => {
1234
- var n;
1235
- (n = t == null ? void 0 : t.parentNode) == null || n.removeChild(t);
1236
- }), vectorSource$1.clear();
1237
- const e = getInstall();
1238
- if (draw$1) {
1239
- const t = e.getInteractions().getArray().find((n) => getUid(n) === getUid(draw$1));
1240
- t && e.removeInteraction(t);
1241
- }
1242
- e.removeLayer(vectorLayer$1), helpTooltipElement$1 != null && helpTooltipElement$1.parentNode && helpTooltipElement$1.parentNode.removeChild(helpTooltipElement$1), measureTooltipElement$1 != null && measureTooltipElement$1.parentNode && measureTooltipElement$1.parentNode.removeChild(measureTooltipElement$1);
1243
- }, getState = () => state.value, drawLine = {
1244
- open: open$1,
1245
- close: close$1,
1246
- deleteLine,
1247
- setUnit,
1248
- getState
1249
- }, mapInstance = ref(), getInstall = () => mapInstance.value, getView = () => getInstall().getView(), getZoom = () => {
1250
- var e;
1251
- return (e = getView()) == null ? void 0 : e.getZoom();
1252
- }, setZoom = (e) => {
1253
- var t;
1254
- (t = getView()) == null || t.setZoom(e);
1255
- }, setCenter = (e, t) => {
1256
- var n;
1257
- (n = getView()) == null || n.setCenter(fromLonLat([e, t]));
1258
- }, getCenter = () => {
1259
- var t;
1260
- const e = (t = getView()) == null ? void 0 : t.getCenter();
1261
- return toLonLat(e);
1262
- }, getSize = () => {
1263
- var e;
1264
- return (e = getInstall()) == null ? void 0 : e.getSize();
1265
- }, BASE_LAYER_MAP = new Map$2(), initMap = (e) => {
1266
- setBaseLayerMap(e);
1267
- const t = {
1268
- zoom: e.zoom,
1269
- center: fromLonLat(e.center),
1270
- minZoom: MAP_ZOOM.min,
1271
- maxZoom: MAP_ZOOM.max,
1272
- constrainResolution: !0,
1273
- enableRotation: !1,
1274
- multiWorld: !0
1275
- }, n = new Map$2({
1276
- target: "map",
1277
- controls: defaults({
1278
- zoom: !1
1279
- }),
1280
- layers: [
1281
- BASE_LAYER_MAP.get("vectorTile"),
1282
- BASE_LAYER_MAP.get("vectorTileMark"),
1283
- BASE_LAYER_MAP.get("satelliteImgTile"),
1284
- BASE_LAYER_MAP.get("satelliteImgTileMark")
1285
- ],
1286
- view: new View(t)
1287
- });
1288
- mapInstance.value = n, setBaseMapEvent(n, e);
1289
- }, setBaseLayerMap = (e) => {
1290
- BASE_LAYER_MAP.set("vectorTile", new TileLayer({
1291
- source: new XYZ({ url: BASE_MAP_LINK.vectorTile }),
1292
- visible: e.layerType === "vector",
1293
- zIndex: 0,
1294
- preload: 1,
1295
- className: "vector"
1296
- })), BASE_LAYER_MAP.set("vectorTileMark", new TileLayer({
1297
- source: new XYZ({ url: BASE_MAP_LINK.vectorTileMark }),
1298
- visible: e.layerType === "vector",
1299
- zIndex: 1,
1300
- preload: 1,
1301
- className: "vector"
1302
- })), BASE_LAYER_MAP.set("satelliteImgTile", new TileLayer({
1303
- source: new XYZ({ url: BASE_MAP_LINK.satelliteImgTile }),
1304
- visible: e.layerType === "satellite",
1305
- zIndex: 0,
1306
- preload: 1,
1307
- className: "satellite"
1308
- })), BASE_LAYER_MAP.set("satelliteImgTileMark", new TileLayer({
1309
- source: new XYZ({ url: BASE_MAP_LINK.satelliteImgTileMark }),
1310
- visible: e.layerType === "satellite",
1311
- zIndex: 1,
1312
- preload: 1,
1313
- className: "satellite"
1314
- })), BASE_LAYER_MAP.set("greenMark", new TileLayer({
1315
- source: new XYZ({ url: BASE_MAP_LINK.greenTile }),
1316
- visible: e.showGreenLayer,
1317
- zIndex: 2,
1318
- className: "greenTile"
1319
- }));
1320
- }, setBaseMapEvent = (e, t) => {
1321
- e.on("moveend", () => {
1322
- var o;
1323
- const n = getZoom();
1324
- (o = t.mapMoveEnd) == null || o.call(t, n), reRenderTrackLine();
1325
- }), e.on("pointermove", (n) => {
1326
- const o = e.getEventPixel(n.originalEvent), r = e.forEachFeatureAtPixel(o, (l) => l);
1327
- handleShipMapEvent(r, "hover"), handleTrackMapEvent(r, "hover", n), r && handlePortHover(o);
1328
- }), e.on("movestart", () => {
1329
- removeSelectedOverlay();
1330
- }), e.on("click", debounce((n) => {
1331
- if (console.log("1", drawLine.getState()), drawLine.getState()) return;
1332
- const o = e.getEventPixel(n.originalEvent), r = e.forEachFeatureAtPixel(
1333
- o,
1334
- (l) => {
1335
- if (l != null && l.get("shipData") || l != null && l.get("portData"))
1336
- return l;
1337
- }
1338
- );
1339
- if (console.log("2", r), !!r) {
1340
- if (n.preventDefault(), n.stopPropagation(), r.get("shipData"))
1341
- handleShipMapEvent(r, "click", t == null ? void 0 : t.selectShip);
1342
- else if (r.get("portData")) {
1343
- const l = r.get("portData");
1344
- selectedPort(l), t == null || t.selectPort(l);
1345
- }
1346
- }
1347
- }, 150));
1348
- }, _hoisted_1$1 = { id: "scale-line-container" }, _sfc_main$2 = /* @__PURE__ */ defineComponent({
1349
- __name: "scaleLine",
1350
- setup(e, { expose: t }) {
1351
- return t({
1352
- setScaleLine: (o) => {
1353
- o || (o = "metric");
1354
- const r = new ScaleLine$1({
1355
- units: o
1356
- }), l = document.getElementById("scale-line-container");
1357
- l && (r.setTarget(l), getInstall().addControl(r));
1358
- }
1359
- }), (o, r) => (openBlock(), createElementBlock("div", _hoisted_1$1));
1360
- }
1361
- }), ScaleLine = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-31ff8293"]]), _hoisted_1 = { class: "zoom" }, _sfc_main$1 = /* @__PURE__ */ defineComponent({
1362
- __name: "zoomControl",
1363
- setup(e) {
1364
- const t = inject("mapInstance"), n = () => {
1365
- if (t != null && t.value) {
1366
- const r = getZoom();
1367
- if (!r) return;
1368
- setZoom(r + 1);
1369
- }
1370
- }, o = () => {
1371
- if (t != null && t.value) {
1372
- const r = getZoom();
1373
- if (!r) return;
1374
- setZoom(r - 1);
1375
- }
1376
- };
1377
- return (r, l) => (openBlock(), createElementBlock("div", _hoisted_1, [
1378
- createElementVNode("div", {
1379
- class: "button big-button",
1380
- onClick: n
1381
- }, " + "),
1382
- createElementVNode("div", {
1383
- class: "button small-button",
1384
- onClick: o
1385
- }, " - ")
1386
- ]));
1387
- }
1388
- }), ZoomControl = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-37968fef"]]), getLayers = () => {
1389
- var e;
1390
- return (e = getInstall()) == null ? void 0 : e.getLayers();
1391
- }, layerType = ref("vector"), getShowLayerType = () => layerType.value, setShowLayerType = (e) => {
1392
- layerType.value = e;
1393
- const t = getLayers();
1394
- t && t.getArray().forEach((n) => {
1395
- n.setVisible(n.className_ === e);
1396
- });
1397
- }, showGreenTile = ref(), getGreenTileVisible = () => showGreenTile.value, setGreenTileVisible = (e) => {
1398
- if (e !== showGreenTile.value) {
1399
- if (e) {
1400
- const t = getLayers();
1401
- if (!t.getArray().find((o) => o.className_ === "greenTile")) {
1402
- const o = new TileLayer({
1403
- source: new XYZ({ url: BASE_MAP_LINK.greenTile }),
1404
- visible: e,
1405
- zIndex: 2,
1406
- className: "greenTile"
1407
- });
1408
- t.push(o);
1409
- }
1410
- } else {
1411
- const t = getLayers(), n = t.getArray().find((o) => o.className_ === "greenTile");
1412
- n && t.remove(n);
1413
- }
1414
- showGreenTile.value = e;
1415
- }
1416
- };
1417
- let storeFeature;
1418
- const open = () => {
1419
- init();
1420
- }, init = () => {
1421
- initLayer(), createMeasureTooltip(), createHelpTooltip(), initDraw();
1422
- };
1423
- let vectorLayer = null, vectorSource = null;
1424
- const initLayer = () => {
1425
- if (vectorLayer || vectorSource) return;
1426
- const e = new VectorSource(), t = new VectorLayer({
1427
- source: e,
1428
- style: new Style({
1429
- stroke: new Stroke({
1430
- color: "#fbcc33",
1431
- width: 2
1432
- })
1433
- })
1434
- });
1435
- vectorLayer = t, vectorSource = e;
1436
- const n = getInstall();
1437
- n.on("pointermove", pointerMoveHandler), n.addLayer(t), n.on(["dblclick"], function(o) {
1438
- draw && (o.stopPropagation(), o.preventDefault());
1439
- });
1440
- };
1441
- let sketch;
1442
- const pointerMoveHandler = (e) => {
1443
- if (e.dragging) return;
1444
- const t = sketch ? "单击继续,双击结束" : "点击选择起点";
1445
- helpTooltipElement && (helpTooltipElement.innerHTML = t, tipOverlay.setPosition(e.coordinate));
1446
- };
1447
- let draw, lineLimitError = !1;
1448
- const initDraw = () => {
1449
- var t, n;
1450
- if (storeFeature) {
1451
- helpTooltipElement != null && helpTooltipElement.parentNode && helpTooltipElement.parentNode.removeChild(helpTooltipElement);
1452
- const o = storeFeature.getGeometry();
1453
- if (!o) return;
1454
- const r = computedArea(o, "nm");
1455
- measureTooltipElement && (measureTooltipElement.innerHTML = `
1456
- <span class="text">面积:${r}${lineLimitError ? '<span class="error pl-12">超出可以绘画的距离</span>' : ""}</span>
1457
- `), measureTooltipElement && (measureTooltipElement.innerHTML += '<span class="delete-icon" ><i class="map-iconfont icon-delete" /></div>');
1458
- const l = o.getCoordinates(), s = l[0][l[0].length - 2];
1459
- measureTooltip.setPosition(s), vectorLayer && ((t = vectorLayer.getSource()) == null || t.addFeature(storeFeature)), console.log("helpTooltipElement", (n = document.querySelector(".delete-icon")) == null ? void 0 : n.parentNode), setTimeout(() => {
1460
- var a;
1461
- (a = document.querySelector(".delete-icon")) == null || a.addEventListener("click", () => {
1462
- var c;
1463
- console.log("delete"), reset(), (c = getProps()) == null || c.areaDrawEnd([]);
1464
- });
1465
- }, 0);
1466
- return;
1467
- }
1468
- draw = new Draw({
1469
- type: "Polygon",
1470
- source: vectorSource,
1471
- trace: !0,
1472
- style: [new Style({
1473
- stroke: new Stroke({
1474
- color: "rgba(255, 255, 255, 1)",
1475
- width: 1.5,
1476
- lineDash: [10, 10]
1477
- }),
1478
- fill: new Fill({
1479
- color: "rgba(255, 255, 255, 0.25)"
1480
- })
1481
- }), new Style({
1482
- image: new CircleStyle({
1483
- radius: 5,
1484
- fill: new Fill({
1485
- color: "rgb(51,112,255, 1)"
1486
- })
1487
- }),
1488
- geometry: function(o) {
1489
- const r = o.getGeometry().getCoordinates();
1490
- return new MultiPoint(r);
1491
- }
1492
- })]
1493
- }), getInstall().addInteraction(draw);
1494
- let e;
1495
- draw.on("drawstart", (o) => {
1496
- var r;
1497
- sketch = o.feature, e = (r = sketch.getGeometry()) == null ? void 0 : r.on("change", (l) => {
1498
- const s = l.target, a = computedArea(s, "nm"), d = s.getCoordinates()[0], u = new LineString([d[d.length - 2], d[d.length - 1]]), i = computedDistance(u, "nm");
1499
- if (lineLimitError = Number(getLength(u) / 1e3) > 150, !a) return;
1500
- const p = '<span class="error pl-4">超出可以绘画的距离</span>';
1501
- measureTooltipElement && (measureTooltipElement.innerHTML = `
1502
- <div class="text">
1503
- 面积:${a}
1504
- ${lineLimitError ? p : ""}
1505
- </div>
1506
- `), helpTooltipElement && (helpTooltipElement.innerHTML = `
1507
- <div class="text">
1508
- 面积:${a}
1509
- </div>
1510
- <div class="text ${lineLimitError ? "error" : ""}">
1511
- 线段 ${d.length - 2}: ${i}
1512
- ${lineLimitError ? p : ""}
1513
-
1514
- </div>
1515
- <div>
1516
- <span class="text">单击继续,双击结束</span>
1517
- </div>
1518
- `);
1519
- });
1520
- }), draw.on("drawend", (o) => {
1521
- var a, c, d;
1522
- if (!o.feature.getGeometry()) return;
1523
- storeFeature = o.feature, measureTooltipElement && (measureTooltipElement.innerHTML += '<span class="delete-icon"><i class="map-iconfont icon-delete" /></div>'), measureTooltip.setOffset([10, 0]);
1524
- const r = o.feature.getGeometry(), l = r.getCoordinates(), s = l[0][l[0].length - 2];
1525
- if (measureTooltip.setPosition(s), helpTooltipElement != null && helpTooltipElement.parentNode && helpTooltipElement.parentNode.removeChild(helpTooltipElement), (a = getProps()) != null && a.areaDrawEnd) {
1526
- r.getInteriorPoint().getCoordinates();
1527
- const u = l[0].map((i) => transform(i, projection.mercator, projection.data));
1528
- (c = getProps()) == null || c.areaDrawEnd(u);
1529
- }
1530
- draw && (draw.setActive(!1), getInstall().removeInteraction(draw), getInstall().getInteractions().forEach((i) => {
1531
- i instanceof Draw && (i.setActive(!1), getInstall().removeInteraction(i));
1532
- })), e && unByKey(e), (d = document.querySelector(".delete-icon")) == null || d.addEventListener("click", () => {
1533
- var u;
1534
- reset(), (u = getProps()) == null || u.areaDrawEnd([]);
1535
- });
1536
- });
1537
- }, computedArea = (e, t) => {
1538
- const n = getArea(e);
1539
- switch (t) {
1540
- case "km":
1541
- return n > 1e4 ? Math.round(n / 1e6 * 100) / 100 + " km<sup>2</sup>" : Math.round(n * 100) / 100 + " m<sup>2</sup>";
1542
- case "nm":
1543
- return n > 1e4 ? Math.round(n / 1e6 / Math.pow(1.852, 2) * 100) / 100 + " nm<sup>2</sup>" : Math.round(n * 100) / 100 + " m<sup>2</sup>";
1544
- }
1545
- };
1546
- let measureTooltipElement, measureTooltip;
1547
- const createMeasureTooltip = () => {
1548
- measureTooltipElement != null && measureTooltipElement.parentNode && measureTooltipElement.parentNode.removeChild(measureTooltipElement), measureTooltipElement = document.createElement("div"), measureTooltipElement.style.display = "flex", measureTooltipElement.className = "ol-tooltip ol-tooltip-draw-polygon", measureTooltip = new Overlay({
1549
- element: measureTooltipElement,
1550
- offset: [0, -15],
1551
- positioning: "bottom-center",
1552
- stopEvent: !1,
1553
- insertFirst: !1
1554
- }), getInstall().addOverlay(measureTooltip);
1555
- };
1556
- let helpTooltipElement, tipOverlay;
1557
- const createHelpTooltip = () => {
1558
- helpTooltipElement != null && helpTooltipElement.parentNode && helpTooltipElement.parentNode.removeChild(helpTooltipElement), helpTooltipElement = document.createElement("div"), helpTooltipElement.className = "ol-tooltip ol-help-tooltip", tipOverlay = new Overlay({
1559
- element: helpTooltipElement,
1560
- offset: [15, 0],
1561
- positioning: "center-left"
1562
- }), getInstall().addOverlay(tipOverlay);
1563
- }, reset = () => {
1564
- vectorSource == null || vectorSource.clear(), storeFeature = null, createMeasureTooltip(), createHelpTooltip(), initDraw();
1565
- }, close = () => {
1566
- const e = getInstall();
1567
- vectorSource == null || vectorSource.clear(), vectorSource = null, vectorLayer && (e.removeLayer(vectorLayer), vectorLayer = null), sketch = null, draw && (draw = null, e.getInteractions().forEach((t) => {
1568
- t instanceof Draw && e.removeInteraction(t);
1569
- })), helpTooltipElement != null && helpTooltipElement.parentElement && helpTooltipElement.parentElement.removeChild(helpTooltipElement), measureTooltipElement != null && measureTooltipElement.parentElement && measureTooltipElement.parentElement.removeChild(measureTooltipElement), tipOverlay && e.removeOverlay(tipOverlay), measureTooltip && e.removeOverlay(measureTooltip);
1570
- }, drawPolygon = {
1571
- open,
1572
- close,
1573
- reset
1574
- };
1575
- let currentTruckOverlay = null;
1576
- const locationTruck = async (e) => {
1577
- const t = getInstall();
1578
- if (!t || (console.log("vehicleInfo", e), !(e != null && e.lon && (e != null && e.lat)))) return;
1579
- const n = Math.abs(Number(e.lon)) > 180 ? convertSixHundredThousandToLatLng(e.lon, e.lat) : [e.lon, e.lat];
1580
- drawTruckIcon(e, fromLonLat(n));
1581
- const o = t.getView(), r = new Point(n);
1582
- o.setCenter(transform(r.getCoordinates(), projection.data, projection.mercator));
1583
- }, drawTruckIcon = (e, t) => {
1584
- const n = getInstall(), o = `${CDN_URL}map/car-icon.gif`;
1585
- currentTruckOverlay || (currentTruckOverlay = new Overlay({
1586
- element: document.createElement("div"),
1587
- positioning: "center-center",
1588
- stopEvent: !1
1589
- // 允许交互事件穿透
1590
- }), n.addOverlay(currentTruckOverlay));
1591
- const r = currentTruckOverlay.getElement();
1592
- r.style.backgroundImage = `url(${o})`, r.style.width = "80px", r.style.height = "80px";
1593
- const l = (e == null ? void 0 : e.drc) || "";
1594
- r.style.transform = `rotate(${l}deg)`, r.style.backgroundSize = "cover", currentTruckOverlay == null || currentTruckOverlay.setPosition(t);
1595
- }, renderTruckTrack = (e, t, n, o = 1e3) => {
1596
- renderTrackLine(e, t, n, LENGTH_UNIT.KM, "truck", o);
1597
- }, closeTruckTrack = () => {
1598
- closeTrack();
1599
- }, removeTruckIcon = () => {
1600
- const e = currentTruckOverlay == null ? void 0 : currentTruckOverlay.getElement();
1601
- e && (e.innerHTML = "");
1602
- }, resetTrackView = (e) => {
1603
- setTrackViewCenter(e);
1604
- }, playTrack = (e, t) => {
1605
- playShipTrack(e, t);
1606
- }, carTrack = {
1607
- locationTruck,
1608
- renderTruckTrack,
1609
- removeTruckIcon,
1610
- closeTruckTrack,
1611
- resetTrackView,
1612
- playTrack
1613
- }, _sfc_main = /* @__PURE__ */ defineComponent({
1614
- __name: "Map",
1615
- props: {
1616
- zoom: { default: MAP_ZOOM.default },
1617
- center: { default: MAP_DEFAULT_CENTER },
1618
- layerType: { default: "vector" },
1619
- showGreenLayer: { type: Boolean, default: !1 },
1620
- showScale: { type: Boolean, default: !0 },
1621
- scaleLineUnit: { default: "metric" },
1622
- mapMoveEnd: { type: Function, default: () => {
1623
- } },
1624
- lineDrawEnd: {},
1625
- areaDrawEnd: { type: Function, default: () => {
1626
- } },
1627
- selectShip: { type: Function, default: () => {
1628
- } },
1629
- selectPort: { type: Function, default: () => {
1630
- } }
1631
- },
1632
- setup(e, { expose: t }) {
1633
- const n = ref(), o = ref(), r = e;
1634
- return console.log(r), onMounted(() => {
1635
- var s;
1636
- initMap(r), setProps(r), setShowLayerType(r.layerType), setGreenTileVisible(r.showGreenLayer), (s = o.value) == null || s.setScaleLine(r.scaleLineUnit);
1637
- }), t({
1638
- getInstall,
1639
- getZoom,
1640
- setZoom,
1641
- getView,
1642
- setCenter,
1643
- getCenter,
1644
- layer: {
1645
- getGreenTileVisible,
1646
- setGreenTileVisible,
1647
- getShowLayerType,
1648
- setShowLayerType
1649
- },
1650
- ship: {
1651
- render: renderShipList,
1652
- selected: renderShipSelected,
1653
- filter: filterShipShow,
1654
- blinking: renderShipBlink,
1655
- clear: clearShipList
1656
- },
1657
- track: {
1658
- renderTrackLine,
1659
- handleTrackMapEvent,
1660
- removeAllTrackLayer,
1661
- playShipTrack,
1662
- setTrackViewCenter,
1663
- closeTrack,
1664
- getTrack: getShowTracks
1665
- },
1666
- port: {
1667
- render: renderPortList,
1668
- clear: clearPortList,
1669
- selected: selectedPort
1670
- },
1671
- drawLine,
1672
- // 绘制矩形
1673
- drawPolygon,
1674
- carTrack,
1675
- utils: {
1676
- getCalculateExtent: () => {
1677
- const s = getView().calculateExtent(getSize()), a = transform([s[0], s[1]], projection.mercator, projection.data), c = transform([s[2], s[3]], projection.mercator, projection.data);
1678
- return [a[0], a[1], c[0], c[1]];
1679
- },
1680
- convertSixHundredThousandToLatLng,
1681
- calculateCirclePoints
1682
- }
1683
- }), (s, a) => (openBlock(), createElementBlock(Fragment, null, [
1684
- createElementVNode("div", {
1685
- id: "map",
1686
- ref_key: "zhMapRef",
1687
- ref: n,
1688
- class: "zh-map"
1689
- }, null, 512),
1690
- createVNode(ScaleLine, {
1691
- ref_key: "scaleLineRef",
1692
- ref: o
1693
- }, null, 512),
1694
- createVNode(ZoomControl, { ref: "zoomControlRef" }, null, 512)
1695
- ], 64));
1696
- }
1697
- }), Map$1 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a27bd97d"]]), ZhMap = withInstall(Map$1);
1698
- export {
1699
- ZhMap as Z
1700
- };