-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
42 lines (40 loc) · 1.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html class="no-js css-menubar" lang="zh-cn">
<head>
<title>Mars2D二维通用地理信息系统</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- 移动设备 viewport -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" />
<meta name="author" content="火星科技 http://mars2d.cn " />
<!-- 360浏览器默认使用Webkit内核 -->
<meta name="renderer" content="webkit" />
<!-- Chrome浏览器添加桌面快捷方式(安卓) -->
<link rel="icon" type="image/png" href="img/favicon/favicon.png" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Safari浏览器添加到主屏幕(IOS) -->
<link rel="icon" sizes="192x192" href="img/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="火星科技MarsGIS" />
<!-- Win8标题栏及ICON图标 -->
<link rel="apple-touch-icon-precomposed" href="img/favicon/apple-touch-icon.png" />
<meta name="msapplication-TileImage" content="img/favicon/[email protected]" />
<meta name="msapplication-TileColor" content="#62a8ea" />
<!--第三方lib-->
<script
type="text/javascript"
src="lib/include-lib.js?time=20250101"
libpath="lib/"
include="jquery,bootstrap,bootstrap-select,font-awesome,layer,localforage,haoutil,nprogress,toastr,admui,turf,mars2d,mars2d-esri,mars2d-echarts,mars2d-mapv,es5-widget"
></script>
<!--业务功能-->
<link href="css/map.css?time=20250101" rel="stylesheet" />
</head>
<body>
<div id="centerDiv2D">
<div id="mars2dContainer" class="mars2d-container"></div>
</div>
<script src="js/map.js?time=20250101"></script>
</body>
</html>