gis-cesium-helper 1.0.25 → 1.0.27

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  ## Usage
2
2
 
3
- + 项目依赖了我封装的库,使用npm i gis-cesium-helper -S即可
4
- + BaseGlobe组件可选择传入配置文件的url或json对象,scene节点为cesium自带的构造参数,control为地图控件,terrain为高程,models为三维模型,basemaps为底图,layers为业务数据图层
3
+ + 项目依赖了我封装的库,使用npm i gis-cesium-helper -S安装即可,Cesium和gis3d已进行minify处理,提升运行性能,建议直接在html中引用
4
+ + BaseGlobe组件可选择传入配置文件的url或json对象,scene节点为cesium自带的构造参数,control为地图控件,terrain为高程,models为三维模型,basemaps为底图,layers为业务数据图层
5
+ + 地图要素状态的变更可直接对实例化类的属性赋值或使用set方法进行实时响应
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gis-cesium-helper",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "author": "Guo.Yan <luv02@vip.qq.com>",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -27,9 +27,10 @@
27
27
  "url": ""
28
28
  },
29
29
  "dependencies": {
30
- "gis-common": "^1.1.4",
30
+ "gis-common": "^1.1.18",
31
31
  "mars3d": "^3.3.5",
32
32
  "sass": "^1.50.1",
33
+ "vite-plugin-mars3d": "^1.1.4",
33
34
  "vue": "^3.2.16"
34
35
  },
35
36
  "devDependencies": {