Adding a new sub window in Cesium main widget

Hi guys,

I want to add a new sub window whose size is small and will be at right lower screen space. Which will be specific to a particular
geometry it means that sub window will take care of a particular object (i.e. movement , color change, etc…). I will specify a camera to a

geometry, that camera’s output will shown in that small window. I need a little help for that. How can I create a instance of cesium widget

under main window of cesium widget.

thanks,

mohan

Hi Mohan,

I don’t know the CSS for moving the cesium widget off the top of my head, but I’m sure it is easy. As for getting the screen position of a geometry, see wgs84ToWindowCoordinates.

Patrick