From 4a16ab34be4003099f524dbe514a5af24e7a7801 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 05 Jun 2021 17:29:05 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

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

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

--
Gitblit v1.9.3