From 4d4812e1da1bf48b809b8c185de3ef3e5e855599 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 07 Jun 2021 10:13:31 +0800
Subject: [PATCH] 搜索表格

---
 config.json |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/config.json b/config.json
index 2c12c7f..3c8153e 100644
--- a/config.json
+++ b/config.json
@@ -170,6 +170,16 @@
       }, {
         "name": "左侧导航栏",
         "uri": "widgets/LeftNavigationBar/Widget"
+      }, {
+        "name": "图上量算",
+        "uri": "widgets/plotting/Widget",
+        "position": {
+          "right": 600,
+          "top": 96,
+          "width": "350px",
+          "height": "800px",
+          "relativeTo": "map"
+        }
       }
     ],
     "groups": [],

--
Gitblit v1.9.3