From 46cc7c88372610a2602fe96d9c01009c73eb604a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 16 Jun 2021 17:15:12 +0800
Subject: [PATCH] 部分文件进行调整

---
 config.json |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/config.json b/config.json
index c26a878..0b467f1 100644
--- a/config.json
+++ b/config.json
@@ -91,7 +91,16 @@
           "relativeTo": "map"
         }
       },
-   
+   {
+        "uri": "widgets/ShowPosition/Widget",
+        "position": {
+          "right": 0,
+          "bottom": 0,
+          "width": "100%",
+          "height": "25px",
+          "relativeTo": "map"
+        }
+      },
       {
         "name": "图上量算",
         "uri": "widgets/Measurement/Widget",
@@ -130,7 +139,7 @@
         }
       },
       {
-        "name": "地图打印",
+        "name": "场景快照",
         "uri": "widgets/MapPrinting/Widget",
         "position": {
           "right": 10,
@@ -365,10 +374,10 @@
     ],
     "mapOptions": {
       "positionInfo": {
-        "xmin": 111.807347,
-        "ymin": 30.840173,
-        "xmax": 120.020036,
-        "ymax": 27.215672
+        "xmin": 114.017758,
+        "ymin": 29.805021,
+        "xmax": 118.100216,
+        "ymax": 28.141914
       },
       "animation": false,
       "baseLayerPicker": true,

--
Gitblit v1.9.3