Update ol.source.Zoomify to use new exports system
This commit is contained in:
@@ -841,7 +841,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object} ol.source.ZoomifyOptions
|
* @typedef {Object} olx.source.ZoomifyOptions
|
||||||
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
|
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
|
||||||
* @property {null|string|undefined} crossOrigin Cross origin setting for image
|
* @property {null|string|undefined} crossOrigin Cross origin setting for image
|
||||||
* requests.
|
* requests.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
@exportClass ol.source.Zoomify ol.source.ZoomifyOptions
|
@exportSymbol ol.source.Zoomify
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ goog.require('ol.tilegrid.Zoomify');
|
|||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.TileImage}
|
* @extends {ol.source.TileImage}
|
||||||
* @param {ol.source.ZoomifyOptions} options Zoomify options.
|
* @param {olx.source.ZoomifyOptions} options Zoomify options.
|
||||||
* @todo stability experimental
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.source.Zoomify = function(options) {
|
ol.source.Zoomify = function(options) {
|
||||||
|
|||||||
Reference in New Issue
Block a user