Skip to content

Commit

Permalink
IEarth主版本同步11.1.1分支alpha版本
Browse files Browse the repository at this point in the history
  • Loading branch information
supermap123 committed Mar 18, 2024
1 parent e251313 commit 4d3c0f8
Show file tree
Hide file tree
Showing 321 changed files with 29,905 additions and 16,641 deletions.
1 change: 1 addition & 0 deletions SuperMap iEarth/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@ispeco:registry=http://npm.ispeco.com/npm
36 changes: 22 additions & 14 deletions SuperMap iEarth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,36 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/SuperMap3D/Widgets/widgets.css" rel="stylesheet">
<script src="/SuperMap3D/SuperMap3D.js"></script>
<script src="/Resource/js/heatmap.min.js"></script>
<title>iEarth</title>

<!-- 导入SuperMap3D -->
<link rel="stylesheet" href="/SuperMap3D/Widgets/widgets.css" rel="stylesheet">
<script type="text/javascript" src="/SuperMap3D/SuperMap3D.js"></script>

<!-- 引入二维地图库:iclient-leaflet -->
<!-- 导入二维地图库:iclient-leaflet -->
<script type="text/javascript" src="/Resource/js/leaflet/leaflet.js"></script>
<script type="text/javascript" src="/Resource/js/iclient-leaflet/iclient-leaflet.js"></script>

<title>iEarth</title>
<style>
body {
color: #fff !important;
font-size: 15px !important;
width: 100%;
height: 100%;
}
</style>
<!-- 导入热力图资源 -->
<!-- <script type="text/javascript" src="/Resource/js/heatmap.min.js"></script> -->

<!-- 导入国际化资源 -->
<script type="text/javascript" src="/locale/zh.js"></script>
<script type="text/javascript" src="/locale/en.js"></script>
<script type="text/javascript" src="/locale/ja.js"></script>
<script type="text/javascript" src="/locale/ru.js"></script>
<script type="text/javascript" src="/locale/config.js"></script>

<!-- 导入服务列表配置文件 -->
<script type="text/javascript" src="/config/serviceList.js"></script>

<!-- 导入第三方服务token配置文件 -->
<script type="text/javascript" src="/config/token.js"></script>

</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

</html>
Loading

0 comments on commit 4d3c0f8

Please sign in to comment.