Set UP

Hello,

I am having a lot of trouble getting the globe to open in web2py I have loaded in a google maps api with no problems but for some reason I cannot get anything to open with the cesium platform. I have never done any coding before so it may likely be a simple fix, it would appear as it the lines

@import url(../Build/Cesium/Widgets/widgets.css);
          html, body, #cesiumContainer {
              width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden;
          }

and var viewer = new Cesium.Viewer('cesiumContainer');

may not be registering correctly, any suggestons?