You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All places which use getExtent() (from layers, geometries; aggregated or single, etc.) should really be using a templated bounding volume type. This would be extents in the 2D OpenLayers view and 3D BoundingSpheres in the 3D Cesium View.
Currently, any use of getExtent() related to moving/fitting the view for 3D can be incorrect if those features contain altitude (the camera can zoom past the features). We have somewhat addressed this in the feature-specific flyTo (os.feature.flyTo) used by KML, selected features context menu in the "Show Features" list, and selected features "Go To" in the Timeline. However, this needs to be done everywhere, especially for the layer menu.
The text was updated successfully, but these errors were encountered:
All places which use
getExtent()
(from layers, geometries; aggregated or single, etc.) should really be using a templated bounding volume type. This would be extents in the 2D OpenLayers view and 3D BoundingSpheres in the 3D Cesium View.Currently, any use of
getExtent()
related to moving/fitting the view for 3D can be incorrect if those features contain altitude (the camera can zoom past the features). We have somewhat addressed this in the feature-specific flyTo (os.feature.flyTo
) used by KML, selected features context menu in the "Show Features" list, and selected features "Go To" in the Timeline. However, this needs to be done everywhere, especially for the layer menu.The text was updated successfully, but these errors were encountered: