mars3d 3.3.13 → 3.3.16
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 +5 -3
- package/dist/mars3d.css +50 -43
- package/dist/mars3d.d.ts +145 -81
- package/dist/mars3d.js +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,10 +25,12 @@
|
|
|
25
25
|
当前仓库包含SDK更新日志、和其他仓库导航。
|
|
26
26
|
|
|
27
27
|
|
|
28
|
+
|
|
28
29
|
Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
29
30
|
|
|
30
31
|
国内Gitee:[https://gitee.com/marsgis/mars3d](https://gitee.com/marsgis/mars3d)
|
|
31
32
|
|
|
33
|
+
更新日志: [CHANGE.md](./CHANGE.md)
|
|
32
34
|
|
|
33
35
|
|
|
34
36
|
## 功能示例
|
|
@@ -49,8 +51,8 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
|
49
51
|
|原生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
52
|
|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
53
|
|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技术栈
|
|
53
|
-
|CS桌面端程序
|
|
54
|
+
|Angular技术栈 |[查看](https://www.bilibili.com/video/BV13Y411K7xs/) | [mars3d-angular-template](https://github.com/marsgis/mars3d-angular-template) |[mars3d-angular-template](https://gitee.com/marsgis/mars3d-angular-template) |
|
|
55
|
+
|CS桌面端程序 |[查看](https://www.bilibili.com/video/BV1N94y1R7ds/)| [mars3d-electron](https://github.com/marsgis/mars3d-electron) |[mars3d-electron](https://gitee.com/marsgis/mars3d-electron) |
|
|
54
56
|
|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
57
|
|
|
56
58
|
|
|
@@ -64,7 +66,7 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
|
|
|
64
66
|
|基础项目 原生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
67
|
|基础项目 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
68
|
|基础项目 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)
|
|
69
|
+
|基础项目 React版|[查看](http://mars3d.cn/dev/guide/project/jcxm-react.html) |[查看](https://www.bilibili.com/video/BV1n3411u7Dm/)| [mars3d-react-project](https://github.com/marsgis/mars3d-react-project) |[mars3d-react-project](https://gitee.com/marsgis/mars3d-react-project) |
|
|
68
70
|
|三维地球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
71
|
|
|
70
72
|
|
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.16
|
|
5
|
+
* 编译日期:2022-07-04 13:55:36
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
7
|
* 使用单位:免费公开版 ,2022-02-01
|
|
8
8
|
*/
|
|
@@ -495,7 +495,6 @@
|
|
|
495
495
|
margin: -2px;
|
|
496
496
|
box-sizing: content-box;
|
|
497
497
|
}
|
|
498
|
-
/**内置的DivGraphic通用样式【动画点】*/
|
|
499
498
|
.mars3d-animation-point,
|
|
500
499
|
.mars3d-animation-point:after,
|
|
501
500
|
.mars3d-animation-point:before,
|
|
@@ -529,6 +528,14 @@
|
|
|
529
528
|
box-shadow: 0 0 2em currentColor, 0 0 0.5em currentColor;
|
|
530
529
|
position: absolute;
|
|
531
530
|
}
|
|
531
|
+
.mars3d-animation-point .mars3d-animation-point-lbl {
|
|
532
|
+
position: absolute;
|
|
533
|
+
transform: translate(-50%, -120%);
|
|
534
|
+
left: 50%;
|
|
535
|
+
font-size: 16px;
|
|
536
|
+
width: fit-content;
|
|
537
|
+
white-space: nowrap;
|
|
538
|
+
}
|
|
532
539
|
.mars3d-animation-point p {
|
|
533
540
|
position: absolute;
|
|
534
541
|
left: 50%;
|
|
@@ -596,26 +603,26 @@
|
|
|
596
603
|
filter: alpha(opacity=1);
|
|
597
604
|
}
|
|
598
605
|
25% {
|
|
599
|
-
width:
|
|
600
|
-
height:
|
|
606
|
+
width: 120%;
|
|
607
|
+
height: 120%;
|
|
601
608
|
opacity: 0.7;
|
|
602
609
|
filter: alpha(opacity=70);
|
|
603
610
|
}
|
|
604
611
|
50% {
|
|
605
|
-
width:
|
|
606
|
-
height:
|
|
612
|
+
width: 200%;
|
|
613
|
+
height: 200%;
|
|
607
614
|
opacity: 0.5;
|
|
608
615
|
filter: alpha(opacity=50);
|
|
609
616
|
}
|
|
610
617
|
75% {
|
|
611
|
-
width:
|
|
612
|
-
height:
|
|
618
|
+
width: 300%;
|
|
619
|
+
height: 300%;
|
|
613
620
|
opacity: 0.2;
|
|
614
621
|
filter: alpha(opacity=20);
|
|
615
622
|
}
|
|
616
623
|
to {
|
|
617
|
-
width:
|
|
618
|
-
height:
|
|
624
|
+
width: 400%;
|
|
625
|
+
height: 400%;
|
|
619
626
|
opacity: 0;
|
|
620
627
|
filter: alpha(opacity=0);
|
|
621
628
|
}
|
|
@@ -628,26 +635,26 @@
|
|
|
628
635
|
filter: alpha(opacity=1);
|
|
629
636
|
}
|
|
630
637
|
25% {
|
|
631
|
-
width:
|
|
632
|
-
height:
|
|
638
|
+
width: 120%;
|
|
639
|
+
height: 120%;
|
|
633
640
|
opacity: 0.7;
|
|
634
641
|
filter: alpha(opacity=70);
|
|
635
642
|
}
|
|
636
643
|
50% {
|
|
637
|
-
width:
|
|
638
|
-
height:
|
|
644
|
+
width: 200%;
|
|
645
|
+
height: 200%;
|
|
639
646
|
opacity: 0.5;
|
|
640
647
|
filter: alpha(opacity=50);
|
|
641
648
|
}
|
|
642
649
|
75% {
|
|
643
|
-
width:
|
|
644
|
-
height:
|
|
650
|
+
width: 300%;
|
|
651
|
+
height: 300%;
|
|
645
652
|
opacity: 0.2;
|
|
646
653
|
filter: alpha(opacity=20);
|
|
647
654
|
}
|
|
648
655
|
to {
|
|
649
|
-
width:
|
|
650
|
-
height:
|
|
656
|
+
width: 400%;
|
|
657
|
+
height: 400%;
|
|
651
658
|
opacity: 0;
|
|
652
659
|
filter: alpha(opacity=0);
|
|
653
660
|
}
|
|
@@ -660,26 +667,26 @@
|
|
|
660
667
|
filter: alpha(opacity=1);
|
|
661
668
|
}
|
|
662
669
|
25% {
|
|
663
|
-
width:
|
|
664
|
-
height:
|
|
670
|
+
width: 120%;
|
|
671
|
+
height: 120%;
|
|
665
672
|
opacity: 0.7;
|
|
666
673
|
filter: alpha(opacity=70);
|
|
667
674
|
}
|
|
668
675
|
50% {
|
|
669
|
-
width:
|
|
670
|
-
height:
|
|
676
|
+
width: 200%;
|
|
677
|
+
height: 200%;
|
|
671
678
|
opacity: 0.5;
|
|
672
679
|
filter: alpha(opacity=50);
|
|
673
680
|
}
|
|
674
681
|
75% {
|
|
675
|
-
width:
|
|
676
|
-
height:
|
|
682
|
+
width: 300%;
|
|
683
|
+
height: 300%;
|
|
677
684
|
opacity: 0.2;
|
|
678
685
|
filter: alpha(opacity=20);
|
|
679
686
|
}
|
|
680
687
|
to {
|
|
681
|
-
width:
|
|
682
|
-
height:
|
|
688
|
+
width: 400%;
|
|
689
|
+
height: 400%;
|
|
683
690
|
opacity: 0;
|
|
684
691
|
filter: alpha(opacity=0);
|
|
685
692
|
}
|
|
@@ -692,26 +699,26 @@
|
|
|
692
699
|
filter: alpha(opacity=1);
|
|
693
700
|
}
|
|
694
701
|
25% {
|
|
695
|
-
width:
|
|
696
|
-
height:
|
|
702
|
+
width: 120%;
|
|
703
|
+
height: 120%;
|
|
697
704
|
opacity: 0.7;
|
|
698
705
|
filter: alpha(opacity=70);
|
|
699
706
|
}
|
|
700
707
|
50% {
|
|
701
|
-
width:
|
|
702
|
-
height:
|
|
708
|
+
width: 200%;
|
|
709
|
+
height: 200%;
|
|
703
710
|
opacity: 0.5;
|
|
704
711
|
filter: alpha(opacity=50);
|
|
705
712
|
}
|
|
706
713
|
75% {
|
|
707
|
-
width:
|
|
708
|
-
height:
|
|
714
|
+
width: 300%;
|
|
715
|
+
height: 300%;
|
|
709
716
|
opacity: 0.2;
|
|
710
717
|
filter: alpha(opacity=20);
|
|
711
718
|
}
|
|
712
719
|
to {
|
|
713
|
-
width:
|
|
714
|
-
height:
|
|
720
|
+
width: 400%;
|
|
721
|
+
height: 400%;
|
|
715
722
|
opacity: 0;
|
|
716
723
|
filter: alpha(opacity=0);
|
|
717
724
|
}
|
|
@@ -724,26 +731,26 @@
|
|
|
724
731
|
filter: alpha(opacity=1);
|
|
725
732
|
}
|
|
726
733
|
25% {
|
|
727
|
-
width:
|
|
728
|
-
height:
|
|
734
|
+
width: 120%;
|
|
735
|
+
height: 120%;
|
|
729
736
|
opacity: 0.7;
|
|
730
737
|
filter: alpha(opacity=70);
|
|
731
738
|
}
|
|
732
739
|
50% {
|
|
733
|
-
width:
|
|
734
|
-
height:
|
|
740
|
+
width: 200%;
|
|
741
|
+
height: 200%;
|
|
735
742
|
opacity: 0.5;
|
|
736
743
|
filter: alpha(opacity=50);
|
|
737
744
|
}
|
|
738
745
|
75% {
|
|
739
|
-
width:
|
|
740
|
-
height:
|
|
746
|
+
width: 300%;
|
|
747
|
+
height: 300%;
|
|
741
748
|
opacity: 0.2;
|
|
742
749
|
filter: alpha(opacity=20);
|
|
743
750
|
}
|
|
744
751
|
to {
|
|
745
|
-
width:
|
|
746
|
-
height:
|
|
752
|
+
width: 400%;
|
|
753
|
+
height: 400%;
|
|
747
754
|
opacity: 0;
|
|
748
755
|
filter: alpha(opacity=0);
|
|
749
756
|
}
|