From d1d62b3a7fa9f514c55edfc8b7c845fdc35f76d3 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 06 Nov 2020 17:45:41 +0800
Subject: [PATCH] 剖面分析集成
---
index.html | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/index.html b/index.html
index ed8259c..e1cb0ce 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,12 @@
background: #000;
overflow: hidden;
}
+
+ .dc-hawkeye-map ,.dc-hawkeye-map-x {
+ left: unset !important;
+ bottom: 40px !important;
+ right: 55px !important;
+ }
#main-loading {
width: 100%;
@@ -143,7 +149,7 @@
<script type="text/javascript" src="simpleLoader.js"></script>
<script type="text/javascript">
function initViewer() {
- //window.Cesium = DC.Namespace.Cesium;
+ window.Cesium = DC.Namespace.Cesium;
//console.log(window.Cesium);
}
DC.ready(initViewer)
--
Gitblit v1.9.3