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

Divide grids into # of circles or intervals by an array of strings #370

Open
alex-w opened this issue Sep 19, 2018 · 1 comment
Open

Divide grids into # of circles or intervals by an array of strings #370

alex-w opened this issue Sep 19, 2018 · 1 comment
Labels
wishlist Long-term ideas

Comments

@alex-w
Copy link
Member

alex-w commented Sep 19, 2018

Original report by John Carlson: https://bugs.launchpad.net/stellarium/+bug/1722425

I would like to divide the various grids into a configurable number of intervals, not just a boolean on/off, and then label them, like "Northern Hemisphere", "Western Hemisphere", or the months of the year (putting ranges of dates into buckets spread across 365 or 366 days), similar to how the 24 intervals are shown now. If this can be done with a plugin, please point at n plugin or provide simple code which can be extended. Something better than boolean on (24 circles or intervals) / off (0 circles or intervals) for grids should be provided. I suggest a # circles * interval in degrees = 360 degrees. I suspect that # of circles would be a better parameter than interval in degrees, but I don't really know. Perhaps instead # of circles, one could pass an ordered list of strings of labels, the number of strings being the number of circles or intervals.

Basically, take an array (possibly 2 dimensional) of strings (all hemispheres, for example, or days in a year) and distribute them into a grid.

Furthermore, allowing the array of strings to be mapped to other arrays of strings, hyperlinks, SVGs or image icons would be even more desirable, for possible display, translation or mapping purposes.

John Carlson

@alex-w alex-w added wishlist Long-term ideas state: confirmed A developer can reproduce the issue labels Sep 19, 2018
@alex-w alex-w added this to To Do in GUI via automation Mar 9, 2020
@alex-w alex-w moved this from To Do to In Progress in GUI Mar 9, 2020
@alex-w alex-w added this to the 0.20.0 milestone Mar 9, 2020
@gzotti gzotti mentioned this issue Mar 9, 2020
12 tasks
@gzotti gzotti removed this from the 0.20.0 milestone Mar 9, 2020
@gzotti
Copy link
Member

gzotti commented Mar 9, 2020

Not related to #993. OP wants manual grid width steps instead of the automatism which is now in place which decreases steps when zooming in.

@alex-w alex-w moved this from In Progress to To Do in GUI Mar 9, 2020
@alex-w alex-w removed the state: confirmed A developer can reproduce the issue label Nov 19, 2020
@alex-w alex-w added this to Needs triage in Plugin via automation Sep 15, 2022
@alex-w alex-w moved this from Needs triage to To do in Plugin Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wishlist Long-term ideas
Projects
GUI
  
To do
Plugin
  
To do
Development

No branches or pull requests

2 participants