Open gmantele opened 5 years ago
@gmantele - There is an example where you can give a render callback that will be called for each Source of a Catalog object and allows you to define what's being renderer. Does this answer the question ?
Here is the code source of the example: https://github.com/cds-astro/aladin-lite/blob/master/examples/al-cat-custom-draw-function.html
I second this feature. I'd like to be able to specify shape: "circle"
in the catalogOptions to change the shape of the markers. I'd like to use the different shapes of the catalog sources and not a disk marker that blocks the view of the target.
It is currently possible to change the default shape of an A.source....but not for an A.marker (currently always a disk).