From df1c052d1f0d368cb78ebb1831980745bca11edc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 10 Jun 2021 11:56:18 +0800
Subject: [PATCH] 数据图表的查询渲染

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

diff --git a/config.json b/config.json
index 9157f7c..c96838d 100644
--- a/config.json
+++ b/config.json
@@ -50,19 +50,12 @@
         }
       },
 
-      {
-        "uri": "widgets/HelpButton/Widget",
-        "position": {
-          "right": 10,
-          "bottom": 40,
-          "relativeTo": "map"
-        }
-      },
+    
       {
         "uri": "widgets/HomeButton/Widget",
         "position": {
           "right": 10,
-          "bottom": 120,
+          "bottom": 196,
           "relativeTo": "map"
         }
       },
@@ -70,7 +63,31 @@
         "uri": "widgets/FullScreen/Widget",
         "position": {
           "right": 10,
-          "bottom": 80,
+          "bottom": 156,
+          "relativeTo": "map"
+        }
+      },
+      {
+        "uri": "widgets/VrButton/Widget",
+        "position": {
+          "right": 10,
+          "bottom": 116,
+          "relativeTo": "map"
+        }
+      },
+      {
+        "uri": "widgets/SceneMode/Widget",
+        "position": {
+          "right": 10,
+          "bottom": 76,
+          "relativeTo": "map"
+        }
+      },
+      {
+        "uri": "widgets/HelpButton/Widget",
+        "position": {
+          "right": 10,
+          "bottom": 36,
           "relativeTo": "map"
         }
       },
@@ -180,6 +197,9 @@
           "height": "800px",
           "relativeTo": "map"
         }
+      },{
+        "name": "搜索弹窗表格各项弹窗",
+        "uri": "widgets/searchTabaPopup/Widget"
       }
     ],
     "groups": [],
@@ -274,6 +294,7 @@
       "baseLayerPicker": true,
       "fullscreenButton": false,
       "geocoder": false,
+      "vrButton": false,
       "homeButton": false,
       "infoBox": false,
       "sceneModePicker": false,

--
Gitblit v1.9.3