From 5d03a3c16b3df262f04f380fd38a35b7e11da8fc Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 08 Apr 2026 10:00:20 +0000
Subject: [PATCH] * 1.0.56

---
 src/example/ExampleFlyPage.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/example/ExampleFlyPage.js b/src/example/ExampleFlyPage.js
index 640bdc5..bdfc183 100644
--- a/src/example/ExampleFlyPage.js
+++ b/src/example/ExampleFlyPage.js
@@ -77,10 +77,12 @@
             "code": "ccccc",
             "bzlx": "simple",
             "jbwb": "R:00017",
+            "xbwb": "R:00017312312\n123123",
             "type": "2010",
             "useModify": false,
             "lon": arr[0].lon,
             "lat": arr[0].lat,
+            clampToGround: false,
             xz: true,
             "height": arr[0].height,
             points: []
@@ -89,6 +91,7 @@
 
         interval(300).pipe(take(120)).subscribe(number => {
             this.mapFunction.mapApiService.updateDraw("ccccc", {
+                clampToGround: false,
                 lon: arr[number].lon,
                 lat: arr[number].lat,
                 height: arr[number].height,

--
Gitblit v1.9.3