koansys / isat

Satellite Orbit Tracker: implement most-current SGP models and algorithms in JavaScript, then use to visualize hundreds of satellites with any browser
BSD 3-Clause "New" or "Revised" License
96 stars 38 forks source link

When picking a satellite group, unselect selected satellite (orbit, details pane) #127

Open shentonfreude opened 11 years ago

shentonfreude commented 11 years ago

If you have a satellite picked, e.g., by clicking it, you'll see its details page and orbit.

If you then use the satellite picker pull-down and select a different group, the original orbit appears to stay shown but no satellite is highlighted (green body instead of yellow), and the details pane seems to be a random satellite.

What we need is for the pull-down selection to un-display the orbit and satellite details (until you pick an actual satellite).