mars3d 3.4.0 → 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 CHANGED
@@ -1,6 +1,6 @@
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>
@@ -113,19 +113,25 @@ Mars3D支持结合Cesium相关的各类平台来兼容使用,方便结合不
113
113
 
114
114
  ## 平台相关效果
115
115
  功能示例:
116
- ![image](https://muyao1987.gitee.io/cdn/mars3d.cn/xm/example/1.jpg)
116
+ ![image](http://marsgis.cn/img/project/mars3d-doc/example1.jpg)
117
117
 
118
- 基础项目:[在线体验](http://mars3d.cn/project/es5/jcxm.html)
119
-
120
- ![image](https://muyao1987.gitee.io/cdn/mars3d.cn/xm/jcxm/1.jpg)
118
+ 基础项目:[在线体验](http://mars3d.cn/project/vue/jcxm.html)
119
+
120
+ ![image](http://marsgis.cn/img/project/mars3d-vue-project-jcxm/1.jpg)
121
121
 
122
122
  电子沙盘项目:[在线体验](http://mars3d.cn/project/es5/dzsp.html)
123
123
 
124
- ![image](https://muyao1987.gitee.io/cdn/mars3d.cn/xm/dzsp/1.jpg)
124
+ ![image](http://marsgis.cn/img/project/mars3d-es5-project-dzsp/2.jpg)
125
+
125
126
 
126
- 综合态势项目:[在线体验](http://mars3d.cn/project/es5/theme/login.html)
127
+ 智慧园区项目:[在线体验](http://mars3d.cn/project/vue/zhyq.html)
128
+
129
+ ![image](http://marsgis.cn/img/project/mars3d-vue-project-zhyq/1.jpg)
130
+
131
+
132
+ 综合态势项目:[在线体验](http://mars3d.cn/project/vue/login.html)
127
133
 
128
- ![image](https://muyao1987.gitee.io/cdn/mars3d.cn/xm/zhts/1.jpg)
134
+ ![image](http://marsgis.cn/img/project/mars3d-vue-project-zhts/2.jpg)
129
135
 
130
136
 
131
137
 
package/dist/mars3d.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D三维可视化平台 mars3d
3
3
  *
4
- * 版本信息:v3.4.0
5
- * 编译日期:2022-07-15 14:26:40
4
+ * 版本信息:v3.4.1
5
+ * 编译日期:2022-07-25 16:20:12
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2022-06-01
8
8
  */
@@ -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;