mars3d 3.1.13 → 3.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/README_EN.md +5 -5
- package/dist/mars3d.css +3 -3
- package/dist/mars3d.js +4 -4
- package/index.html +2 -2
- package/package.json +2 -2
package/index.html
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<link
|
|
17
17
|
rel="icon"
|
|
18
18
|
type="image/png"
|
|
19
|
-
href="
|
|
19
|
+
href="https://cdn.jsdelivr.net/gh/muyao1987/cdn/marsgis.cn/favicon/favicon.png"
|
|
20
20
|
/>
|
|
21
21
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
22
22
|
<!-- Safari浏览器添加到主屏幕(IOS) -->
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
//读取 config.json 配置文件
|
|
73
|
-
var configUrl = "
|
|
73
|
+
var configUrl = "https://cdn.jsdelivr.net/gh/marsgis/mars3d-es5-example/example/config/config.json";
|
|
74
74
|
mars3d.Resource.fetchJson({ url: configUrl }).then(function (json) {
|
|
75
75
|
initMap(json.map3d); //构建地图
|
|
76
76
|
});
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.17",
|
|
4
4
|
"description": "Mars3D平台",
|
|
5
5
|
"main": "dist/mars3d.js",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@turf/turf": "^6.5.0",
|
|
8
|
-
"mars3d-cesium": "^1.
|
|
8
|
+
"mars3d-cesium": "^1.88.0"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {},
|
|
11
11
|
"scripts": {
|