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)',
],
}),
}),