| @@ -32,6 +32,7 @@ const { Cesium } = DC.Namespace | |||
| const DEF_OPTS = { | |||
| animation: false, //Whether to create animated widgets, lower left corner of the meter | |||
| baseLayerPicker: false, //Whether to display the layer selector | |||
| imageryProvider: false, | |||
| fullscreenButton: false, //Whether to display the full-screen button | |||
| geocoder: false, //To display the geocoder widget, query the button in the upper right corner | |||
| homeButton: false, //Whether to display the Home button | |||
| @@ -13,6 +13,7 @@ const { Cesium } = DC.Namespace | |||
| const DEF_OPTS = { | |||
| animation: false, | |||
| baseLayerPicker: false, | |||
| imageryProvider: false, | |||
| fullscreenButton: false, | |||
| geocoder: false, | |||
| homeButton: false, | |||