Skip to content

Commit

Permalink
update s2cloudless to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi authored Mar 26, 2021
1 parent 1f1b583 commit 4f012c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/mapview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
'<a xmlns: dct="http://purl.org/dc/terms/" href="https://s2maps.eu" property="dct:title">Sentinel-2 cloudless - https://s2maps.eu</a> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://eox.at" property="cc:attributionName" rel="cc:attributionURL">EOX IT Services GmbH</a> (Contains modified Copernicus Sentinel data 2019)',
'<a xmlns: dct="http://purl.org/dc/terms/" href="https://s2maps.eu" property="dct:title">Sentinel-2 cloudless - https://s2maps.eu</a> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://eox.at" property="cc:attributionName" rel="cc:attributionURL">EOX IT Services GmbH</a> (Contains modified Copernicus Sentinel data 2020)',
],
}),
}),
Expand Down

0 comments on commit 4f012c4

Please sign in to comment.