-
Notifications
You must be signed in to change notification settings - Fork 33
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
Tooltip viewer can be too crowded #586
Comments
In #636, we replaced the tooltip with a scrollable side panel. Currently, there is no visual indication that a feature can be clicked to open the side panel, which was not necessary when the tooltip was used. @kylebarron you suggested documenting this behavior. Do you have any recommendations on the best approach? I still believe it is possible to change the mouse pointer on feature hover to indicate interactivity. We can do something using |
I think documenting it in the release notes and documentation website is fine and sufficient |
The side panel is a nice addition to lonboard. However, I believe there is still a need for a tooltip, albeit with selectable contents as opposed to dumping it all in the side panel. I have included a video showing the behaviour I'm about to make the following comments on.
Playing with the notebook panel width (e.g. showing the lefthand side Jupyterlab panel) shows how the panel wraps content well. So I'm thinking : is there a way to restrict the side panel to a percentage of the map cell output so as to still be able to see the selected/highlighted feature ? As to the tooltip functionality, I believe it would still be useful for quick identification of features, when one does not want the whole pedigree. Thanx again for lonboard, really. lonboard_4.mp4 |
Even more intuitive IMO : tooltip has instruction "click feature for more details" which pops the side panel. |
There are definitely some tooltip improvements we need to make. @vgeorge is out this week and hopefully we'll get some fixes in next week. |
When you click on an object, maybe show a sidebar or a collapsible menu.
Overture is a good example. We might want a JSON viewer
The text was updated successfully, but these errors were encountered: