Added 'state' constructor option to Tile and TileImage sources

This commit is contained in:
Petr Sloup
2014-08-13 17:11:29 +02:00
parent ff209d8759
commit 4b24eb6eb2
3 changed files with 5 additions and 1 deletions

View File

@@ -2963,6 +2963,7 @@ olx.source.GPXOptions.prototype.urls;
* logo: (string|olx.LogoOptions|undefined),
* opaque: (boolean|undefined),
* projection: ol.proj.ProjectionLike,
* state: (ol.source.State|string|undefined),
* tileClass: (function(new: ol.ImageTile, ol.TileCoord,
* ol.TileState, string, ?string,
* ol.TileLoadFunctionType)|undefined),