diff --git a/website/doc/API/index.gml b/website/doc/API/index.gml index f110aa0e..ec21d1e3 100644 --- a/website/doc/API/index.gml +++ b/website/doc/API/index.gml @@ -257,7 +257,19 @@ aladin.addOverlay(overlay);
Themoc object can then be added to aladin using aladin.addMOC(moc);
- Overlay options are: color, lineWidth and opacity (default: 1). If opacity is 1, only the outlines of the MOC are drawn.
Available overlay options are liste below: +
| Key name | Description |
|---|---|
| color | Color of the MOC |
| lineWidth | Line width of the outlines, in pixels |
| opacity | A float between 0 and 1. If opacity is equal to 1 (default), only the outlines of the MOC will be drawn. |
| adaptativeDisplay | By default, the resolution of the displayed MOC is degraded for large field of views. This can be turned off by passing false to this property. |