Skip to content

Commit 5b27a22

Browse files
authored
Update readme
1 parent 5d88df9 commit 5b27a22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,9 @@ Map.centerObject(mssToaImgMsscvm, 9);
570570
Map.addLayer(mssToaImgMsscvm, msslib.visToa, 'TOA image');
571571
Map.addLayer(mssToaImgMsscvm, {
572572
bands: ['msscvm'],
573-
min: 1,
574-
max: 3,
575-
palette: ['green', 'white', 'black']
573+
min: 0,
574+
max: 2,
575+
palette: ['27ae60', 'FFFFFF', '000000']
576576
}, 'MSScmv');
577577

578578
// Add MSScvm band to all images in collection.

0 commit comments

Comments
 (0)