From e55ebf07a49b024fe7d2cebc0499bd949c7b55bb Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 17 Jun 2021 18:08:32 +0800
Subject: [PATCH] 工具切换关闭细节调整

---
 config.json |   40 ++++++++++++++++++++++------------------
 1 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/config.json b/config.json
index 1a8c180..205bc79 100644
--- a/config.json
+++ b/config.json
@@ -106,8 +106,8 @@
         "name": "图上量算",
         "uri": "widgets/Measurement/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "350px",
           "height": "320px",
           "relativeTo": "map"
@@ -117,23 +117,19 @@
         "name": "飞行路线",
         "uri": "widgets/FlyRoute/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "260px",
           "height": "64%",
           "relativeTo": "map"
         }
       },
       {
-        "name": "查询定位",
-        "uri": "widgets/Location/Widget"
-      },
-      {
         "name": "卷帘对比",
         "uri": "widgets/Rolling/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "472px",
           "height": "50px",
           "relativeTo": "map"
@@ -143,8 +139,8 @@
         "name": "场景快照",
         "uri": "widgets/MapPrinting/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "200px",
           "height": "40px",
           "relativeTo": "map"
@@ -154,8 +150,8 @@
         "name": "坐标定位",
         "uri": "widgets/CoorPosition/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "217px",
           "height": "180px",
           "relativeTo": "map"
@@ -165,8 +161,8 @@
         "name": "路线导航",
         "uri": "widgets/RouteNavigate/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "300px",
           "height": "780px",
           "relativeTo": "map"
@@ -176,8 +172,8 @@
         "name": "我的标记",
         "uri": "widgets/Sign/Widget",
         "position": {
-          "right": 10,
-          "top": 96,
+          "right": 60,
+          "top": 72,
           "width": "320px",
           "height": "360px",
           "relativeTo": "map"
@@ -228,6 +224,14 @@
       {
         "name": "可视化分析",
         "uri": "widgets/visibleArea/Widget"
+      },
+      {
+        "name": "坡度坡向分析",
+        "uri": "widgets/slope/Widget"
+      },
+      {
+        "name": "剖面分析",
+        "uri": "widgets/profileAnalysis/Widget"
       }
 
 

--
Gitblit v1.9.3