From 3c3d6b18872b4a56e1e6b3682f6ceb5b1b4069a2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 17 Jun 2021 11:26:57 +0800
Subject: [PATCH] 解决冲突
---
config.json | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/config.json b/config.json
index a709529..4955278 100644
--- a/config.json
+++ b/config.json
@@ -92,6 +92,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 +140,7 @@
}
},
{
- "name": "地图打印",
+ "name": "场景快照",
"uri": "widgets/MapPrinting/Widget",
"position": {
"right": 10,
@@ -387,10 +397,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