group hips layer events together

This commit is contained in:
MARCHAND MANON
2025-04-15 15:00:46 +02:00
committed by Matthieu Baumann
parent ea38cdce30
commit 6c3aa0bf00

View File

@@ -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");