From 973288ea3095247303b5daac5bc160e10ae2b8ac Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 25 七月 2022 18:44:49 +0800
Subject: [PATCH] 3D

---
 src/components/Tab/Plot.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/Tab/Plot.vue b/src/components/Tab/Plot.vue
index 2a4887e..ff73016 100644
--- a/src/components/Tab/Plot.vue
+++ b/src/components/Tab/Plot.vue
@@ -227,7 +227,7 @@
                     map.startDraw(
                         {
                             type: 'polygon',
-                            style: { text: name ,color:this.color},
+                            style: { text: name ,color:this.color, clampToGround: true},
                             attr: {
                                 name,
                             },

--
Gitblit v1.9.2