From 0ded284e8ef21e2e767d0b7b2661655cf1dc7eaf Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 08 Jun 2021 17:39:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
config.json | 38 ++++++++++++++++++++++++++++----------
1 files changed, 28 insertions(+), 10 deletions(-)
diff --git a/config.json b/config.json
index 1ce6bbf..c96838d 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"
}
},
@@ -277,6 +294,7 @@
"baseLayerPicker": true,
"fullscreenButton": false,
"geocoder": false,
+ "vrButton": false,
"homeButton": false,
"infoBox": false,
"sceneModePicker": false,
--
Gitblit v1.9.3