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