Stellarium / stellarium

Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
https://stellarium.org
GNU General Public License v2.0
7.48k stars 809 forks source link

Observability plugin not showing "This day" #3711

Open zh3000 opened 4 months ago

zh3000 commented 4 months ago

Expected Behaviour

Observability analysis plugin announces showing data of rise, set and Altitude of object at Current day and Year in description.

Actual Behaviour

Plugin showing only Year information. In old Stellarium versions plugin worked properly showed also "This day" information. Information about object Rise, Transit and Set, we can get from main Information section, bet there are no data about maximum altitude at which object transits at current day! There are no This day checkbox in plugin settings. config.ini in Obserability section have show_Today parameter, but setting it "True" not changes anything

Steps to reproduce

Observability Analysis plugin loaded on startup.

System

Logfile

gzotti commented 4 months ago

Given that the main program shows RTS times, we of course removed that from the plugin to avoid repetition/clutter. We might add max. altitude to the RTS in the main program.

github-actions[bot] commented 4 months ago

Hello @zh3000!

Thank you for suggesting this enhancement.

zh3000 commented 4 months ago

thank you