mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-15 17:00:41 -08:00
group hips layer events together
This commit is contained in:
committed by
Matthieu Baumann
parent
ea38cdce30
commit
6c3aa0bf00
@@ -54,12 +54,12 @@ export class ALEvent {
|
||||
static HIPS_LAYER_REMOVED = new ALEvent("AL:HiPSLayer.removed");
|
||||
static HIPS_LAYER_RENAMED = new ALEvent("AL:HiPSLayer.renamed");
|
||||
static HIPS_LAYER_SWAP = new ALEvent("AL:HiPSLayer.swap");
|
||||
static HIPS_LAYER_CHANGED = new ALEvent("AL:HiPSLayer.changed");
|
||||
|
||||
static HIPS_CACHE_UPDATED = new ALEvent("AL:HiPSCache.updated");
|
||||
|
||||
static FAVORITE_HIPS_LIST_UPDATED = new ALEvent("AL:HiPSFavorites.updated");
|
||||
|
||||
static HIPS_LAYER_CHANGED = new ALEvent("AL:HiPSLayer.changed");
|
||||
|
||||
static GRAPHIC_OVERLAY_LAYER_ADDED = new ALEvent("AL:GraphicOverlayLayer.added");
|
||||
static GRAPHIC_OVERLAY_LAYER_REMOVED = new ALEvent("AL:GraphicOverlayLayer.removed");
|
||||
|
||||
Reference in New Issue
Block a user