2020-10-12 10:11:24 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
2020-10-26 11:40:46 +08:00
|
|
|
<title>国标28181</title>
|
2022-02-15 17:41:09 +08:00
|
|
|
<link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
|
2021-07-14 15:57:39 +08:00
|
|
|
<link rel="stylesheet" type="text/css" href="./static/css/iconfont.css">
|
2021-04-19 11:04:11 +08:00
|
|
|
<link rel="stylesheet" type="text/css" href="./static/css/login.css">
|
2020-10-12 10:11:24 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-03-28 15:26:48 +08:00
|
|
|
<script type="text/javascript" src="./static/js/jessibuca/jessibuca.js"></script>
|
2021-04-19 11:04:11 +08:00
|
|
|
<script type="text/javascript" src="./static/js/EasyWasmPlayer.js"></script>
|
|
|
|
<script type="text/javascript" src="./static/js/ZLMRTCClient.js"></script>
|
2020-10-12 10:11:24 +08:00
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
2022-04-08 18:09:23 +08:00
|
|
|
<script>
|
|
|
|
// map组件全局参数
|
|
|
|
window.mapParam = {
|
|
|
|
// 坐标系 GCJ-02 WGS-84, 默认WGS-84
|
|
|
|
coordinateSystem: "GCJ-02",
|
|
|
|
// 地图瓦片地址
|
|
|
|
tilesUrl: "http://webrd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scale=1&style=8",
|
|
|
|
// 瓦片大小
|
|
|
|
tileSize: 512,
|
|
|
|
// 默认层级
|
|
|
|
zoom:10,
|
|
|
|
// 默认地图中心点
|
|
|
|
center:[116.41020, 39.915119],
|
|
|
|
// 地图最大层级
|
|
|
|
maxZoom:19,
|
|
|
|
// 地图最小层级
|
|
|
|
minZoom: 3
|
|
|
|
}
|
|
|
|
</script>
|
2020-10-12 10:11:24 +08:00
|
|
|
</body>
|
|
|
|
</html>
|