diff --git a/src/components/mapview.jsx b/src/components/mapview.jsx index e71711d..1fe76b7 100644 --- a/src/components/mapview.jsx +++ b/src/components/mapview.jsx @@ -48,11 +48,11 @@ class MapView extends Component { new TileLayer({ extent: [-180, -90, 180, 90], source: new TileWMS({ - url: 'https://s2maps-tiles.eu/wms', - params: { LAYERS: 's2cloudless-2020' }, + url: 'https://tiles.maps.eox.at/wms', + params: { LAYERS: 's2cloudless-2023' }, projection: 'EPSG:4326', attributions: [ - 'Sentinel-2 cloudless - https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2020)', + 'Sentinel-2 cloudless - https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2023)', ], }), }),