mars3d 3.3.18 → 3.4.2
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 +26 -19
- package/dist/mars3d.css +21 -8
- package/dist/mars3d.d.ts +3457 -3066
- package/dist/mars3d.js +4 -13
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
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>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
9
|
-
<a target="_black" href="https://www.npmjs.com/package/mars3d">
|
|
10
|
-
<img alt="Npm version" src="https://img.shields.io/npm/v/mars3d.svg?style=flat&logo=npm&label
|
|
11
|
-
</a>
|
|
12
|
-
<a target="_black" href="https://www.npmjs.com/package/mars3d">
|
|
13
|
-
<img alt="Npm downloads" src="https://img.shields.io/npm/dt/mars3d?style=flat&logo=npm"
|
|
14
|
-
</a>
|
|
15
|
-
<a target="_black" href="https://github.com/marsgis/mars3d">
|
|
16
|
-
<img alt="GitHub stars" src="https://img.shields.io/github/stars/marsgis/mars3d?style=flat&logo=github"
|
|
17
|
-
</a>
|
|
18
|
-
<a
|
|
19
|
-
|
|
9
|
+
<a target="_black" href="https://www.npmjs.com/package/mars3d">
|
|
10
|
+
<img alt="Npm version" src="https://img.shields.io/npm/v/mars3d.svg?style=flat&logo=npm&label=版本号" />
|
|
11
|
+
</a>
|
|
12
|
+
<a target="_black" href="https://www.npmjs.com/package/mars3d">
|
|
13
|
+
<img alt="Npm downloads" src="https://img.shields.io/npm/dt/mars3d?style=flat&logo=npm&label=下载量" />
|
|
14
|
+
</a>
|
|
15
|
+
<a target="_black" href="https://github.com/marsgis/mars3d">
|
|
16
|
+
<img alt="GitHub stars" src="https://img.shields.io/github/stars/marsgis/mars3d?style=flat&logo=github" />
|
|
17
|
+
</a>
|
|
18
|
+
<a target="_black" href="https://gitee.com/marsgis/mars3d">
|
|
19
|
+
<img src="https://gitee.com/marsgis/mars3d/badge/star.svg?theme=dark" alt="star" />
|
|
20
|
+
</a>
|
|
20
21
|
</p>
|
|
21
22
|
|
|
22
23
|
[**English**](./README_EN.md) |[**中文**](./README.md)
|
|
@@ -115,19 +116,25 @@ Mars3D支持结合Cesium相关的各类平台来兼容使用,方便结合不
|
|
|
115
116
|
|
|
116
117
|
## 平台相关效果
|
|
117
118
|
功能示例:
|
|
118
|
-

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

|
|
122
|
+
|
|
123
|
+

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

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

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

|
|
131
138
|
|
|
132
139
|
|
|
133
140
|
|
package/dist/mars3d.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D三维可视化平台 mars3d
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.
|
|
5
|
-
* 编译日期:2022-
|
|
4
|
+
* 版本信息:v3.4.2
|
|
5
|
+
* 编译日期:2022-08-01 18:16:31
|
|
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;
|