Merge branch 'ie-compat' of git://github.com/Intermedix/ol3 into Intermedix-ie-compat

This commit is contained in:
Tom Payne
2014-02-11 16:54:39 +01:00
63 changed files with 490 additions and 50 deletions

View File

@@ -245,6 +245,8 @@
* @typedef {Object} olx.control.ZoomOptions
* @property {number|undefined} duration Animation duration in milliseconds. Default is `250`.
* @property {string|undefined} className CSS class name. Default is `ol-zoom`.
* @property {string|undefined} zoomInLabel Text label to use for the zoom-in button. Default is `+`
* @property {string|undefined} zoomOutLabel Text label to use for the zoom-out button. Default is `-`
* @property {number|undefined} delta The zoom delta applied on each click.
* @property {Element|undefined} target Target.
* @todo stability experimental