Use band numbers starting with one
This commit is contained in:
@@ -7,14 +7,14 @@ const source = new GeoTIFF({
|
||||
sources: [
|
||||
{
|
||||
url: 'https://s2downloads.eox.at/demo/Sentinel-2/3857/R10m.tif',
|
||||
bands: [2, 3],
|
||||
bands: [3, 4],
|
||||
min: 0,
|
||||
nodata: 0,
|
||||
max: 65535,
|
||||
},
|
||||
{
|
||||
url: 'https://s2downloads.eox.at/demo/Sentinel-2/3857/R60m.tif',
|
||||
bands: [8],
|
||||
bands: [9],
|
||||
min: 0,
|
||||
nodata: 0,
|
||||
max: 65535,
|
||||
|
||||
Reference in New Issue
Block a user