Add tileSize property definition to olx.source.ZoomifyOptions definition.

This commit is contained in:
Lasse Laakkonen
2017-10-30 21:53:52 +02:00
parent b8589acc6e
commit e2581931a7

View File

@@ -7226,7 +7226,8 @@ olx.source.CartoDBOptions.prototype.account;
* url: !string,
* tierSizeCalculation: (string|undefined),
* size: ol.Size,
* transition: (number|undefined)}}
* transition: (number|undefined),
* tileSize: (number|undefined)}}
*/
olx.source.ZoomifyOptions;