begin of api

This commit is contained in:
bmatthieu3
2022-09-13 18:09:30 +02:00
parent a33e4c1cf9
commit b0e7028025
14 changed files with 492 additions and 186 deletions

View File

@@ -24,7 +24,7 @@
let aladin;
A.init.then(() => {
aladin = A.aladin('#aladin-lite-div', {target: '00 00 00 +07 00 00', fov: 130, survey: 'P/Mellinger/color'});
var moc = A.MOCFromURL('https://alasky.unistra.fr/MocServer/query?ivorn=ivo%3A%2F%2FCDS%2FV%2F139%2Fsdss9&get=moc&order=7&fmt=fits', {color: '#84f', lineWidth: 1});
var moc = A.MOCFromURL('https://alasky.unistra.fr/MocServer/query?ivorn=ivo%3A%2F%2FCDS%2FV%2F139%2Fsdss9&get=moc&order=11&fmt=fits', {color: '#84f', lineWidth: 1});
aladin.addMOC(moc);
});
</script>