Skip to content

Commit

Permalink
Merge f492d69 into 59e8027
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Dec 7, 2016
2 parents 59e8027 + f492d69 commit 23e58df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions externs/olx.js
Expand Up @@ -3953,6 +3953,7 @@ olx.layer.VectorOptions.prototype.visible;
* minResolution: (number|undefined),
* maxResolution: (number|undefined),
* opacity: (number|undefined),
* preload: (number|undefined),
* renderBuffer: (number|undefined),
* renderMode: (ol.layer.VectorTile.RenderType|string|undefined),
* renderOrder: (function(ol.Feature, ol.Feature):number|undefined),
Expand Down Expand Up @@ -4047,6 +4048,15 @@ olx.layer.VectorTileOptions.prototype.maxResolution;
olx.layer.VectorTileOptions.prototype.opacity;


/**
* Preload. Load low-resolution tiles up to `preload` levels. By default
* `preload` is `0`, which means no preloading.
* @type {number|undefined}
* @api stable
*/
olx.layer.VectorTileOptions.prototype.preload;


/**
* Source.
* @type {ol.source.VectorTile|undefined}
Expand Down

0 comments on commit 23e58df

Please sign in to comment.