From b1d6d9bd7cfbd6b5a78b118ae130a41d8e00633b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 07 Jun 2021 09:36:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
config.json | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/config.json b/config.json
index 2c12c7f..ec6c721 100644
--- a/config.json
+++ b/config.json
@@ -34,7 +34,7 @@
"position": {
"right": 96,
"top": 20,
- "height": "32px",
+ "height": "36px",
"width": "86px",
"relativeTo": "map"
}
@@ -44,7 +44,7 @@
"position": {
"right": 10,
"top": 20,
- "height": "32px",
+ "height": "36px",
"width": "86px",
"relativeTo": "map"
}
@@ -105,7 +105,7 @@
"position": {
"right": 10,
"top": 96,
- "width": "400px",
+ "width": "472px",
"height": "50px",
"relativeTo": "map"
}
@@ -170,6 +170,16 @@
}, {
"name": "左侧导航栏",
"uri": "widgets/LeftNavigationBar/Widget"
+ }, {
+ "name": "图上量算",
+ "uri": "widgets/plotting/Widget",
+ "position": {
+ "right": 10,
+ "top": 96,
+ "width": "350px",
+ "height": "800px",
+ "relativeTo": "map"
+ }
}
],
"groups": [],
@@ -181,8 +191,8 @@
}
},
"map": {
- "3D": true,
- "2D": false,
+ "3D": false,
+ "2D": true,
"position": {
"left": 0,
"top": 0,
--
Gitblit v1.9.3