diff --git a/examples/cog-math.js b/examples/cog-math.js index 452f84fccd..a02b7cd234 100644 --- a/examples/cog-math.js +++ b/examples/cog-math.js @@ -79,15 +79,13 @@ const map = new Map({ sources: [ { // visible red, band 1 in the style expression above - url: - 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/B04.tif', + url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/B04.tif', nodata: 0, max: 10000, }, { // near infrared, band 2 in the style expression above - url: - 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/B08.tif', + url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/B08.tif', nodata: 0, max: 10000, }, diff --git a/examples/cog.js b/examples/cog.js index 411214f6a7..e264069327 100644 --- a/examples/cog.js +++ b/examples/cog.js @@ -25,8 +25,7 @@ const map = new Map({ source: new GeoTIFF({ sources: [ { - url: - 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/TCI.tif', + url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/TCI.tif', nodata: 0, }, ],