mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-08 19:34:00 -08:00
make the HiPS browser more robust and implement a very proto interface for querying the HiPS on the fly generation from cube service: https://alasky.cds.unistra.fr/onthefly-cube-hips/
This commit is contained in:
committed by
Matthieu Baumann
parent
cd363ca4b9
commit
219761c512
@@ -52,6 +52,7 @@ import { Input } from "../Widgets/Input.js";
|
||||
import { ImageFITS } from "../../ImageFITS.js";
|
||||
import { HiPSCache } from "../../DefaultHiPSCache.js";
|
||||
import { HiPSBrowserBox } from "./HiPSBrowserBox.js";
|
||||
import { ImageHiPS } from "../../ImageHiPS.js";
|
||||
|
||||
export class OverlayStackBox extends Box {
|
||||
/*static previewImagesUrl = {
|
||||
@@ -1053,7 +1054,7 @@ export class OverlayStackBox extends Box {
|
||||
|
||||
let btns = [showBtn, settingsBtn];
|
||||
|
||||
if (layer.subtype !== "fits") {
|
||||
if (!(layer instanceof ImageFITS)) {
|
||||
btns.push(loadMOCBtn);
|
||||
}
|
||||
btns.push(deleteBtn);
|
||||
|
||||
Reference in New Issue
Block a user