From 4e0d195236cc3747ada2d43625b0d203ecc9c554 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 29 Mar 2018 16:32:21 +0200 Subject: [PATCH] Remove unused minResolution and maxResolution --- src/ol/control/ZoomSlider.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ol/control/ZoomSlider.js b/src/ol/control/ZoomSlider.js index a2e2fdef25..a04e15b58c 100644 --- a/src/ol/control/ZoomSlider.js +++ b/src/ol/control/ZoomSlider.js @@ -29,8 +29,6 @@ const Direction = { * @typedef {Object} Options * @property {string} [className='ol-zoomslider'] CSS class name. * @property {number} [duration=200] Animation duration in milliseconds. - * @property {number|undefined} maxResolution Maximum resolution. - * @property {number|undefined} minResolution Minimum resolution. * @property {function(module:ol/MapEvent~MapEvent)} [render] Function called when the control * should be re-rendered. This is called in a `requestAnimationFrame` callback. */