I am trying to use geoserver as a wms provider for a small portion of the globe. With the code below I am able to choose the geoserver layer with the baseLayerPicker, but all I get is a completely royal blue globe. The blackMarble provider works as it should.
A few extra points of interest.
-
I verified that the layer is visible in the geoserver layer preview http://myvm:8083/geoserver/web
-
I am able to see that the browser is sending requests to the geoserver and getting jpg tiles back for the area of interest. I can also vary the boundaries in the request and get different/expected tiles.
Any ideas or thoughts?
Hello World Cesium Viewer @import url(libs/cesium-1.3/Build/Cesium/Widgets/widgets.css); #cesiumContainer { position: absolute; top: 0; left: 0; height: 100%; width: 100%; margin: 0; overflow: hidden; padding: 0; font-family: sans-serif; }html {
height: 100%;
}
body {
padding: 0;
margin: 0;
overflow: hidden;
height: 100%;
}