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 CHANGED
@@ -1,22 +1,23 @@
1
1
 
2
2
  <p align="center">
3
- <img src="https://muyao1987.gitee.io/cdn/mars3d.cn/logo.png" width="300px" />
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=version"/>
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 href='https://gitee.com/marsgis/mars3d/stargazers'><img src='https://gitee.com/marsgis/mars3d/badge/star.svg?theme=dark' alt='star'></img></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
- ![image](https://muyao1987.gitee.io/cdn/mars3d.cn/xm/example/1.jpg)
119
+ ![image](http://marsgis.cn/img/project/mars3d-doc/example1.jpg)
119
120
 
120
- 基础项目:[在线体验](http://mars3d.cn/project/es5/jcxm.html)
121
-
122
- ![image](https://muyao1987.gitee.io/cdn/mars3d.cn/xm/jcxm/1.jpg)
121
+ 基础项目:[在线体验](http://mars3d.cn/project/vue/jcxm.html)
122
+
123
+ ![image](http://marsgis.cn/img/project/mars3d-vue-project-jcxm/1.jpg)
123
124
 
124
125
  电子沙盘项目:[在线体验](http://mars3d.cn/project/es5/dzsp.html)
125
126
 
126
- ![image](https://muyao1987.gitee.io/cdn/mars3d.cn/xm/dzsp/1.jpg)
127
+ ![image](http://marsgis.cn/img/project/mars3d-es5-project-dzsp/2.jpg)
128
+
127
129
 
128
- 综合态势项目:[在线体验](http://mars3d.cn/project/es5/theme/login.html)
130
+ 智慧园区项目:[在线体验](http://mars3d.cn/project/vue/zhyq.html)
131
+
132
+ ![image](http://marsgis.cn/img/project/mars3d-vue-project-zhyq/1.jpg)
133
+
134
+
135
+ 综合态势项目:[在线体验](http://mars3d.cn/project/vue/login.html)
129
136
 
130
- ![image](https://muyao1987.gitee.io/cdn/mars3d.cn/xm/zhts/1.jpg)
137
+ ![image](http://marsgis.cn/img/project/mars3d-vue-project-zhts/2.jpg)
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.3.18
5
- * 编译日期:2022-07-12 09:12:48
4
+ * 版本信息:v3.4.2
5
+ * 编译日期:2022-08-01 18:16:31
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
- * 使用单位:免费公开版 ,2022-02-01
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: 32px;
360
- height: 32px;
359
+ width: 30px;
360
+ height: 30px;
361
361
  background: #f0eeee;
362
362
  border-radius: 50%;
363
363
  text-align: center;
364
- line-height: 36px;
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: rgba(63, 72, 84, 0.9);
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: rgba(63, 72, 84, 0.9);
942
+ background-color: transparent;
943
+ padding: 4px 5px;
931
944
  border-width: 1px;
932
945
  border-style: solid;
933
946
  height: 60px;