mars3d 3.3.8 → 3.3.9

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
@@ -31,28 +31,27 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
31
31
 
32
32
 
33
33
 
34
-
35
34
  ## 功能示例
36
35
  对平台每个功能编写的案例代码,可以阅读每个示例代码来学习各功能,与官网功能示例一致效果。
37
36
 
38
- | 技术栈 | Github | 国内Gitee | 说明 |
37
+ | 说明 | 教程 |Github源码 | 国内Gitee源码 |
39
38
  | ----|---- | ----| ---- |
40
- |**Vue** |[mars3d-vue-example](https://github.com/marsgis/mars3d-vue-example) |[mars3d-vue-example](https://gitee.com/marsgis/mars3d-vue-example) | 功能示例Vue版源码 |
41
- |React |[mars3d-react-example](https://github.com/marsgis/mars3d-react-example) |[mars3d-react-example](https://gitee.com/marsgis/mars3d-react-example) | 功能示例React版源码 |
42
- |原生JS |[mars3d-es5-example](https://github.com/marsgis/mars3d-es5-example) |[mars3d-es5-example](https://gitee.com/marsgis/mars3d-es5-example) | 功能示例原生JS版源码 |
39
+ |原生JS版 | [单击查看](http://mars3d.cn/dev/guide/project/example-es5.html) | [mars3d-es5-example](https://github.com/marsgis/mars3d-es5-example) |[mars3d-es5-example](https://gitee.com/marsgis/mars3d-es5-example) |
40
+ |Vue版 |[单击查看](http://mars3d.cn/dev/guide/project/example-vue.html) | [mars3d-vue-example](https://github.com/marsgis/mars3d-vue-example) |[mars3d-vue-example](https://gitee.com/marsgis/mars3d-vue-example) |
41
+ |React版 |[单击查看](http://mars3d.cn/dev/guide/project/example-react.html) | [mars3d-react-example](https://github.com/marsgis/mars3d-react-example) |[mars3d-react-example](https://gitee.com/marsgis/mars3d-react-example) |
43
42
 
44
43
 
45
44
  ## 最简项目模板
46
45
  提供了面向不同技术栈的最简项目模板,您可以直接使用或参考这些项目模板,了解SDK类库在不同技术栈项目中如何引入使用,快速搭建开发自己的项目。
47
46
 
48
-
49
- | 技术栈 | Github | 国内Gitee | 说明 |
50
- | ----|---- | ----| ---- |
51
- |**Vue** | [mars3d-vue-template](https://github.com/marsgis/mars3d-vue-template) |[mars3d-vue-template](https://gitee.com/marsgis/mars3d-vue-template) | Vue最简的项目模板 |
52
- |React | [mars3d-react-template](https://github.com/marsgis/mars3d-react-template) |[mars3d-react-template](https://gitee.com/marsgis/mars3d-react-template) | React最简的项目模板 |
53
- |Angular | [mars3d-angular-template](https://github.com/marsgis/mars3d-angular-template) |[mars3d-angular-template](https://gitee.com/marsgis/mars3d-angular-template) | Angular最简的项目模板 |
54
- |uni-app | [mars3d-uni-app](https://github.com/marsgis/mars3d-uni-app) |[mars3d-uni-app](https://gitee.com/marsgis/mars3d-uni-app) | uni-app的项目模板 |
55
- |原生JS | [mars3d-es5-template](https://github.com/marsgis/mars3d-es5-template) |[mars3d-es5-template](https://gitee.com/marsgis/mars3d-es5-template) | 原生JS最简的项目模板 |
47
+ | 说明 | Github源码 | 国内Gitee源码 |
48
+ | ----| ----| ---- |
49
+ |原生JS技术栈 | [mars3d-es5-template](https://github.com/marsgis/mars3d-es5-template) |[mars3d-es5-template](https://gitee.com/marsgis/mars3d-es5-template) |
50
+ |Vue技术栈 | [mars3d-vue-template](https://github.com/marsgis/mars3d-vue-template) |[mars3d-vue-template](https://gitee.com/marsgis/mars3d-vue-template) |
51
+ |React技术栈 | [mars3d-react-template](https://github.com/marsgis/mars3d-react-template) |[mars3d-react-template](https://gitee.com/marsgis/mars3d-react-template) |
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) |
54
+ |移动端APP | [mars3d-uni-app](https://github.com/marsgis/mars3d-uni-app) |[mars3d-uni-app](https://gitee.com/marsgis/mars3d-uni-app) |
56
55
 
57
56
 
58
57
 
@@ -60,39 +59,33 @@ Github:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d)
60
59
  基础项目是具备一个GIS项目常见功能的项目模板,只用更换数据及叠加业务即可完成项目交付。
61
60
  如果需要更多功能可以考虑购买[付费项目模板](http://mars3d.cn/template.html)。
62
61
 
63
- |技术栈 | Github | 国内Gitee | 说明 |
62
+ |说明 |教程 |Github源码 | 国内Gitee源码 |
64
63
  |----|---- | ----| ---- |
65
- |**Vue** | [mars3d-vue-project](https://github.com/marsgis/mars3d-vue-project) |[mars3d-vue-project](https://gitee.com/marsgis/mars3d-vue-project) | 基础项目Vue版 |
66
- |Vue | [mars3d-vue-project-admin](https://github.com/marsgis/mars3d-vue-project-admin) |[mars3d-vue-project-admin](https://gitee.com/marsgis/mars3d-vue-project-admin) | 基础项目Vue版+admin管理系统 |
67
- |React| [mars3d-react-project](https://github.com/marsgis/mars3d-react-project) |[mars3d-react-project](https://gitee.com/marsgis/mars3d-react-project) | 基础项目React版 |
68
- |原生JS | [mars3d-es5-project](https://github.com/marsgis/mars3d-es5-project) |[mars3d-es5-project](https://gitee.com/marsgis/mars3d-es5-project) | 基础项目原生JS版 |
69
-
64
+ |基础项目 原生JS版 |[单击查看](http://mars3d.cn/dev/guide/project/jcxm-es5.html) | [mars3d-es5-project](https://github.com/marsgis/mars3d-es5-project) |[mars3d-es5-project](https://gitee.com/marsgis/mars3d-es5-project) |
65
+ |基础项目 Vue版|[单击查看](http://mars3d.cn/dev/guide/project/jcxm-vue.html) | [mars3d-vue-project](https://github.com/marsgis/mars3d-vue-project) |[mars3d-vue-project](https://gitee.com/marsgis/mars3d-vue-project) |
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) |
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
 
71
69
 
72
70
 
73
71
  ## 第3方平台融合
74
72
  Mars3D支持结合Cesium相关的各类平台来兼容使用,方便结合不同平台的优点来达到完成各种项目需求。
75
73
 
76
- |技术栈 | Github | 国内Gitee | 说明 |
77
- |----|---- | ----| ---- |
78
- |supermap | [mars3d-link-supermap](https://github.com/marsgis/mars3d-link-supermap) |[mars3d-link-supermap](https://gitee.com/marsgis/mars3d-link-supermap) | 与超图公司平台融合示例 |
79
- |earthsdk | [mars3d-link-earthsdk](https://github.com/marsgis/mars3d-link-earthsdk) |[mars3d-link-earthsdk](https://gitee.com/marsgis/mars3d-link-earthsdk) | 与earthsdk平台融合示例 |
74
+ |说明 | Github | 国内Gitee |
75
+ |----|---- | ----|
76
+ |与supermap平台融合示例 | [mars3d-link-supermap](https://github.com/marsgis/mars3d-link-supermap) |[mars3d-link-supermap](https://gitee.com/marsgis/mars3d-link-supermap) |
77
+ |与earthsdk平台融合示例 | [mars3d-link-earthsdk](https://github.com/marsgis/mars3d-link-earthsdk) |[mars3d-link-earthsdk](https://gitee.com/marsgis/mars3d-link-earthsdk) |
80
78
 
81
79
 
82
80
 
83
81
  ## 其他
84
82
 
85
- |技术栈 | Github | 国内Gitee | 说明 |
86
- |----|---- | ----| ---- |
87
- |ES6 | [mars3d-plugin](https://github.com/marsgis/mars3d-plugin) |[mars3d-plugin](https://gitee.com/marsgis/mars3d-plugin) | 部分开源插件 |
83
+ |说明 | Github | 国内Gitee |
84
+ |----|---- | ----|
85
+ |部分开源插件 | [mars3d-plugin](https://github.com/marsgis/mars3d-plugin) |[mars3d-plugin](https://gitee.com/marsgis/mars3d-plugin) |
88
86
 
89
87
 
90
88
 
91
-
92
-
93
-
94
-
95
-
96
89
 
97
90
  ## 平台介绍
98
91
 
package/dist/mars3d.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D三维可视化平台 mars3d
3
3
  *
4
- * 版本信息:v3.3.8
5
- * 编译日期:2022-05-09 21:31:02
4
+ * 版本信息:v3.3.9
5
+ * 编译日期:2022-05-16 20:53:57
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2022-02-01
8
8
  */