-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Make moon orbits in solar system view independent of planet orbits #235
Comments
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? |
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:
|
(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). |
@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. |
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?
The text was updated successfully, but these errors were encountered: