From b435f2b1fc2bc8ad392dfa78aed1a5bc70c8b1e4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 08 Jun 2021 08:48:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 config.json |   42 +++++++++++++++++++++++++++++++++---------
 1 files changed, 33 insertions(+), 9 deletions(-)

diff --git a/config.json b/config.json
index be54caf..15ed21d 100644
--- a/config.json
+++ b/config.json
@@ -29,14 +29,13 @@
     "widgets": [{
         "uri": "widgets/CommonBase/Widget"
       },
-
       {
         "uri": "widgets/Tool/Widget",
         "position": {
-          "right": 82,
+          "right": 96,
           "top": 20,
-          "height": "32px",
-          "width": "96px",
+          "height": "36px",
+          "width": "86px",
           "relativeTo": "map"
         }
       },
@@ -45,8 +44,8 @@
         "position": {
           "right": 10,
           "top": 20,
-          "height": "32px",
-          "width": "72px",
+          "height": "36px",
+          "width": "86px",
           "relativeTo": "map"
         }
       },
@@ -106,7 +105,7 @@
         "position": {
           "right": 10,
           "top": 96,
-          "width": "400px",
+          "width": "472px",
           "height": "50px",
           "relativeTo": "map"
         }
@@ -154,8 +153,33 @@
           "relativeTo": "map"
         }
       }, {
+        "name": "分屏对比",
+        "uri": "widgets/SplitScreen/Widget"
+      },{
         "name": "搜索栏",
         "uri": "widgets/searchL/Widget"
+      }, {
+        "name": "视角底部按钮",
+        "uri": "widgets/visualAngle/Widget"
+      }, {
+        "name": "图例",
+        "uri": "widgets/legends/Widget"
+      }, {
+        "name": "左侧信息指示器",
+        "uri": "widgets/instructions/Widget"
+      }, {
+        "name": "左侧导航栏",
+        "uri": "widgets/LeftNavigationBar/Widget"
+      }, {
+        "name": "要素标绘",
+        "uri": "widgets/plottingP/Widget",
+        "position": {
+          "right": 600,
+          "top": 96,
+          "width": "350px",
+          "height": "800px",
+          "relativeTo": "map"
+        }
       }
     ],
     "groups": [],
@@ -167,8 +191,8 @@
     }
   },
   "map": {
-    "3D": true,
-    "2D": false,
+    "3D": false,
+    "2D": true,
     "position": {
       "left": 0,
       "top": 0,

--
Gitblit v1.9.3