Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…sisTool into victorlayers
  • Loading branch information
davethau committed Dec 10, 2012
2 parents e74ed56 + 40792ba commit f5817cf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/content/templates/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3>Are you sure?</h3>
<div class="content">

<div id="range_select">
<p>Ranges analyzed: <strong id="report-date"></strong> - <strong id="report-date-end"></strong></p>
<p>Range analyzed: <strong id="report-date"></strong> - <strong id="report-date-end"></strong></p>
<!-- <a href="#download" id="select_range">reports</a> -->
</div> <!-- range_select -->

Expand Down
34 changes: 31 additions & 3 deletions src/static/js/rgb_layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,24 @@ var RGB_layers = [
{
r: 1,
g: 4,
b: 3,
b: 1, /*3,*/
sensor: 'modis',
description: 'True color RGB141'
},
{
r: 5,
r: 4, /*5,*/
g: 2,
b: 1,
sensor: 'modis',
description: 'False color RGB421'
},
{
r: 1,
g: 2,
b: 1,
sensor: 'modis',
description: 'False color RGB121'
},
{
r: 2,
g: 1,
Expand All @@ -27,7 +34,28 @@ var RGB_layers = [
g: 20,
b: 10,
sensor: 'landsat',
description: 'Landsat Stretch'
description: 'Landsat Stretch RGB321'
},
{
r: 50,
g: 40,
b: 30,
sensor: 'landsat',
description: 'Landsat Stretch RGB543'
},
{
r: 40,
g: 30,
b: 20,
sensor: 'landsat',
description: 'Landsat Stretch RGB432'
},
{
r: 10,
g: 20,
b: 10,
sensor: 'landsat',
description: 'Landsat Stretch RGB121'
}
];

Expand Down

0 comments on commit f5817cf

Please # to comment.