WorldWideTelescope / wwt-web-client

The WorldWide Telescope web client lets you explore the universe in your browser.
https://worldwidetelescope.org/webclient/
MIT License
105 stars 35 forks source link

Make moon orbits in solar system view independent of planet orbits #235

Open patudom opened 5 years ago

patudom commented 5 years ago

Sometimes it is useful to show only the Moon's orbit, without showing orbits of all the planets in the background. Currently, the Moon orbits only display when the planet orbits are displayed. Can this be changed, so we can toggle the orbits on/off independently?

pkgw commented 5 years ago

This is a pretty specialized use case, so I have trouble seeing it be something we'd prioritize. I guess the workaround would be to turn off all satellite orbits, and then add a special orbit layer corresponding to the Moon?

patudom commented 5 years ago

It seems like it's just a logic on/off thing, so shouldn't it be pretty straightforward to rewire?

Actually, I'm noticing different behaviors in the web and desktop client, and unless there is a compelling reason, I think they should behave in the same way to avoid confusion.

Desktop client:

Web client:

patudom commented 5 years ago

(Agree it's not a super urgent/high priority. Just trying to be in the habit of documenting when I notice behaviors that could be improved).

pkgw commented 5 years ago

@patudom Thanks for documenting in detail, it's definitely very helpful to have things written down! My hesitation was because I thought this was calling for new UI toggles, which I prefer to avoid since our UI is so complex already, but it sounds like all the checkboxes are there already, so they might as well work right.