ino-cesium 0.0.22-beta.1 → 0.0.22-beta.2
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/ino-cesium.d.ts +2 -2
- package/package.json +8 -8
package/dist/ino-cesium.d.ts
CHANGED
|
@@ -2526,7 +2526,7 @@ declare class RadereScanPrimitive extends BasePrimitive<any> {
|
|
|
2526
2526
|
private options;
|
|
2527
2527
|
constructor(options: IRaderScanPrimitiveOptions);
|
|
2528
2528
|
getGeometry(): Cesium.CircleGeometry;
|
|
2529
|
-
getPrimitive(): Cesium.
|
|
2529
|
+
getPrimitive(): Cesium.GroundPolylinePrimitive | Cesium.PrimitiveCollection | Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.LabelCollection | undefined;
|
|
2530
2530
|
setAppearance(appearance?: Cesium.Appearance): void;
|
|
2531
2531
|
}
|
|
2532
2532
|
|
|
@@ -2656,7 +2656,7 @@ declare class CircleAperturePrimitive extends BasePrimitive<any> {
|
|
|
2656
2656
|
private options;
|
|
2657
2657
|
constructor(options: ICircleAperturePrimitiveOptions);
|
|
2658
2658
|
getGeometry(): Cesium.CircleGeometry;
|
|
2659
|
-
getPrimitive(): Cesium.
|
|
2659
|
+
getPrimitive(): Cesium.GroundPolylinePrimitive | Cesium.PrimitiveCollection | Cesium.Primitive | Cesium.GroundPrimitive | Cesium.PointPrimitiveCollection | Cesium.LabelCollection | undefined;
|
|
2660
2660
|
setAppearance(appearance?: Cesium.Appearance): void;
|
|
2661
2661
|
}
|
|
2662
2662
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ino-cesium",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.22-beta.
|
|
4
|
+
"version": "0.0.22-beta.2",
|
|
5
5
|
"author": "koino",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cesium",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"vite-plugin-static-copy": "^3.1.0",
|
|
31
|
-
"@ino-cesium/
|
|
32
|
-
"@ino-cesium/
|
|
33
|
-
"@ino-cesium/
|
|
34
|
-
"@ino-cesium/material": "0.0.22-beta.
|
|
35
|
-
"@ino-cesium/
|
|
36
|
-
"@ino-cesium/
|
|
37
|
-
"@ino-cesium/
|
|
31
|
+
"@ino-cesium/draw": "0.0.22-beta.2",
|
|
32
|
+
"@ino-cesium/analysis": "0.0.22-beta.2",
|
|
33
|
+
"@ino-cesium/common": "0.0.22-beta.2",
|
|
34
|
+
"@ino-cesium/material": "0.0.22-beta.2",
|
|
35
|
+
"@ino-cesium/layers": "0.0.22-beta.2",
|
|
36
|
+
"@ino-cesium/effects": "0.0.22-beta.2",
|
|
37
|
+
"@ino-cesium/primitive": "0.0.22-beta.2"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"cesium": "1.134.0"
|