From a08dfe742c47a8d909017e02933b4ea0d28ea556 Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Wed, 01 Apr 2026 00:50:04 +0000
Subject: [PATCH] ### 日志 * 1.0.55

---
 public/example/ExampleFlyPage.md |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/public/example/ExampleFlyPage.md b/public/example/ExampleFlyPage.md
index d7a15e7..b5cb619 100644
--- a/public/example/ExampleFlyPage.md
+++ b/public/example/ExampleFlyPage.md
@@ -81,19 +81,24 @@
             "code": "ccccc",
             "bzlx": "simple",
             "jbwb": "R:00017",
+            "xbwb": "R:00017312312\n123123",
             "type": "2010",
             "useModify": false,
             "lon": arr[0].lon,
             "lat": arr[0].lat,
-            "height": arr[0].height || 0,
+            clampToGround: false,
+            xz: true,
+            "height": arr[0].height,
             points: []
         }
         this.mapFunction.mapApiService.showDrawDatas([option]);
 
         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,
                 points: arr.slice(0, number)
             });
         });

--
Gitblit v1.9.3