Use an url template for ol.source.Zoomify

This commit is contained in:
Frederic Junod
2017-02-09 11:44:57 +01:00
parent abb3bad108
commit a4a8d01bac
5 changed files with 69 additions and 24 deletions

View File

@@ -6759,7 +6759,9 @@ olx.source.ZoomifyOptions.prototype.reprojectionErrorThreshold;
/**
* Prefix of URL template.
* URL template. Must include `{x}`, `{y}`, `{z}` and `{TileGroup}` placeholders.
* 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}
* @api
*/