From 3e449ebca024a0146441d1b028f6264c20eb9780 Mon Sep 17 00:00:00 2001 From: zhaipx Date: Tue, 2 Apr 2024 14:31:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E5=AE=9E=E6=97=B6=E7=BB=8F=E7=BA=AC=E9=AB=98=E3=80=81?= =?UTF-8?q?=E5=8D=81=E8=BF=9B=E5=88=B6=E7=BB=8F=E7=BA=AC=E5=BA=A6=E4=B8=8E?= =?UTF-8?q?=E5=BA=A6=E5=88=86=E7=A7=92=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 + src/components/map/BottomBar.vue | 102 +++++++++++++++++++++++ src/components/map/SceneViewer.vue | 10 ++- src/components/styles/cesium-compass.css | 7 +- src/global.d.ts | 6 +- src/utils/map/TDTProvider.ts | 21 +++++ src/utils/map/coordinate.ts | 38 ++++++++- src/utils/map/geometry.ts | 8 ++ src/utils/map/sceneViewer.ts | 12 +-- 9 files changed, 190 insertions(+), 16 deletions(-) create mode 100644 src/components/map/BottomBar.vue diff --git a/src/App.vue b/src/App.vue index e2884ae..c16d9a9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,13 @@ diff --git a/src/components/map/SceneViewer.vue b/src/components/map/SceneViewer.vue index 9daee8c..f9078c1 100644 --- a/src/components/map/SceneViewer.vue +++ b/src/components/map/SceneViewer.vue @@ -1,11 +1,13 @@