From 4f012c4b9658d04c3a358188ca287c6d1325fb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Fri, 26 Mar 2021 14:31:08 +0100 Subject: [PATCH] update s2cloudless to 2020 --- src/components/mapview.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/mapview.jsx b/src/components/mapview.jsx index 11b9c74..7340d08 100644 --- a/src/components/mapview.jsx +++ b/src/components/mapview.jsx @@ -49,10 +49,10 @@ class MapView extends Component { extent: [-180, -90, 180, 90], source: new TileWMS({ url: 'https://s2maps-tiles.eu/wms', - params: { LAYERS: 's2cloudless-2019' }, + params: { LAYERS: 's2cloudless-2020' }, projection: 'EPSG:4326', attributions: [ - 'Sentinel-2 cloudless - https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2019)', + 'Sentinel-2 cloudless - https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2020)', ], }), }),