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