-
Notifications
You must be signed in to change notification settings - Fork 45
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
#452 Updated Identifier tool to be a separated floating tool #453
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me but it really needs to be backwards compatible too. Before I saved the configuration again (to make the IdentifierTool default to separated), clicking on the IdentifierTool in the toolbar made it impossible to open any other tool afterwards.
- Need to test different UI combinations with other separated tools - We may possibly want an option to make the tool not be separated to maintain compatibility
Bug was causing other tools to not open. This makes it backwards compatible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Though I can't seem to justify it to the right unless the legend is also justified to the right.
I added support to allow the Identifier and Legend tools to be on different sides if specified. We may need a more scalable though, if we enable more separated tools in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, looks completely good to me now then.
Purpose
Proposed Changes
Issues
Testing
Currently being used by one mission and works as expected with tools on the right-side of the UI
Clicking on tool icon activates tool, allows user to hover over data to see values, tool remains activated with Layer tool open and user switching between layers, clicking again on tool icon deactivates tool
Need to test different UI combinations with other separated tools
We may possibly want an option to make the tool not be separated to maintain compatibility