mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 07:40:26 -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;
|
||||
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>
|
||||
</body>
|
||||
|
||||
@@ -152,7 +152,7 @@ export let HiPSList = (function () {
|
||||
},
|
||||
{
|
||||
creatorDid: "ivo://CDS/P/allWISE/color",
|
||||
id: "P/SDSS9/g",
|
||||
id: "P/allWISE/color",
|
||||
name: "AllWISE color",
|
||||
maxOrder: 8,
|
||||
tileSize: 512,
|
||||
|
||||
@@ -428,6 +428,7 @@ export let HiPS = (function () {
|
||||
}
|
||||
|
||||
self.query = (async () => {
|
||||
|
||||
if (isIncompleteOptions) {
|
||||
// ID typed url
|
||||
if (self.startUrl && isID) {
|
||||
|
||||
Reference in New Issue
Block a user