From ef693f74032969bc6ecde3a32c147532e72850c5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 11 Jun 2021 14:21:44 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 config.json |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/config.json b/config.json
index 4ec6ffc..c26a878 100644
--- a/config.json
+++ b/config.json
@@ -104,6 +104,17 @@
         }
       },
       {
+        "name": "飞行路线",
+        "uri": "widgets/FlyRoute/Widget",
+        "position": {
+          "right": 10,
+          "top": 96,
+          "width": "260px",
+          "height": "64%",
+          "relativeTo": "map"
+        }
+      },
+      {
         "name": "查询定位",
         "uri": "widgets/Location/Widget"
       },
@@ -354,10 +365,10 @@
     ],
     "mapOptions": {
       "positionInfo": {
-        "xmin": 114.079032,
-        "ymin": 30.223379,
-        "xmax": 118.791967,
-        "ymax": 28.127233
+        "xmin": 111.807347,
+        "ymin": 30.840173,
+        "xmax": 120.020036,
+        "ymax": 27.215672
       },
       "animation": false,
       "baseLayerPicker": true,

--
Gitblit v1.9.3