From 97976393d44780ed65dc2141db801eea8199c585 Mon Sep 17 00:00:00 2001 From: cbwu <504-wuchengbo@htsdfp.com> Date: Tue, 16 Apr 2024 18:51:29 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E7=BB=98=E5=88=B6=E8=88=AA?= =?UTF-8?q?=E7=BA=BF=E6=96=B0=E5=A2=9E=E5=9E=82=E7=9B=B4=E8=BE=85=E5=8A=A9?= =?UTF-8?q?=E7=BA=BF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/SceneViewer.vue | 12 ++--- src/types/entityoptions.ts | 5 +- src/utils/map/draw/drawPolyline.ts | 59 ++++++++++++++++++++---- src/utils/map/geometry/pointEntity.ts | 14 +++++- src/utils/map/geometry/polylineEntity.ts | 14 +++++- src/utils/map/sceneViewer.ts | 4 +- 6 files changed, 85 insertions(+), 23 deletions(-) diff --git a/src/components/map/SceneViewer.vue b/src/components/map/SceneViewer.vue index 57c5164..0124341 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-15 16:00:27 + * @LastEditTime: 2024-04-16 10:01:28 * @Description: -->