Skip to content

Commit

Permalink
Updating s2cloudless layer to 2018 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi authored and constantinius committed Feb 8, 2019
1 parent b9a12de commit 355fce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/mapview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
'<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 2016 &amp; 2017)',
'<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 2017 &amp; 2018)',
],
}),
}),
Expand Down

0 comments on commit 355fce5

Please sign in to comment.