Remove lint after dependency updates

This commit is contained in:
Andreas Hocevar
2021-07-07 15:32:51 +02:00
parent af80477c1d
commit 429a8fbc1a
2 changed files with 3 additions and 6 deletions

View File

@@ -79,15 +79,13 @@ const map = new Map({
sources: [ sources: [
{ {
// visible red, band 1 in the style expression above // visible red, band 1 in the style expression above
url: url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/B04.tif',
'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/B04.tif',
nodata: 0, nodata: 0,
max: 10000, max: 10000,
}, },
{ {
// near infrared, band 2 in the style expression above // near infrared, band 2 in the style expression above
url: url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/B08.tif',
'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/B08.tif',
nodata: 0, nodata: 0,
max: 10000, max: 10000,
}, },

View File

@@ -25,8 +25,7 @@ const map = new Map({
source: new GeoTIFF({ source: new GeoTIFF({
sources: [ sources: [
{ {
url: url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/TCI.tif',
'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/TCI.tif',
nodata: 0, nodata: 0,
}, },
], ],