代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<head>
<title>CesiumDemo-实景城市(源码版)</title>
<!-- Use correct character set. -->
<meta charset="utf-8" />
<!-- Tell IE to use the latest, best version. -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Make the application on mobile take up the full browser screen and disable user scaling. -->
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<link href="https://cesium.com/downloads/cesiumjs/releases/1.105.1/Build/Cesium/Widgets/widgets.css"
rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" rel="stylesheet">
<script type="text/javascript"
src="https://cesium.com/downloads/cesiumjs/releases/1.105.1/Build/Cesium/Cesium.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src=" https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script type="module" src="./index.js"></script>
<style>
html,
body,
#sceneContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background: #000;
}
#uiContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
#uiContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.loadingIndicator {
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -33px;
margin-left: -33px;
width: 66px;
height: 66px;
z-index: 99;
background-position: center;
background-repeat: no-repeat;
background-image: url("./Static/images/ajax-loader.gif");
}
.loadingIndicator2 {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background: #000;
color: white;
text-align: center;
font-size: 30px;
}
.bvideo {
position: absolute;
top: 10px;
left: 10px;
font-size: 13px;
color: #fff;
z-index: 9999;
}
.view {
position: absolute;
top: 10px;
left: 110px;
font-size: 13px;
color: #fff;
z-index: 9999;
}
.snow {
position: absolute;
top: 10px;
left: 180px;
font-size: 13px;
color: #fff;
z-index: 9999;
}
.rain {
position: absolute;
top: 10px;
left: 250px;
font-size: 13px;
color: #fff;
z-index: 9999;
}
.topUI {
background-image: url(./Static/images/bg_top.png);
background-size: 100% 100%;
position: absolute;
left: 0px;
top: 0px;
position: absolute;
left: 0px;
top: 0px;
z-index: 99;
height: 50px;
width: 50%;
padding-left: 45%;
font-size: 30px;
color: white;
}
</style>
</head>
<body>
<div id="sceneContainer"></div>
<div id="loadingIndicator" class="loadingIndicator"></div>
<div id="loadingIndicator2" class="loadingIndicator2">
<span class="wow bounceInDown" data-wow-duration="10.0s">提示: google在线实景数据加载需要vpn !</span>
</div>
</body>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。