mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 15:49:18 -08:00
fix default allwise hips stored
This commit is contained in:
committed by
Matthieu Baumann
parent
7379e81277
commit
4c48d9a2a1
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user