From 9f51306b10520a2be30bedfe1b34c288cf770f43 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期四, 19 十月 2023 17:51:30 +0800
Subject: [PATCH] 坡度坡向功能新增,临时图层添加定位。空间查询功能优化;

---
 src/store/index.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/store/index.ts b/src/store/index.ts
index 532ea9b..d4f25e6 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -47,6 +47,9 @@
     editTemporarName: null,
     editTemporaryback: null,
     layerGroups:null,
+    slopeQueyFlag:false,
+    slopeQueyValue:null,
+    showSlopeQuey:false,
   },
   mutations: {
     // SET_plotting(state, obj) {

--
Gitblit v1.9.3