@pggis/pg-sdk 5.1.12 → 5.1.14
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 +2 -2
- package/dist/index.js +1468 -150
- package/dist/pggis.min.js +1470 -152
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
#
|
|
1
|
+
# 盘古 Gis SDK
|
|
2
2
|
|
|
3
3
|

|
|
4
|
-
>
|
|
4
|
+
> `盘古 Gis SDK` 是基于开源项目 `Cesium` 进行二次开发的二三维一体的 `WebGis` 应用框架,该框架优化了部分 `Cesium`
|
|
5
5
|
> 的使用方式和增添一些通用功能,旨在为开发者快速构建 `WebGis` 应用。
|
|
6
6
|
|
|
7
7
|
```warning
|