diff --git a/codemeta.json b/codemeta.json index 76c31267..d0bba0fc 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,8 +8,8 @@ "dateModified": "2023-01-31", "issueTracker": "https://github.com/cds-astro/aladin-lite/issues", "name": "Aladin Lite", - "version": "3.7.3-beta", - "softwareVersion": "3.7.3-beta", + "version": "3.8.0-beta", + "softwareVersion": "3.8.0-beta", "description": "An astronomical HiPS visualizer in the browser.", "identifier": "10.5281/zenodo.7638833", "applicationCategory": "Astronomy, Visualization", diff --git a/examples/al-multiple-instances.html b/examples/al-multiple-instances.html index 5e402499..022278ea 100644 --- a/examples/al-multiple-instances.html +++ b/examples/al-multiple-instances.html @@ -15,7 +15,7 @@ A.init.then(() => { // Start up Aladin Lite al1 = A.aladin('#al1', {target: 'M51', fov: 0.3, survey: 'P/DSS2/color', fullScreen: false, showContextMenu: true, showShareControl: true}); - al2 = A.aladin('#al2', {target: 'M51', fov: 180, survey: 'P/PanSTARRS/DR1/z', fullScreen: false, showContextMenu: true, showShareControl: true}); + al2 = A.aladin('#al2', {target: 'M51', fov: 180, survey: 'P/PanSTARRS/DR1/z', showColorPickerControl: true, fullScreen: false, showContextMenu: true, showShareControl: true}); }); diff --git a/examples/index.html b/examples/index.html index 51e6c928..13756937 100644 --- a/examples/index.html +++ b/examples/index.html @@ -10,7 +10,7 @@