mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 07:40:26 -08:00
fix access to ska dachs service
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
//hips = aladin.newImageSurvey("https://alasky.cds.unistra.fr/GALFAHI/GALFAHI-Narrow-DR2/");
|
hips = aladin.newImageSurvey("https://alasky.cds.unistra.fr/GALFAHI/GALFAHI-Narrow-DR2/");
|
||||||
//aladin.setImageLayer(hips)
|
aladin.setImageLayer(hips)
|
||||||
|
|
||||||
/*let id;
|
/*let id;
|
||||||
aladin.on("zoomChanged", () => {
|
aladin.on("zoomChanged", () => {
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
aladin.addCatalog(
|
aladin.addCatalog(
|
||||||
A.catalogFromSKAORucio("ngc 1436", 15, {
|
A.catalogFromSKAORucio("abell 196", 90, {
|
||||||
onClick: 'showTable',
|
onClick: 'showTable',
|
||||||
hoverColor: "yellow",
|
hoverColor: "yellow",
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ export let URLBuilder = (function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (posParam) {
|
if (posParam) {
|
||||||
return 'https://dachs.ivoa.srcdev.skao.int/rucio/rucio/cone/form?__nevow_form__=genForm&hscs_pos=' + posParam + '&hscs_sr=' + encodeURIComponent(radiusDegrees * 60) + '&_FORMAT=VOTable&submit=Go';
|
return 'https://dachs.ivoa.srcnet.skao.int/rucio/rucio/cone/form?__nevow_form__=genForm&hscs_pos=' + posParam + '&hscs_sr=' + encodeURIComponent(radiusDegrees * 60) + '&_FORMAT=VOTable&submit=Go';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -342,7 +342,6 @@ export let Datalink = (function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
true
|
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user