From db45def58993c3ed79b47f1a0ec19740ec229211 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Jun 2021 11:22:24 +0800
Subject: [PATCH] 工具下面做相关更改,及逻辑优化
---
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