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:
Matthieu Baumann
2024-05-16 10:27:27 +02:00
committed by Matthieu Baumann
parent cd363ca4b9
commit 219761c512
28 changed files with 592 additions and 379 deletions

View File

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