You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.0 KiB
63 lines
2.0 KiB
<!--
|
|
* @Author: ZRoyea zhangyuanyuan_gis@126.com
|
|
* @Date: 2023-09-26 14:03:35
|
|
* @LastEditors: ZRoyea zhangyuanyuan_gis@126.com
|
|
* @LastEditTime: 2023-09-26 14:20:01
|
|
* @FilePath: \emergency-dashboard-jinshui\public\index.html
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, user-scalable=no,viewport-fit=cover"
|
|
/>
|
|
<link rel="stylesheet" href="./Cesium/Widgets/widgets.css" type="text/css">
|
|
<script type="text/javascript" src="./Cesium/Cesium.js"></script>
|
|
<title>模型展示</title>
|
|
<!-- <script src="../src/components/map/js/END.js"></script>-->
|
|
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong
|
|
>We're sorry but registration-system doesn't work properly without
|
|
JavaScript enabled. Please enable it to continue.</strong
|
|
>
|
|
</noscript>
|
|
<div id="app">
|
|
</div>
|
|
<!-- built files will be auto injected -->
|
|
<script>
|
|
window.config = {
|
|
isFrame:false,
|
|
cameras:true,
|
|
pheight:71,
|
|
waterHeight:22.17,//,16,//22.185, //22.19
|
|
normalHeight:51150.72797508727,//75005.06344821307
|
|
minZoom:110,//100
|
|
maxZoom:75000,//
|
|
offlon:0,
|
|
offlat:0,
|
|
tileHeight: -15,
|
|
rotateSpeed: 0.00051,
|
|
server_url:'https://epmet-cloud-pingyin.elinkservice.cn/api',//社区后台
|
|
server_url2: 'https://epmet-cloud-pingyin.elinkservice.cn/emergency-admin',//gis后台
|
|
server_url3:'https://epdc-jinshui.elinkservice.cn/epdc-api',//锦水后台
|
|
sceneUrilList:[
|
|
'./js3dtiles/tileset.json'
|
|
],
|
|
|
|
hkDataInfo:'http://10.198.63.140:8891/joinHk/HkInFo/getInfo',
|
|
imgData:'http://localhost:9917/',
|
|
|
|
}
|
|
</script>
|
|
|
|
</body>
|
|
<style>
|
|
</style>
|
|
</html>
|
|
|