fix default allwise hips stored

This commit is contained in:
Matthieu Baumann
2024-09-11 10:18:35 +02:00
committed by Matthieu Baumann
parent 7379e81277
commit 4c48d9a2a1
3 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
let aladin; let aladin;
A.init.then(() => { A.init.then(() => {
aladin = A.aladin('#aladin-lite-div', {fov:1.5, target: "14 03 12.583 +54 20 55.5", }); aladin = A.aladin('#aladin-lite-div', {survey: "P/allWISE/color", fov:1.5, target: "14 03 12.583 +54 20 55.5", });
}); });
</script> </script>
</body> </body>

View File

@@ -152,7 +152,7 @@ export let HiPSList = (function () {
}, },
{ {
creatorDid: "ivo://CDS/P/allWISE/color", creatorDid: "ivo://CDS/P/allWISE/color",
id: "P/SDSS9/g", id: "P/allWISE/color",
name: "AllWISE color", name: "AllWISE color",
maxOrder: 8, maxOrder: 8,
tileSize: 512, tileSize: 512,

View File

@@ -428,6 +428,7 @@ export let HiPS = (function () {
} }
self.query = (async () => { self.query = (async () => {
if (isIncompleteOptions) { if (isIncompleteOptions) {
// ID typed url // ID typed url
if (self.startUrl && isID) { if (self.startUrl && isID) {