From 0948f5cef77e7b1929e44ca9fa78e263aa79262d Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Mon, 01 Dec 2025 04:59:26 +0000
Subject: [PATCH] 增加相关样例,1.0.30

---
 src/example/ExampleDrawPage.js |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/src/example/ExampleDrawPage.js b/src/example/ExampleDrawPage.js
index b38f919..8c59b53 100644
--- a/src/example/ExampleDrawPage.js
+++ b/src/example/ExampleDrawPage.js
@@ -252,16 +252,7 @@
     };
 
     showOptions2 = () => {
-
-        this.mapFunction.mapApiService.showDrawDatas([{
-            type: 'lddkgrps',
-            bj: 1,
-            qsjd: 30,
-            zzjd: 75,
-            lon: 102.72004539488224, lat: 30.991068100060593, height: 0,
-            useModify: false
-        }]);
-
+        this.mapFunction.mapApiService.showDrawDatas([this.optionObjs['目标简标']]);
     }
 
 

--
Gitblit v1.9.3