sat-earth 1.0.3 → 1.0.4

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
@@ -41,14 +41,14 @@
41
41
  - IOS,安卓及鸿蒙操作系统上的现代手机浏览器
42
42
  - 微信或手机QQ上的浏览器
43
43
 
44
- ::: warning
45
- 同Vue3一样不支持IE浏览器(包括`IE11`),主要考虑到以下几个原因:
46
- - `IE`不支持最新的Javascript标准,极大的增加了工程的开发和维护难度
47
- - `IE11`的WebGL性能很弱
48
- - `IE`不支持`WASM`,很多基于WASM的功能或优化都无法支持
49
- - `IE`的市场占有率极低,自2022年6月15日起,`IE11`停止维护
50
- :::
51
-
52
- ## 文档地址
44
+ 同Vue3一样不支持IE浏览器(包括`IE11`),主要考虑到以下几个原因:
45
+ - `IE`不支持最新的Javascript标准,极大的增加了工程的开发和维护难度
46
+ - `IE11`的WebGL性能很弱
47
+ - `IE`不支持`WASM`,很多基于WASM的功能或优化都无法支持
48
+ - `IE`的市场占有率极低,自2022年6月15日起,`IE11`停止维护
49
+
50
+ ## 相关地址
51
+ - [SatEarth仓库](https://gitee.com/gengkaibo/sat-earth)
53
52
  - [SatEarth在线文档](http://114.115.163.131:8888/sat-earth-docs/)
53
+ - [SatEarth在线体验](http://114.115.163.131:8888/)
54
54
 
@@ -23,7 +23,7 @@ export declare class SatMap {
23
23
  plot: Plot | undefined;
24
24
  spatialAnalysis: SpatialAnalysis | undefined;
25
25
  constructor(satGlobeEleId: string, mapContainerEleId: string, options: SatMapOptions, viewer?: mars3d.Cesium.Viewer);
26
- inited(): Promise<boolean>;
26
+ inited(): Promise<SatMap>;
27
27
  destroy(eleId?: string): void;
28
28
  downLoadScreenShot(options?: {
29
29
  isIncludeDiv?: boolean;