mars3d 3.3.9 → 3.3.12
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 +31 -23
- package/dist/mars3d.css +12 -11
- package/dist/mars3d.d.ts +124 -256
- package/dist/mars3d.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,37 +34,39 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
|
34
34
|
## 功能示例
|
|
35
35
|
对平台每个功能编写的案例代码,可以阅读每个示例代码来学习各功能,与官网功能示例一致效果。
|
|
36
36
|
|
|
37
|
-
| 说明 | 教程 |Github源码 | 国内Gitee源码 |
|
|
38
|
-
| ----|---- | ----| ---- |
|
|
39
|
-
|原生JS版 | [
|
|
40
|
-
|Vue版 |[
|
|
41
|
-
|React版 |[
|
|
37
|
+
| 说明 | 教程 | 视频 |Github源码 | 国内Gitee源码 |
|
|
38
|
+
| ----|---- | ---- | ----| ---- |
|
|
39
|
+
|原生JS版 | [查看](http://mars3d.cn/dev/guide/project/example-es5.html) | [查看](https://www.bilibili.com/video/BV1Hg411o7Js/) | [mars3d-es5-example](https://github.com/marsgis/mars3d-es5-example) |[mars3d-es5-example](https://gitee.com/marsgis/mars3d-es5-example) |
|
|
40
|
+
|Vue版 |[查看](http://mars3d.cn/dev/guide/project/example-vue.html) |[查看](https://www.bilibili.com/video/BV1PL41177SS/)| [mars3d-vue-example](https://github.com/marsgis/mars3d-vue-example) |[mars3d-vue-example](https://gitee.com/marsgis/mars3d-vue-example) |
|
|
41
|
+
|React版 |[查看](http://mars3d.cn/dev/guide/project/example-react.html)|[查看](https://www.bilibili.com/video/BV1xY4y1t7NR/) | [mars3d-react-example](https://github.com/marsgis/mars3d-react-example) |[mars3d-react-example](https://gitee.com/marsgis/mars3d-react-example) |
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
## 最简项目模板
|
|
45
45
|
提供了面向不同技术栈的最简项目模板,您可以直接使用或参考这些项目模板,了解SDK类库在不同技术栈项目中如何引入使用,快速搭建开发自己的项目。
|
|
46
46
|
|
|
47
|
-
| 说明 | Github源码 | 国内Gitee源码 |
|
|
48
|
-
| ----|
|
|
49
|
-
|原生JS技术栈 | [mars3d-es5-template](https://github.com/marsgis/mars3d-es5-template) |[mars3d-es5-template](https://gitee.com/marsgis/mars3d-es5-template) |
|
|
50
|
-
|Vue技术栈 | [mars3d-vue-template](https://github.com/marsgis/mars3d-vue-template) |[mars3d-vue-template](https://gitee.com/marsgis/mars3d-vue-template) |
|
|
51
|
-
|React技术栈 | [mars3d-react-template](https://github.com/marsgis/mars3d-react-template) |[mars3d-react-template](https://gitee.com/marsgis/mars3d-react-template) |
|
|
52
|
-
|Angular技术栈 | [mars3d-angular-template](https://github.com/marsgis/mars3d-angular-template) |[mars3d-angular-template](https://gitee.com/marsgis/mars3d-angular-template) |
|
|
53
|
-
|CS
|
|
54
|
-
|
|
47
|
+
| 说明 | 视频 | Github源码 | 国内Gitee源码 |
|
|
48
|
+
| ----| ----|----| ---- |
|
|
49
|
+
|原生JS技术栈 |[查看](https://www.bilibili.com/video/BV1za41177ZW/)| [mars3d-es5-template](https://github.com/marsgis/mars3d-es5-template) |[mars3d-es5-template](https://gitee.com/marsgis/mars3d-es5-template) |
|
|
50
|
+
|Vue技术栈 |[查看](https://www.bilibili.com/video/BV17P4y1F7gv/)| [mars3d-vue-template](https://github.com/marsgis/mars3d-vue-template) |[mars3d-vue-template](https://gitee.com/marsgis/mars3d-vue-template) |
|
|
51
|
+
|React技术栈 |[查看](https://www.bilibili.com/video/BV1nZ4y1b7W7/)| [mars3d-react-template](https://github.com/marsgis/mars3d-react-template) |[mars3d-react-template](https://gitee.com/marsgis/mars3d-react-template) |
|
|
52
|
+
|Angular技术栈 |暂无 | [mars3d-angular-template](https://github.com/marsgis/mars3d-angular-template) |[mars3d-angular-template](https://gitee.com/marsgis/mars3d-angular-template) |
|
|
53
|
+
|CS桌面端程序 |暂无| [mars3d-electron](https://github.com/marsgis/mars3d-electron) |[mars3d-electron](https://gitee.com/marsgis/mars3d-electron) |
|
|
54
|
+
|APP移动端程序 |[查看](https://www.bilibili.com/video/BV18F41157qR/)|[mars3d-uni-app](https://github.com/marsgis/mars3d-uni-app) |[mars3d-uni-app](https://gitee.com/marsgis/mars3d-uni-app) |
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
## 基础项目
|
|
58
|
+
## 基础项目
|
|
59
59
|
基础项目是具备一个GIS项目常见功能的项目模板,只用更换数据及叠加业务即可完成项目交付。
|
|
60
60
|
如果需要更多功能可以考虑购买[付费项目模板](http://mars3d.cn/template.html)。
|
|
61
61
|
|
|
62
|
-
|说明 |教程 |Github源码 | 国内Gitee源码 |
|
|
63
|
-
|----|---- | ----| ---- |
|
|
64
|
-
|基础项目 原生JS版 |[
|
|
65
|
-
|基础项目 Vue版|[
|
|
66
|
-
|基础项目 Vue版+admin管理
|
|
67
|
-
|基础项目 React版|[
|
|
62
|
+
|说明 |教程 |视频 | Github源码 | 国内Gitee源码 |
|
|
63
|
+
|----|---- |---- | ----| ---- |
|
|
64
|
+
|基础项目 原生JS版 |[查看](http://mars3d.cn/dev/guide/project/jcxm-es5.html) | [查看](https://www.bilibili.com/video/BV1nF41157Rn/)| [mars3d-es5-project](https://github.com/marsgis/mars3d-es5-project) |[mars3d-es5-project](https://gitee.com/marsgis/mars3d-es5-project) |
|
|
65
|
+
|基础项目 Vue版|[查看](http://mars3d.cn/dev/guide/project/jcxm-vue.html) |[查看](https://www.bilibili.com/video/BV1JF411q7Ut/)| [mars3d-vue-project](https://github.com/marsgis/mars3d-vue-project) |[mars3d-vue-project](https://gitee.com/marsgis/mars3d-vue-project) |
|
|
66
|
+
|基础项目 Vue版+admin管理 |无 | 无| [mars3d-vue-project-admin](https://github.com/marsgis/mars3d-vue-project-admin) |[mars3d-vue-project-admin](https://gitee.com/marsgis/mars3d-vue-project-admin) |
|
|
67
|
+
|基础项目 React版|[查看](http://mars3d.cn/dev/guide/project/jcxm-react.html) |暂无| [mars3d-react-project](https://github.com/marsgis/mars3d-react-project) |[mars3d-react-project](https://gitee.com/marsgis/mars3d-react-project) |
|
|
68
|
+
|三维地球APP项目| [查看](http://mars3d.cn/dev/guide/project/app-vue.html) | [查看](https://www.bilibili.com/video/BV1iY4y1t7jk/)| [付费提供](http://mars3d.cn/details.html?id=app-vue) | [付费提供](http://mars3d.cn/details.html?id=app-vue) |
|
|
69
|
+
|
|
68
70
|
|
|
69
71
|
|
|
70
72
|
|
|
@@ -86,6 +88,12 @@ Mars3D支持结合Cesium相关的各类平台来兼容使用,方便结合不
|
|
|
86
88
|
|
|
87
89
|
|
|
88
90
|
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
89
97
|
|
|
90
98
|
## 平台介绍
|
|
91
99
|
|
|
@@ -107,15 +115,15 @@ Mars3D支持结合Cesium相关的各类平台来兼容使用,方便结合不
|
|
|
107
115
|
功能示例:
|
|
108
116
|

|
|
109
117
|
|
|
110
|
-
基础项目:[在线体验](http://mars3d.cn/project/jcxm
|
|
118
|
+
基础项目:[在线体验](http://mars3d.cn/project/es5/jcxm.html)
|
|
111
119
|
|
|
112
120
|

|
|
113
121
|
|
|
114
|
-
电子沙盘项目:[在线体验](http://mars3d.cn/project/dzsp
|
|
122
|
+
电子沙盘项目:[在线体验](http://mars3d.cn/project/es5/dzsp.html)
|
|
115
123
|
|
|
116
124
|

|
|
117
125
|
|
|
118
|
-
综合态势项目:[在线体验](http://mars3d.cn/project/
|
|
126
|
+
综合态势项目:[在线体验](http://mars3d.cn/project/es5/theme/login.html)
|
|
119
127
|
|
|
120
128
|

|
|
121
129
|
|
package/dist/mars3d.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D三维可视化平台 mars3d
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.3.
|
|
5
|
-
* 编译日期:2022-
|
|
4
|
+
* 版本信息:v3.3.12
|
|
5
|
+
* 编译日期:2022-06-06 10:47:37
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
7
|
* 使用单位:免费公开版 ,2022-02-01
|
|
8
8
|
*/
|
|
@@ -22,6 +22,16 @@
|
|
|
22
22
|
.mars3d-container .mars3d-vrButton {
|
|
23
23
|
right: auto !important;
|
|
24
24
|
}
|
|
25
|
+
/**隐藏的div对象,如 DivBillboardEntity、HeatLayer 等*/
|
|
26
|
+
.mars3d-hideDiv {
|
|
27
|
+
z-index: -99;
|
|
28
|
+
position: absolute !important;
|
|
29
|
+
top: 0;
|
|
30
|
+
left: 0;
|
|
31
|
+
margin: 0;
|
|
32
|
+
padding: 0;
|
|
33
|
+
pointer-events: none;
|
|
34
|
+
}
|
|
25
35
|
/**右键菜单*/
|
|
26
36
|
.mars3d-contextmenu {
|
|
27
37
|
position: absolute;
|
|
@@ -485,12 +495,6 @@
|
|
|
485
495
|
margin: -2px;
|
|
486
496
|
box-sizing: content-box;
|
|
487
497
|
}
|
|
488
|
-
.mars3d-divBillboardEntity {
|
|
489
|
-
position: absolute;
|
|
490
|
-
top: 0;
|
|
491
|
-
left: 0;
|
|
492
|
-
z-index: -1;
|
|
493
|
-
}
|
|
494
498
|
/**内置的DivGraphic通用样式【动画点】*/
|
|
495
499
|
.mars3d-animation-point,
|
|
496
500
|
.mars3d-animation-point:after,
|
|
@@ -877,9 +881,6 @@
|
|
|
877
881
|
transform: scale(1, 1);
|
|
878
882
|
}
|
|
879
883
|
}
|
|
880
|
-
.mars3d-popup-background {
|
|
881
|
-
background: rgba(41, 84, 141, 0.9) !important;
|
|
882
|
-
}
|
|
883
884
|
.mars3d-popup-btn {
|
|
884
885
|
padding: 3px 10px;
|
|
885
886
|
border: 1px solid #209ffd;
|