Skip to content

Commit

Permalink
IRSA-4793 Change the default three color bands.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmiipac committed Sep 6, 2022
1 parent 6707bc9 commit c1c61ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/firefly/js/metaConvert/DataProductsFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ function initConverterTemplates() {
getGridDataProduct: getGridDataProductWrapper(makeWisePlotRequest),
getRelatedDataProduct: getRelatedDataProductWrapper(makeWisePlotRequest),
threeColorBands: {
b1: {color: Band.RED, title: 'Band 1'},
b1: {color: Band.BLUE, title: 'Band 1'},
b2: {color: Band.GREEN, title: 'Band 2'},
b3: {color: null, title: 'Band 3'},
b4: {color: Band.BLUE, title: 'Band 4'}
b4: {color: Band.RED, title: 'Band 4'}
},
},
{
Expand Down

0 comments on commit c1c61ef

Please sign in to comment.