Add Zoomify stuff

This commit is contained in:
Olivier Terral
2013-11-13 13:18:04 +01:00
committed by Tom Payne
parent 83e34bfc8d
commit fe1f98899f
8 changed files with 337 additions and 1 deletions

View File

@@ -840,6 +840,17 @@
* @todo stability experimental
*/
/**
* @typedef {Object} ol.source.ZoomifyOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {null|string|undefined} crossOrigin Cross origin setting for image
* requests.
* @property {string|undefined} logo Logo.
* @property {!string} url Prefix of URL template.
* @property {ol.Size} size Size of the image.
* @todo stability experimental
*/
/**
* @typedef {Object} olx.style.IconOptions
* @property {string|ol.expr.Expression} url Icon image URL.
@@ -954,3 +965,9 @@
* @property {number} maxZoom Maximum zoom.
* @todo stability experimental
*/
/**
* @typedef {Object} ol.tilegrid.ZoomifyOptions
* @property {!Array.<number>} resolutions Resolutions.
* @todo stability experimental
*/