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/");
|
||||
//aladin.setImageLayer(hips)
|
||||
hips = aladin.newImageSurvey("https://alasky.cds.unistra.fr/GALFAHI/GALFAHI-Narrow-DR2/");
|
||||
aladin.setImageLayer(hips)
|
||||
|
||||
/*let id;
|
||||
aladin.on("zoomChanged", () => {
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
});
|
||||
|
||||
aladin.addCatalog(
|
||||
A.catalogFromSKAORucio("ngc 1436", 15, {
|
||||
A.catalogFromSKAORucio("abell 196", 90, {
|
||||
onClick: 'showTable',
|
||||
hoverColor: "yellow",
|
||||
})
|
||||
|
||||
@@ -78,7 +78,7 @@ export let URLBuilder = (function() {
|
||||
}
|
||||
|
||||
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,
|
||||
true
|
||||
)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user