mars3d 3.3.17 → 3.4.1
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 +17 -13
- package/dist/mars3d.css +21 -8
- package/dist/mars3d.d.ts +3285 -3070
- package/dist/mars3d.js +4 -13
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
<p align="center">
|
|
3
|
-
<img src="
|
|
3
|
+
<img src="//mars3d.cn/logo.png" width="300px" />
|
|
4
4
|
</p>
|
|
5
5
|
|
|
6
6
|
<p align="center">🌎 一款基于WebGL技术实现的三维地球客户端开发平台</p>
|
|
@@ -25,12 +25,10 @@
|
|
|
25
25
|
当前仓库包含SDK更新日志、和其他仓库导航。
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
30
29
|
|
|
31
30
|
国内Gitee:[https://gitee.com/marsgis/mars3d](https://gitee.com/marsgis/mars3d)
|
|
32
31
|
|
|
33
|
-
更新日志: [CHANGE.md](./CHANGE.md)
|
|
34
32
|
|
|
35
33
|
|
|
36
34
|
## 功能示例
|
|
@@ -51,8 +49,8 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
|
51
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) |
|
|
52
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) |
|
|
53
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) |
|
|
54
|
-
|Angular技术栈
|
|
55
|
-
|CS桌面端程序
|
|
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) |
|
|
56
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) |
|
|
57
55
|
|
|
58
56
|
|
|
@@ -66,7 +64,7 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
|
66
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) |
|
|
67
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) |
|
|
68
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) |
|
|
69
|
-
|基础项目 React版|[查看](http://mars3d.cn/dev/guide/project/jcxm-react.html)
|
|
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) |
|
|
70
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) |
|
|
71
69
|
|
|
72
70
|
|
|
@@ -115,19 +113,25 @@ Mars3D支持结合Cesium相关的各类平台来兼容使用,方便结合不
|
|
|
115
113
|
|
|
116
114
|
## 平台相关效果
|
|
117
115
|
功能示例:
|
|
118
|
-

|
|
119
117
|
|
|
120
|
-
基础项目:[在线体验](http://mars3d.cn/project/
|
|
121
|
-
|
|
122
|
-

|
|
119
|
+
|
|
120
|
+

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

|
|
125
|
+
|
|
127
126
|
|
|
128
|
-
|
|
127
|
+
智慧园区项目:[在线体验](http://mars3d.cn/project/vue/zhyq.html)
|
|
128
|
+
|
|
129
|
+

|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
综合态势项目:[在线体验](http://mars3d.cn/project/vue/login.html)
|
|
129
133
|
|
|
130
|
-

|
|
131
135
|
|
|
132
136
|
|
|
133
137
|
|
package/dist/mars3d.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D三维可视化平台 mars3d
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.
|
|
5
|
-
* 编译日期:2022-07-
|
|
4
|
+
* 版本信息:v3.4.1
|
|
5
|
+
* 编译日期:2022-07-25 16:20:12
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
|
-
* 使用单位:免费公开版 ,2022-
|
|
7
|
+
* 使用单位:免费公开版 ,2022-06-01
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
/**地球容器div*/
|
|
@@ -356,18 +356,29 @@
|
|
|
356
356
|
position: absolute;
|
|
357
357
|
left: -15px;
|
|
358
358
|
top: calc(50% - 15px);
|
|
359
|
-
width:
|
|
360
|
-
height:
|
|
359
|
+
width: 30px;
|
|
360
|
+
height: 30px;
|
|
361
361
|
background: #f0eeee;
|
|
362
362
|
border-radius: 50%;
|
|
363
363
|
text-align: center;
|
|
364
|
-
line-height:
|
|
364
|
+
line-height: 40px;
|
|
365
365
|
padding: 2px;
|
|
366
366
|
border: 1px solid lightgrey;
|
|
367
367
|
}
|
|
368
368
|
.mars3d-slider .slider-splitter:hover {
|
|
369
369
|
cursor: ew-resize;
|
|
370
370
|
}
|
|
371
|
+
.mars3d-mapCompare {
|
|
372
|
+
position: absolute;
|
|
373
|
+
left: auto;
|
|
374
|
+
right: 0px;
|
|
375
|
+
top: 0px;
|
|
376
|
+
bottom: 0px;
|
|
377
|
+
width: 50%;
|
|
378
|
+
height: 100%;
|
|
379
|
+
margin: 0;
|
|
380
|
+
padding: 0;
|
|
381
|
+
}
|
|
371
382
|
/**滚轮样式*/
|
|
372
383
|
.mars3d-mousedownview {
|
|
373
384
|
position: absolute;
|
|
@@ -921,13 +932,15 @@
|
|
|
921
932
|
}
|
|
922
933
|
.mars3d-template-content input {
|
|
923
934
|
color: #ffffff;
|
|
924
|
-
background-color:
|
|
935
|
+
background-color: transparent;
|
|
936
|
+
padding: 4px 5px;
|
|
925
937
|
border-width: 1px;
|
|
926
938
|
border-style: solid;
|
|
927
939
|
}
|
|
928
940
|
.mars3d-template-content textarea {
|
|
929
941
|
color: #ffffff;
|
|
930
|
-
background-color:
|
|
942
|
+
background-color: transparent;
|
|
943
|
+
padding: 4px 5px;
|
|
931
944
|
border-width: 1px;
|
|
932
945
|
border-style: solid;
|
|
933
946
|
height: 60px;
|