Archived
This commit is contained in:
+2
-2
@@ -15,10 +15,10 @@ import { Store } from '@ngrx/store';
|
||||
export class Switch2D3DComponent {
|
||||
|
||||
@Input() enable:boolean;
|
||||
public label: string = "3D";
|
||||
public label = "3D";
|
||||
private ol3d: OLCesium;
|
||||
private synchronizers:any[];
|
||||
public loading:boolean = true;
|
||||
public loading = true;
|
||||
private interactions:Interaction[] = [];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user