Merge remote-tracking branch 'openlayers/master' into vector-api
This commit is contained in:
@@ -758,6 +758,17 @@
|
||||
* @todo stability experimental
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} olx.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.CircleOptions
|
||||
* @property {ol.style.Fill|undefined} fill Fill style.
|
||||
@@ -841,3 +852,9 @@
|
||||
* @property {number} maxZoom Maximum zoom.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} olx.tilegrid.ZoomifyOptions
|
||||
* @property {!Array.<number>} resolutions Resolutions.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user