Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update member pointer to Surface on LocationTextController on change #390

Open
dtedder opened this issue Oct 16, 2024 · 0 comments
Open

Comments

@dtedder
Copy link
Collaborator

dtedder commented Oct 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant