From 6e6ace63ad29b31fe4392ee92132649f7ac1a59d Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Mon, 10 Nov 2025 11:18:20 +0000
Subject: [PATCH] 增加相关样例
---
public/example/ExampleFlyPage.md | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/public/example/ExampleFlyPage.md b/public/example/ExampleFlyPage.md
index d7a15e7..66dff62 100644
--- a/public/example/ExampleFlyPage.md
+++ b/public/example/ExampleFlyPage.md
@@ -85,7 +85,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]);
@@ -94,6 +95,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