mars3d 3.9.5 → 3.9.7
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 +49 -44
- package/mars3d.css +2 -2
- package/mars3d.d.ts +105 -58
- package/mars3d.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
<p align="center">
|
|
3
|
-
<img src="
|
|
3
|
+
<img src="http://mars3d.cn/logo.png" width="200px" />
|
|
4
4
|
</p>
|
|
5
5
|
|
|
6
6
|
<p align="center">🌎 一款基于WebGL技术实现的三维地球客户端开发平台</p>
|
|
@@ -20,42 +20,37 @@
|
|
|
20
20
|
</a>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
|
-
[**English**](./README_EN.md) |[**中文**](./README.md)
|
|
24
23
|
|
|
25
24
|
|
|
25
|
+
当前仓库包含SDK更新日志、和其他仓库导航。
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
使用 Node 环境下的现代 web 前端技术栈时,可以使用 npm 或 cnpm 或 yarn 等方式来安装 mars3d 包
|
|
27
|
+
Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
30
28
|
|
|
31
|
-
|
|
32
|
-
//安装mars3d主库
|
|
33
|
-
npm install mars3d mars3d-cesium @turf/turf --save
|
|
34
|
-
```
|
|
29
|
+
国内Gitee:[https://gitee.com/marsgis/mars3d](https://gitee.com/marsgis/mars3d)
|
|
35
30
|
|
|
31
|
+
更新日志: [CHANGE.md](./CHANGE.md)
|
|
36
32
|
|
|
37
|
-
|
|
33
|
+
|
|
38
34
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
import * as mars3d from "mars3d";
|
|
44
|
-
```
|
|
35
|
+
## 平台介绍
|
|
36
|
+
|
|
37
|
+
`Mars3D平台` 是[火星科技](http://marsgis.cn/)研发的一款基于 WebGL 技术实现的三维客户端开发平台,基于[Cesium](https://cesium.com/cesiumjs/)优化提升与B/S架构设计,支持多行业扩展的轻量级高效能GIS开发平台,能够免安装、无插件地在浏览器中高效运行,并可快速接入与使用多种GIS数据和三维模型,呈现三维空间的可视化,完成平台在不同行业的灵活应用。
|
|
38
|
+
|
|
45
39
|
|
|
46
|
-
> 关于引入后的具体如何使用,请参考教程[Mars3D集成到项目](http://mars3d.cn/docs/guide/npm-integration/)中了解更多信息。
|
|
47
40
|
|
|
41
|
+
## 学习资料
|
|
48
42
|
|
|
43
|
+
- Mars3D官网:[http://mars3d.cn](http://mars3d.cn)
|
|
44
|
+
- 开发教程:[http://mars3d.cn/docs/](http://mars3d.cn/docs/)
|
|
45
|
+
- API文档:[http://mars3d.cn/api/](http://mars3d.cn/api/)
|
|
49
46
|
|
|
50
|
-
当前仓库包含SDK更新日志、和其他仓库导航。
|
|
51
47
|
|
|
48
|
+
### 反馈问题
|
|
49
|
+
为了方便交流及留存,所有bug及建议均统一提交至:[github issues](https://github.com/marsgis/mars3d/issues) 或
|
|
50
|
+
[国内gitee issues](https://gitee.com/marsgis/mars3d/issues)
|
|
52
51
|
|
|
53
52
|
|
|
54
|
-
Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
55
53
|
|
|
56
|
-
国内Gitee:[https://gitee.com/marsgis/mars3d](https://gitee.com/marsgis/mars3d)
|
|
57
|
-
|
|
58
|
-
更新日志: [CHANGE.md](./CHANGE.md)
|
|
59
54
|
|
|
60
55
|
|
|
61
56
|
## 功能示例
|
|
@@ -96,44 +91,54 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
|
96
91
|
|
|
97
92
|
|
|
98
93
|
|
|
99
|
-
|
|
100
|
-
## 平台介绍
|
|
101
|
-
|
|
102
|
-
`Mars3D平台` 是[火星科技](http://marsgis.cn/)研发的一款基于 WebGL 技术实现的三维客户端开发平台,基于[Cesium](https://cesium.com/cesiumjs/)优化提升与B/S架构设计,支持多行业扩展的轻量级高效能GIS开发平台,能够免安装、无插件地在浏览器中高效运行,并可快速接入与使用多种GIS数据和三维模型,呈现三维空间的可视化,完成平台在不同行业的灵活应用。
|
|
103
|
-
|
|
104
|
-
## 学习资料
|
|
105
|
-
|
|
106
|
-
- 开发教程: [http://mars3d.cn/docs/](http://mars3d.cn/docs/)
|
|
107
|
-
- API文档:[http://mars3d.cn/api/](http://mars3d.cn/api/)
|
|
108
|
-
- Mars3D官网:[http://mars3d.cn](http://mars3d.cn)
|
|
109
94
|
|
|
95
|
+
|
|
110
96
|
|
|
111
|
-
### 反馈问题
|
|
112
|
-
为了方便交流及留存,所有bug及建议均统一提交至:[github issues](https://github.com/marsgis/mars3d/issues) 或
|
|
113
|
-
[国内gitee issues](https://gitee.com/marsgis/mars3d/issues)
|
|
114
97
|
|
|
115
98
|
|
|
116
99
|
## 平台相关效果
|
|
117
100
|
功能示例:
|
|
118
101
|

|
|
119
102
|
|
|
120
|
-
|
|
103
|
+
通用项目-Vue版:[在线体验](http://mars3d.cn/project/vue/)
|
|
121
104
|
|
|
122
|
-

|
|
123
106
|
|
|
124
|
-
|
|
107
|
+
通用项目-原生JS版:[在线体验](http://mars3d.cn/project/es5/)
|
|
125
108
|
|
|
126
|
-

|
|
127
110
|
|
|
128
|
-
|
|
129
|
-
|
|
111
|
+
通用项目-React版:[在线体验](http://mars3d.cn/project/react/)
|
|
112
|
+
|
|
113
|
+

|
|
114
|
+
|
|
115
|
+
三维地球-APP版:[在线体验](http://mars3d.cn/project/app/)
|
|
130
116
|
|
|
131
|
-

|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
工厂园区项目:[在线体验](http://mars3d.cn/project/vue-gcyq/)
|
|
121
|
+
|
|
122
|
+

|
|
123
|
+
|
|
124
|
+
美丽乡村项目:[在线体验](http://mars3d.cn/project/vue-mlxc/)
|
|
125
|
+
|
|
126
|
+

|
|
132
127
|
|
|
133
128
|
|
|
134
|
-
|
|
129
|
+
图层配置工具:[在线体验](http://studio.mars3d.cn/project-map/offline-layer.html)
|
|
130
|
+
|
|
131
|
+

|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
图上标绘工具:[在线体验](http://studio.mars3d.cn/project-map/offline-plot.html)
|
|
135
|
+
|
|
136
|
+

|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
地图场景配置工具:[在线体验](http://studio.mars3d.cn/project-map/offline-map.html)
|
|
135
140
|
|
|
136
|
-

|
|
137
142
|
|
|
138
143
|
|
|
139
144
|
|