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
When a user adds a new data source and uses it for elevation, there is no code to set the m_surface pointer on the LocationTextController tool. The current code only updates this property on GeoView changed which is not triggered by data getting added in this way. As a work around, the location changed event is currently querying to find the baseSurface every time. This should be updated by the SceneQuckView::layerViewStateChanged signal or by a custom signal that can be raised by the AddLocalDataController tool.
The text was updated successfully, but these errors were encountered:
When a user adds a new data source and uses it for elevation, there is no code to set the m_surface pointer on the LocationTextController tool. The current code only updates this property on GeoView changed which is not triggered by data getting added in this way. As a work around, the location changed event is currently querying to find the baseSurface every time. This should be updated by the SceneQuckView::layerViewStateChanged signal or by a custom signal that can be raised by the AddLocalDataController tool.
The text was updated successfully, but these errors were encountered: