From a12e1ec275a4c52861d7defdd6836b48e5964d3e Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Tue, 10 Feb 2026 01:08:21 +0000
Subject: [PATCH] 1.0.40 1、修复面板多语言问题 2、完善连通分析功能面板 3、限制放大与缩小 4、修复1.0.38,1.0.39版本的相关点击问题
---
src/example/ExampleFlyPage.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/example/ExampleFlyPage.js b/src/example/ExampleFlyPage.js
index 4516f7d..640bdc5 100644
--- a/src/example/ExampleFlyPage.js
+++ b/src/example/ExampleFlyPage.js
@@ -81,7 +81,8 @@
"useModify": false,
"lon": arr[0].lon,
"lat": arr[0].lat,
- "height": arr[0].height || 0,
+ xz: true,
+ "height": arr[0].height,
points: []
}
this.mapFunction.mapApiService.showDrawDatas([option]);
@@ -90,6 +91,7 @@
this.mapFunction.mapApiService.updateDraw("ccccc", {
lon: arr[number].lon,
lat: arr[number].lat,
+ height: arr[number].height,
points: arr.slice(0, number)
});
});
--
Gitblit v1.9.3