@smplrspace/smplr-loader 2.31.0 → 2.31.1-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.
|
@@ -430,7 +430,7 @@ declare class Map_2 {
|
|
|
430
430
|
addSpacesById(spaceIds: string[]): void;
|
|
431
431
|
removeSpacesById(spaceIds: string[]): void;
|
|
432
432
|
removeAllSpaces(): void;
|
|
433
|
-
updateRenderOptions(options:
|
|
433
|
+
updateRenderOptions(options: PartialMapRenderOptions): void;
|
|
434
434
|
showOsmBuildings(): void;
|
|
435
435
|
hideOsmBuildings(): void;
|
|
436
436
|
toggleOsmBuildings(): void;
|
|
@@ -475,7 +475,7 @@ export declare type MapOptions = {
|
|
|
475
475
|
container: HTMLElement;
|
|
476
476
|
});
|
|
477
477
|
|
|
478
|
-
export declare interface
|
|
478
|
+
export declare interface MapRenderOptions {
|
|
479
479
|
footprint: {
|
|
480
480
|
render: boolean;
|
|
481
481
|
color: string;
|
|
@@ -636,7 +636,7 @@ export declare interface PartialMapCameraPlacement {
|
|
|
636
636
|
center?: GeoPoint;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
|
-
export declare type
|
|
639
|
+
export declare type PartialMapRenderOptions = DeepPartial<MapRenderOptions>;
|
|
640
640
|
|
|
641
641
|
export declare interface PartialOrbitCameraPlacement {
|
|
642
642
|
alpha?: number;
|
|
@@ -1164,7 +1164,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
1164
1164
|
z: number;
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
|
-
export declare const version = "2.31.0";
|
|
1167
|
+
export declare const version = "2.31.1-beta.0";
|
|
1168
1168
|
|
|
1169
1169
|
declare interface ViewerRendererHandle {
|
|
1170
1170
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|