From da0104cede61a05a93e97b96ba0aaa7e222bb7d6 Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Sat, 24 Oct 2020 14:52:38 +0800
Subject: [PATCH] 删除原来cesium1包
---
index.html | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index b9c6bef..ed8259c 100644
--- a/index.html
+++ b/index.html
@@ -33,10 +33,9 @@
html {
width: 100%;
height: 100%;
- /* height: 50%;
- width: 50%; */
margin: 0;
padding: 0;
+ background: #000;
overflow: hidden;
}
@@ -144,7 +143,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