From 599f0458111446d39b250e8abc2e71b3f7fc213b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 08 Jun 2021 17:36:51 +0800
Subject: [PATCH] 地图相关控件按钮的样式调整
---
config.json | 38 ++++++++++++++++++++++++++++----------
1 files changed, 28 insertions(+), 10 deletions(-)
diff --git a/config.json b/config.json
index 9157f7c..058d8a8 100644
--- a/config.json
+++ b/config.json
@@ -50,19 +50,12 @@
}
},
- {
- "uri": "widgets/HelpButton/Widget",
- "position": {
- "right": 10,
- "bottom": 40,
- "relativeTo": "map"
- }
- },
+
{
"uri": "widgets/HomeButton/Widget",
"position": {
"right": 10,
- "bottom": 120,
+ "bottom": 196,
"relativeTo": "map"
}
},
@@ -70,7 +63,31 @@
"uri": "widgets/FullScreen/Widget",
"position": {
"right": 10,
- "bottom": 80,
+ "bottom": 156,
+ "relativeTo": "map"
+ }
+ },
+ {
+ "uri": "widgets/VrButton/Widget",
+ "position": {
+ "right": 10,
+ "bottom": 116,
+ "relativeTo": "map"
+ }
+ },
+ {
+ "uri": "widgets/SceneMode/Widget",
+ "position": {
+ "right": 10,
+ "bottom": 76,
+ "relativeTo": "map"
+ }
+ },
+ {
+ "uri": "widgets/HelpButton/Widget",
+ "position": {
+ "right": 10,
+ "bottom": 36,
"relativeTo": "map"
}
},
@@ -274,6 +291,7 @@
"baseLayerPicker": true,
"fullscreenButton": false,
"geocoder": false,
+ "vrButton": false,
"homeButton": false,
"infoBox": false,
"sceneModePicker": false,
--
Gitblit v1.9.3