fix what is this by sending to action the mouse event of the right click

This commit is contained in:
Matthieu Baumann
2024-01-08 10:10:42 +01:00
committed by Matthieu Baumann
parent a5da99c99f
commit 8863ebb0d1
19 changed files with 85 additions and 54 deletions

View File

@@ -16,9 +16,7 @@
aladin.addCatalog(catalog)
});
A.catalogFromVizieR('B/assocdata/obscore', '14 18 16.868 +56 44 29.37', 100, {onClick: 'showTable', limit: 1000}, (catalog) => {
aladin.addCatalog(catalog);
});
aladin.addCatalog(A.catalogFromVizieR("B/assocdata/obscore", "0 +0", 20, {limit: 1000}))
});
</script>
</body>