Skip to content

Commit

Permalink
Landsat Stretch RGB432
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Lins committed Nov 6, 2012
1 parent 455cf41 commit 40792ba
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/static/js/rgb_layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,18 @@ var RGB_layers = [
description: 'Landsat Stretch RGB543'
},
{
r: 10,
g: 40,
r: 40,
g: 30,
b: 20,
sensor: 'landsat',
description: 'Landsat Stretch RGB142'
description: 'Landsat Stretch RGB432'
},
{
r: 10,
g: 20,
b: 10,
sensor: 'landsat',
description: 'Landsat Stretch RGB121'
}
];

Expand Down

0 comments on commit 40792ba

Please # to comment.