mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-04-28 11:53:18 -07:00
fix what is this by sending to action the mouse event of the right click
This commit is contained in:
committed by
Matthieu Baumann
parent
a5da99c99f
commit
8863ebb0d1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user