Allow Zoomify url without TileGroup, z, x and y placeholder

This commit is contained in:
Andreas Hocevar
2017-02-10 10:41:23 +00:00
committed by Frederic Junod
parent a4a8d01bac
commit da4ddccad9
5 changed files with 28 additions and 23 deletions

View File

@@ -6759,7 +6759,11 @@ olx.source.ZoomifyOptions.prototype.reprojectionErrorThreshold;
/**
* URL template. Must include `{x}`, `{y}`, `{z}` and `{TileGroup}` placeholders.
* URL template or base URL of the Zoomify service. A base URL is the fixed part
* of the URL, excluding the tile group, z, x, and y folder structure, e.g.
* `http://my.zoomify.info/IMAGE.TIF/`. A URL template must include
* `{TileGroup}`, `{x}`, `{y}`, and `{z}` placeholders, e.g.
* `http://my.zoomify.info/IMAGE.TIF/{TileGroup}/{z}-{x}-{y}.jpg`.
* A `{?-?}` template pattern, for example `subdomain{a-f}.domain.com`, may be
* used instead of defining each one separately in the `urls` option.
* @type {!string}