From 2622b9d511a4cec640ef2fbcd18b5cf2604644c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=88=E5=85=86=E5=A2=9E?= <你的邮箱@example.com> Date: Wed, 5 Aug 2026 17:12:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=962d=E5=92=8C3d=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=B1=95=E7=A4=BA=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=BC=AB=E6=B8=B8=EF=BC=8C=E9=94=9A=E7=82=B9=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=B7=A1=E5=85=A5=E6=B7=A1=E5=87=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 4 - frontend/src/components/gis/GisView.vue | 18 - .../src/components/gis/TjCascadeChart.vue | 4 +- frontend/src/components/gis/map.cesium.ts | 985 ++++++++++++++---- frontend/src/components/gis/map.class.ts | 6 +- frontend/src/components/gis/map.d.ts | 7 + frontend/src/components/gis/map.leaflet.ts | 440 -------- frontend/src/components/gis/map.ol.ts | 351 ++++++- .../src/components/gis/ol/popup-manager.ts | 92 +- .../components/gis/roam/ThreeDRoamManager.ts | 39 +- .../components/gis/roam/ThreeDRoamPanel.vue | 11 + .../src/components/mapController/index.vue | 10 +- 12 files changed, 1190 insertions(+), 777 deletions(-) delete mode 100644 frontend/src/components/gis/map.leaflet.ts diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 36f4ab18..01f126a5 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -7,10 +7,6 @@ const appStore = useAppStore();