File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 25
25
" src/assets" ,
26
26
{
27
27
"glob" : " **/*" ,
28
- "input" : " node_modules/cesium/Build/Cesium /Workers" ,
28
+ "input" : " node_modules/cesium/Build/CesiumUnminified /Workers" ,
29
29
"output" : " /assets/cesium/Workers"
30
30
},
31
31
{
32
32
"glob" : " **/*" ,
33
- "input" : " node_modules/cesium/Build/Cesium /ThirdParty" ,
33
+ "input" : " node_modules/cesium/Build/CesiumUnminified /ThirdParty" ,
34
34
"output" : " /assets/cesium/ThirdParty"
35
35
},
36
36
{
37
37
"glob" : " **/*" ,
38
- "input" : " node_modules/cesium/Build/Cesium /Assets" ,
38
+ "input" : " node_modules/cesium/Build/CesiumUnminified /Assets" ,
39
39
"output" : " /assets/cesium/Assets"
40
40
},
41
41
{
42
42
"glob" : " **/*" ,
43
- "input" : " node_modules/cesium/Build/Cesium /Widgets" ,
43
+ "input" : " node_modules/cesium/Build/CesiumCesiumUnminified /Widgets" ,
44
44
"output" : " /assets/cesium/Widgets"
45
45
}
46
46
],
153
153
}
154
154
}
155
155
}
156
+ },
157
+ "cli" : {
158
+ "analytics" : false
156
159
}
157
160
}
Original file line number Diff line number Diff line change 1
1
import { Directive , ElementRef , OnInit } from '@angular/core' ;
2
- import { Viewer } from 'cesium' ;
2
+ import { Viewer , Cesium3DTileset } from 'cesium' ;
3
3
4
4
@Directive ( {
5
5
selector : '[appCesium]' ,
@@ -10,7 +10,9 @@ export class CesiumDirective implements OnInit {
10
10
constructor ( private el : ElementRef ) { }
11
11
12
12
ngOnInit ( ) : void {
13
+ const tileseturl = "..//adf/"
13
14
const viewer = new Viewer ( this . el . nativeElement ) ;
15
+ console . log ( Cesium3DTileset )
14
16
}
15
17
16
18
}
You can’t perform that action at this time.
0 commit comments