From 58c23e590f1f027c5ff9d83f4c10427b48d74f39 Mon Sep 17 00:00:00 2001 From: Victor Lins Date: Mon, 29 Oct 2012 23:34:36 -0300 Subject: [PATCH] new RGB layers --- src/content/templates/_header.html | 2 +- src/static/js/rgb_layers.js | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/content/templates/_header.html b/src/content/templates/_header.html index 9d41eac..dab5639 100755 --- a/src/content/templates/_header.html +++ b/src/content/templates/_header.html @@ -93,7 +93,7 @@

Are you sure?

-

Ranges analyzed: -

+

Range analyzed: -

diff --git a/src/static/js/rgb_layers.js b/src/static/js/rgb_layers.js index c35f39d..59838dc 100644 --- a/src/static/js/rgb_layers.js +++ b/src/static/js/rgb_layers.js @@ -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, @@ -27,7 +34,14 @@ 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' } ];