From 4fb856af3bfa58b7ce305e2f8d2cc35736e7c374 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Tue, 24 May 2022 09:04:58 +0100 Subject: [PATCH] change typedef to boolean --- src/ol/reproj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/reproj.js b/src/ol/reproj.js index 07c67a7c6e..4472f76fc2 100644 --- a/src/ol/reproj.js +++ b/src/ol/reproj.js @@ -198,7 +198,7 @@ export function calculateSourceExtentResolution( * @param {Array} sources Array of sources. * @param {number} gutter Gutter of the sources. * @param {boolean} [opt_renderEdges] Render reprojection edges. - * @param {Object} [opt_interpolate] Use linear interpolation when resampling. + * @param {boolean} [opt_interpolate] Use linear interpolation when resampling. * @return {HTMLCanvasElement} Canvas with reprojected data. */ export function render(