From a6162bfc8329d031e2dbb2966fd6c2aba066aa06 Mon Sep 17 00:00:00 2001 From: tboch Date: Wed, 9 Dec 2015 08:45:05 +0000 Subject: [PATCH] update with cubehelix color map --- website/doc/API/examples/configs/color-map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" }