From 847f9d700deda256c4b749c938a158fad37244bf Mon Sep 17 00:00:00 2001 From: Fuyuu <1805498209@qq.com> Date: Fri, 26 Jan 2024 16:36:26 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E8=88=B9=E5=8F=AA=E6=98=BE=E9=9A=90bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2、添加光电分析监听,使用mqtt发送点击船只信息,接收光电视频流rtsp地址 3、监听相机高度,变换船只模型 --- src/App.vue | 8 ++++ src/components/earthMap/AISInfoWindow.vue | 42 ++++++++---------- src/components/earthMap/ShowHideControl.vue | 8 ++++ src/components/earthMap/TailAfterWindow.vue | 17 ++++++- src/utils/earthMap/earthObj.ts | 49 ++++++++++++++++++--- src/utils/earthMap/listenMouseHandler.ts | 6 +-- src/utils/earthMap/shipDraw.ts | 46 +++++++++++-------- src/utils/mqtt/mqttclient.js | 21 +++++---- src/views/earthMap/edit/EarthComp.vue | 45 ++++++++++++++----- vite.config.ts | 2 +- 10 files changed, 173 insertions(+), 71 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8492bc7..72024a4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,3 +1,11 @@ +