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