@ino-cesium/primitive 0.0.21 → 0.0.22-beta.0
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/dist/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -453,7 +453,7 @@ declare class RadereScanPrimitive extends BasePrimitive<any> {
|
|
|
453
453
|
private options;
|
|
454
454
|
constructor(options: IRaderScanPrimitiveOptions);
|
|
455
455
|
getGeometry(): Cesium.CircleGeometry;
|
|
456
|
-
getPrimitive(): Cesium.
|
|
456
|
+
getPrimitive(): Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.GroundPolylinePrimitive | Cesium.LabelCollection | Cesium.PrimitiveCollection | undefined;
|
|
457
457
|
setAppearance(appearance?: Cesium.Appearance): void;
|
|
458
458
|
}
|
|
459
459
|
|
|
@@ -583,7 +583,7 @@ declare class CircleAperturePrimitive extends BasePrimitive<any> {
|
|
|
583
583
|
private options;
|
|
584
584
|
constructor(options: ICircleAperturePrimitiveOptions);
|
|
585
585
|
getGeometry(): Cesium.CircleGeometry;
|
|
586
|
-
getPrimitive(): Cesium.
|
|
586
|
+
getPrimitive(): Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.GroundPolylinePrimitive | Cesium.LabelCollection | Cesium.PrimitiveCollection | undefined;
|
|
587
587
|
setAppearance(appearance?: Cesium.Appearance): void;
|
|
588
588
|
}
|
|
589
589
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ino-cesium/primitive",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22-beta.0",
|
|
5
5
|
"author": "koino",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cesium",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"README.MD"
|
|
26
26
|
],
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"cesium": "1.
|
|
28
|
+
"cesium": "1.134.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"kdbush": "^3.0.0",
|
|
32
32
|
"supercluster": "^8.0.1",
|
|
33
|
-
"@ino-cesium/common": "0.0.
|
|
34
|
-
"@ino-cesium/material": "0.0.
|
|
33
|
+
"@ino-cesium/common": "0.0.22-beta.0",
|
|
34
|
+
"@ino-cesium/material": "0.0.22-beta.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/supercluster": "^7.1.3"
|