Move ZoomSliderOptions to ol/control/ZoomSlider

This commit is contained in:
Tim Schaub
2018-03-11 11:31:40 -06:00
parent 9b4ed8aaf3
commit 4c7a07e4b8
3 changed files with 12 additions and 63 deletions
-11
View File
@@ -1,15 +1,4 @@
/**
* @typedef {Object} control_ZoomSliderOptions
* @property {string|undefined} className CSS class name.
* @property {number|undefined} duration Animation duration in milliseconds. Default is `200`.
* @property {number|undefined} maxResolution Maximum resolution.
* @property {number|undefined} minResolution Minimum resolution.
* @property {function(ol.MapEvent)|undefined} render Function called when the control should be re-rendered. This is called
* in a requestAnimationFrame callback.
*/
/**
* @typedef {Object} control_ZoomToExtentOptions
* @property {string|undefined} className Class name. Default is `ol-zoom-extent`.