diff --git a/website/doc/API/examples/configs/color-map.json b/website/doc/API/examples/configs/color-map.json index 451d2fe8..9ea571da 100644 --- a/website/doc/API/examples/configs/color-map.json +++ b/website/doc/API/examples/configs/color-map.json @@ -1,6 +1,6 @@ { "title": "Set the color map of an image layer", "html": "\n\n\n
\n\n", - "js": "var aladin = A.aladin('#aladin-lite-div', {cooFrame: 'galactic', target: 'galactic center', survey: 'P/Finkbeiner'});\n// possible values are 'native', 'grayscale', 'eosb' and 'rainbow'\naladin.getBaseImageLayer().getColorMap().update('rainbow');", + "js": "var aladin = A.aladin('#aladin-lite-div', {cooFrame: 'galactic', target: 'galactic center', survey: 'P/Finkbeiner'});\n// possible values are 'native', 'grayscale', 'cubehelix', 'eosb' and 'rainbow'\naladin.getBaseImageLayer().getColorMap().update('cubehelix');", "explain": "Aladin Lite will be able to modify the color map if and only if the HTTP server hosting the image HiPS supports CORS (Cross-Origin Resource Sharing)" }