Treat lines on a Scattergeo as objects

Hello,

I am trying to plot the routes of flights all over the world.

I have followed the recipe at https://plot.ly/python/lines-on-maps/#us-flight-paths-map but in this example the objects with which there is interaction are only the airports. Is there a way to treat the lines in themselves as objects?

For example, a route from A to B should give different information while hovered on than a route from A to C. Is there a way to focus on the lines rather than on the points?

Thanks a lot!

Hi @dmaciasg,

Its not possible at this time to hover on lines. Here is an open issue you can follow: https://github.com/plotly/plotly.js/issues/1960