Cesium HTML and sandcastle conversion

Hi, I trying to create an app in a web host. My code works properly in sandcastle but I take error in a web host.

var viewer = new Cesium.Viewer(‘cesiumContainer’);

Hi there.

The Sandcastle class is a set of helper function available in Sandcastle, but not shipped with CesiumJS. Your app should implement these functions, but you can use the sandcastle helper function code as a guide.

Thanks,

Gabby

Hi, I solved the problem with the code below.

Thanks

Hello World! @import url(../Build/Cesium/Widgets/widgets.css); html, body, #cesiumContainer { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; } .toolbar-left { display: block; position: absolute; top: 5px; left: 5px; }
<button onclick="hideByHeight1()">hideByHeight1</button>

hideByHeight

``

26 Nisan 2018 Perşembe 16:38:55 UTC+3 tarihinde Gabby Getz yazdı: