visible cells in rust side

This commit is contained in:
bmatthieu3
2022-09-26 16:58:47 +02:00
parent 9134723998
commit 0c75bee661
11 changed files with 183 additions and 114 deletions

View File

@@ -30,12 +30,12 @@
console.log(moc.contains(-205.9019247, +2.4492764));
});
//var moc10 = A.MOCFromURL('https://alasky.unistra.fr/MocServer/query?ivorn=ivo%3A%2F%2FCDS%2FV%2F139%2Fsdss9&get=moc&order=11&fmt=fits', {color: '#aabbcc', opacity: 0.1, lineWidth: 1});
//var moc9 = A.MOCFromURL('https://alasky.unistra.fr/MocServer/query?ivorn=ivo%3A%2F%2FCDS%2FV%2F139%2Fsdss9&get=moc&order=4&fmt=fits', {color: '#00ff00', opacity: 0.1, lineWidth: 1});
var moc10 = A.MOCFromURL('https://alasky.unistra.fr/MocServer/query?ivorn=ivo%3A%2F%2FCDS%2FV%2F139%2Fsdss9&get=moc&order=11&fmt=fits', {color: '#aabbcc', opacity: 0.1, lineWidth: 1});
var moc9 = A.MOCFromURL('https://alasky.unistra.fr/MocServer/query?ivorn=ivo%3A%2F%2FCDS%2FV%2F139%2Fsdss9&get=moc&order=4&fmt=fits', {color: '#00ff00', opacity: 0.5, lineWidth: 1});
aladin.addMOC(moc11);
//aladin.addMOC(moc10);
//aladin.addMOC(moc11);
aladin.addMOC(moc10);
aladin.addMOC(moc9);
});
</script>
</body>