diff --git a/examples/wmts-dimensions.html b/examples/wmts-dimensions.html index f22b1d6a61..191646b52a 100644 --- a/examples/wmts-dimensions.html +++ b/examples/wmts-dimensions.html @@ -3,7 +3,7 @@ layout: example.html title: WMTS Tile Transitions shortdesc: Example of smooth tile transitions when changing the dimension of a WMTS layer. docs: > - Demonstrates smooth reloading of layers when changing a dimension continuously. The demonstration layer is a global sea-level computation (flooding computation from SCALGO, underlying data from CGIAR-CSI SRTM) where cells that are flooded if the sea-level rises to more than x m are colored blue. The user selects the sea-level dimension using a slider. + Demonstrates smooth reloading of layers when changing a dimension continuously. The demonstration layer is a global sea-level computation (flooding computation from SCALGO, underlying data from CGIAR-CSI SRTM) where cells that are flooded if the sea-level rises to more than x m are colored blue. The user selects the sea-level dimension using a slider. tags: "wmts, parameter, transition" ---
diff --git a/examples/wmts-dimensions.js b/examples/wmts-dimensions.js index 2c9504680d..f29313ac4d 100644 --- a/examples/wmts-dimensions.js +++ b/examples/wmts-dimensions.js @@ -33,7 +33,7 @@ const wmtsSource = new WMTS({ matrixSet: 'EPSG:3857', attributions: [ 'SCALGO', - 'CGIAR-CSI SRTM' ], tileGrid: tileGrid,