Skip to content
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

Double markers in scripting when using perspective or orthographic projections #2093

Closed
Atque opened this issue Dec 10, 2021 · 3 comments
Closed
Assignees
Labels
bug Something likely wrong in the code state: confirmed A developer can reproduce the issue
Milestone

Comments

@Atque
Copy link
Contributor

Atque commented Dec 10, 2021

I've stumbled upon a bug which is somewhat similar to the old "comet in orthographic projection" bug (#389).

When running a script that contains markers while using either the perspective or orthographic projections, it seems we see a duplicate of the marker when viewing in the opposite direction of the marker. I've run this script, which displays solar apex and antapex:

MarkerMgr.markerEquatorial("18h28m0s", "30d0m0s", true, true, "cross", "#ff0000", 6, false, 0); MarkerMgr.markerEquatorial("6h28m0s", "-30d0m0s", true, true, "cross", "#ff0000", 6, false, 0); //MarkerMgr.deleteAllMarkers();

The result is shown in this screenshot:
stellarium-114

Note that there are two markers. The one to the left in this screenshot moves around when panning.

@alex-w alex-w added this to To do in Scripting via automation Dec 10, 2021
@alex-w alex-w added this to To do in Projections via automation Dec 10, 2021
@alex-w alex-w added state: grading The problem is in process of classification... bug Something likely wrong in the code state: confirmed A developer can reproduce the issue and removed state: grading The problem is in process of classification... labels Dec 13, 2021
@alex-w alex-w self-assigned this Dec 13, 2021
@github-actions
Copy link

Hello @Atque! OK, developers can reproduce the issue. Thanks for the report!

@alex-w alex-w added this to the 0.21.3 milestone Dec 13, 2021
@alex-w alex-w closed this as completed in 5eb87eb Dec 13, 2021
Scripting automation moved this from To do to Done Dec 13, 2021
Projections automation moved this from To do to Done Dec 13, 2021
@alex-w alex-w added the state: fixed The bug has been fixed label Dec 19, 2021
@github-actions
Copy link

Hello @Atque! Please check the fresh version (development snapshot) of Stellarium:
https://github.com/Stellarium/stellarium-data/releases/tag/weekly-snapshot

@alex-w alex-w removed the state: fixed The bug has been fixed label Dec 25, 2021
@github-actions
Copy link

Hello @Atque! Please check the latest stable version of Stellarium:
https://github.com/Stellarium/stellarium/releases/latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something likely wrong in the code state: confirmed A developer can reproduce the issue
Projects
Projections
  
Done
Scripting
  
Done
Development

No branches or pull requests

2 participants