From f0aa142d4f9e742745451ad7d1af5f36cac7a40b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 05 Jun 2021 17:25:31 +0800
Subject: [PATCH] 对接接口
---
config.json | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/config.json b/config.json
index 2c12c7f..5f5754f 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