cesium_dev_kit
Advanced tools
Comparing version 1.0.72 to 1.0.73
{ | ||
"name": "cesium_dev_kit", | ||
"version": "1.0.72", | ||
"version": "1.0.73", | ||
"description": "封装Cesium常用API同时提供对应参考案例,开箱即用可快速实现各类效果。", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,3 +36,3 @@ ## cesium_dev_kit | ||
```shell | ||
npm install cesium_dev_kit | ||
npm install cesium_dev_kit | ||
``` | ||
@@ -43,3 +43,3 @@ | ||
``` | ||
import { initCesium } from 'cesium_dev_kit' | ||
import { initCesium } from 'cesium_dev_kit' | ||
``` | ||
@@ -83,2 +83,3 @@ | ||
| pincerArrowObj | Object | 标绘(钳击) | | ||
| ThreeJs | Object | 集成 ThreeJS 扩展对象 | | ||
@@ -144,3 +145,3 @@ ### 1.3 使用案例 | ||
```javaScript | ||
import {Graphics, Material,Primitive,Draw,Analysis,CustomCesiumPlugin,PassEffect,Plugin} from 'cesium_dev_kit' | ||
import {Graphics, Material,Primitive,Draw,Analysis,CustomCesiumPlugin,PassEffect,Plugin,ThreeJs} from 'cesium_dev_kit' | ||
``` | ||
@@ -158,2 +159,3 @@ | ||
- Plugin: 各种扩展功能 | ||
- ThreeJs: 集成 ThreeJS 扩展对象 | ||
@@ -228,3 +230,3 @@ ### 2.2 Draw 使用案例: | ||
```javaScript | ||
<script type="text/javascript" src="index.umd.js"></script> | ||
<script type="text/javascript" src="index.umd.js"></script> | ||
``` | ||
@@ -235,3 +237,3 @@ | ||
```javaScript | ||
new cesium_dev_kit.initCesium({...}) | ||
new cesium_dev_kit.initCesium({...}) | ||
``` | ||
@@ -238,0 +240,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
797812
2904
277