From a78e0b11d593606ef5bc991ff3169556e11dc450 Mon Sep 17 00:00:00 2001 From: cbwu <504-wuchengbo@htsdfp.com> Date: Wed, 10 Apr 2024 14:01:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=BB=98=E5=88=B6?= =?UTF-8?q?=E6=A0=87=E8=AE=B0=E7=82=B9=E5=B7=A5=E5=85=B7=E7=B1=BB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/map/BottomBar.vue | 55 ++++++++++++++++------------ src/components/map/SceneViewer.vue | 2 +- src/utils/map/TDTProvider.ts | 4 +- src/utils/map/angle.ts | 57 +++++++++++++++++------------ src/utils/map/coordinate.ts | 2 +- src/utils/map/draw/drawPoint.ts | 44 +++++++++++++++++++++- src/utils/map/geocomputation.ts | 1 - src/utils/map/geometry/billboard.ts | 13 +++++-- 9 files changed, 123 insertions(+), 57 deletions(-) diff --git a/src/App.vue b/src/App.vue index c16d9a9..e030980 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@ diff --git a/src/components/map/SceneViewer.vue b/src/components/map/SceneViewer.vue index 113ec1c..34baaba 100644 --- a/src/components/map/SceneViewer.vue +++ b/src/components/map/SceneViewer.vue @@ -2,7 +2,7 @@ * @Author: cbwu 504-wuchengbo@htsdfp.com * @Date: 2024-03-07 14:15:35 * @LastEditors: cbwu - * @LastEditTime: 2024-04-10 11:29:48 + * @LastEditTime: 2024-04-10 13:59:42 * @Description: -->