From 960abdbec1f4fda075889e15adb040c95fca069e Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Mon, 4 May 2020 17:14:57 +0100 Subject: [PATCH] Revert dummy parameter change fix typo --- examples/disable-image-smoothing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/disable-image-smoothing.js b/examples/disable-image-smoothing.js index 994f2187e9..0a6b23923a 100644 --- a/examples/disable-image-smoothing.js +++ b/examples/disable-image-smoothing.js @@ -35,7 +35,7 @@ const enabledLayer = new TileLayer({ source: new XYZ({ attributions: attributions, url: - 'https://api.maptiler.com/tiles/terrain-rgb/{z}/{x}/{y}.png?key=' + key; + 'https://api.maptiler.com/tiles/terrain-rgb/{z}/{x}/{y}.png?key=' + key, maxZoom: 10, crossOrigin: '', }),