diff --git a/src/js/HpxImageSurvey.js b/src/js/HpxImageSurvey.js index 3666a688..9bd129bf 100644 --- a/src/js/HpxImageSurvey.js +++ b/src/js/HpxImageSurvey.js @@ -834,7 +834,6 @@ export let HpxImageSurvey = (function() { // If the properties have not been retrieved yet, it will be tested afterwards if (this.properties) { const availableFormats = this.properties.formats; - console.log(availableFormats) const idSurvey = this.properties.id; // user wants a fits but the metadata tells this format is not available if (imgFormat === "fits" && availableFormats.indexOf('fits') < 0) { diff --git a/src/js/gui/HiPSLayer.js b/src/js/gui/HiPSLayer.js index e18a8a55..2cbb46ca 100644 --- a/src/js/gui/HiPSLayer.js +++ b/src/js/gui/HiPSLayer.js @@ -76,11 +76,15 @@ export class HiPSLayer { // - for JPG/PNG hipses, we do not use any colormap in the backend this.nameRadioColorChoice = encodeURIComponent(Utils.uuidv4()); cmListStr += ''; + + this.cmap = "native"; + this.color = "#ff0000"; + this.mainDiv = $('