Skip to content

Commit

Permalink
Merge pull request #37 from geotiffjs/update-background-map
Browse files Browse the repository at this point in the history
update background map to 2023
  • Loading branch information
Schpidi authored Sep 3, 2024
2 parents eeaf806 + bd1a8fa commit bff9875
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 @@ -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: [
'<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)',
'<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 2023)',
],
}),
}),
Expand Down

0 comments on commit bff9875

Please sign in to comment.