File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 36
36
37
37
const iTwinId = "04ba725f-f3c0-4f30-8014-a4488cbd612d" ;
38
38
39
- const viewer = new Cesium . Viewer ( "cesiumContainer" ) ;
39
+ const viewer = new Cesium . Viewer ( "cesiumContainer" , {
40
+ geocoder : false ,
41
+ sceneModePicker : false ,
42
+ homeButton : false ,
43
+ timeline : false ,
44
+ animation : false ,
45
+ } ) ;
46
+ viewer . baseLayerPicker . viewModel . selectedImagery =
47
+ viewer . baseLayerPicker . viewModel . imageryProviderViewModels [ 2 ] ;
48
+
40
49
const birdsEyeView = {
41
50
destination : new Cesium . Cartesian3 (
42
51
- 1525359.4318772827 ,
88
97
lines . entities . values . forEach ( ( entity ) => {
89
98
const lineColorsByType = {
90
99
Contours : Cesium . Color . CRIMSON ,
91
- Lane_Marking : Cesium . Color . WHITE ,
100
+ Lane_Marking : Cesium . Color . CYAN ,
92
101
Kerb : Cesium . Color . BLUEVIOLET ,
93
102
Chevron_marking : Cesium . Color . DARKORANGE ,
94
103
Turning_pocket : Cesium . Color . DEEPPINK ,
You can’t perform that action at this time.
0 commit comments