cds-astro / aladin-lite

An astronomical HiPS visualizer in the browser
https://aladin.cds.unistra.fr/AladinLite/
GNU General Public License v3.0
103 stars 42 forks source link

specifying hipslist overrides the default list #199

Open havok2063 opened 1 month ago

havok2063 commented 1 month ago

Specifying hipslist in the init options for Aladin currently overrides the default list of HIPS displayed. It would be nice if it could extend (and re-sort) the default list. Or is there an alternative way to add entries to this list? I couldn't find any alternative functions.

bmatthieu3 commented 1 month ago

We could provide the Aladin class a addHiPSToFavorites method where you could add a list of your prefered HiPSes that will be added to the default one. What do you think ?

havok2063 commented 1 month ago

I think that would work for me. Could that method also re-sort the list so everything is in order?