Hello Cesium,
Was wondering if there is a way for Cesium to determine what the most northbound, southbound, eastbound and westbound coordinates of the globe are visually?
I am trying to create a bounding box that contains these values.
The way I would do it is to use the Camera.PickEllipsoid function, providing the top left x,y screen coordinates to obtain west/northbound and bottom right x,y screen coordinates to obtain east/southbound lon/lat.
This, however, fails when the map is zoomed out to the point that the map does not cover the entire browser window.
Any tips/help is appreciated! If I am unclear with my explanation, please let me know and I will clarify.
Cesium version: 1.29
Windows 7
Firefox Version: 51.0 (64 bit)
Chrome Version: 56.0.2924.87 (64 bit)
Thanks!