File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,36 @@ export {default as ContribManager} from './olcs/contrib/Manager';
2121export { default as ContribLazyLoader } from './olcs/contrib/LazyLoader' ;
2222
2323// Deprecated export of olcs on window
24+ // @ts -ignore
2425const olcs = window [ 'olcs' ] = { } ;
26+ // @ts -ignore
2527olcs . OLCesium = OLCesium ;
2628
2729import { default as AbstractSynchronizer } from './olcs/AbstractSynchronizer' ;
2830import { default as RasterSynchronizer } from './olcs/RasterSynchronizer' ;
2931import { default as VectorSynchronizer } from './olcs/VectorSynchronizer' ;
32+ // @ts -ignore
3033olcs . AbstractSynchronizer = AbstractSynchronizer ;
34+ // @ts -ignore
3135olcs . RasterSynchronizer = RasterSynchronizer ;
36+ // @ts -ignore
3237olcs . VectorSynchronizer = VectorSynchronizer ;
3338
3439import * as core from './olcs/core' ;
3540import { default as OLImageryProvider } from './olcs/core/OLImageryProvider' ;
3641import { default as VectorLayerCounterpart } from './olcs/core/VectorLayerCounterpart' ;
42+ // @ts -ignore
3743olcs . core = core ;
44+ // @ts -ignore
3845olcs . core . OLImageryProvider = OLImageryProvider ;
46+ // @ts -ignore
3947olcs . core . VectorLayerCounterpart = VectorLayerCounterpart ;
4048
49+ // @ts -ignore
4150olcs . contrib = { } ;
4251import { default as ContribManager } from './olcs/contrib/Manager' ;
4352import { default as ContribLazyLoader } from './olcs/contrib/LazyLoader' ;
53+ // @ts -ignore
4454olcs . contrib . LazyLoader = ContribLazyLoader ;
55+ // @ts -ignore
4556olcs . contrib . Manager = ContribManager ;
You can’t perform that action at this time.
0 commit comments