mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +03:00
fix for #1209 (Reference strip using "thumbs") additional changes
This commit is contained in:
parent
413e40a64c
commit
57103a5dd4
@ -50,7 +50,6 @@
|
|||||||
* @extends OpenSeadragon.TileSource
|
* @extends OpenSeadragon.TileSource
|
||||||
* @param {Object} options Options object.
|
* @param {Object} options Options object.
|
||||||
* @param {String} options.url URL of the image
|
* @param {String} options.url URL of the image
|
||||||
* @param {String} options.referenceStripThumbnailUrl URL of the dedicated thumbnail image
|
|
||||||
* @param {Boolean} [options.buildPyramid=true] If set to true (default), a
|
* @param {Boolean} [options.buildPyramid=true] If set to true (default), a
|
||||||
* pyramid will be built internally to provide a better downsampling.
|
* pyramid will be built internally to provide a better downsampling.
|
||||||
* @param {String|Boolean} [options.crossOriginPolicy=false] Valid values are
|
* @param {String|Boolean} [options.crossOriginPolicy=false] Valid values are
|
||||||
|
@ -60,6 +60,8 @@
|
|||||||
* the extending classes implementation of 'configure'.
|
* the extending classes implementation of 'configure'.
|
||||||
* @param {String} [options.url]
|
* @param {String} [options.url]
|
||||||
* The URL for the data necessary for this TileSource.
|
* The URL for the data necessary for this TileSource.
|
||||||
|
* @param {String} [options.referenceStripThumbnailUrl]
|
||||||
|
* The URL for the thumbnail image to be used by the reference strip
|
||||||
* @param {Function} [options.success]
|
* @param {Function} [options.success]
|
||||||
* A function to be called upon successful creation.
|
* A function to be called upon successful creation.
|
||||||
* @param {Boolean} [options.ajaxWithCredentials]
|
* @param {Boolean} [options.ajaxWithCredentials]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user