Rename ol.layer.VectorTileRenderType to ol.layer.VectorTile.RenderType

This commit is contained in:
Frederic Junod
2016-08-29 12:48:07 +02:00
committed by Tim Schaub
parent f09460b717
commit 8b3536fc85
4 changed files with 33 additions and 31 deletions
+2 -2
View File
@@ -3823,7 +3823,7 @@ olx.layer.VectorOptions.prototype.visible;
* maxResolution: (number|undefined),
* opacity: (number|undefined),
* renderBuffer: (number|undefined),
* renderMode: (ol.layer.VectorTileRenderType|string|undefined),
* renderMode: (ol.layer.VectorTile.RenderType|string|undefined),
* renderOrder: (function(ol.Feature, ol.Feature):number|undefined),
* source: (ol.source.VectorTile|undefined),
* style: (ol.style.Style|Array.<ol.style.Style>|ol.StyleFunction|undefined),
@@ -3858,7 +3858,7 @@ olx.layer.VectorTileOptions.prototype.renderBuffer;
* * `'vector'`: Vector tiles are rendered as vectors. Most accurate rendering
* even during animations, but slower performance than the other options.
* The default is `'hybrid'`.
* @type {ol.layer.VectorTileRenderType|string|undefined}
* @type {ol.layer.VectorTile.RenderType|string|undefined}
* @api
*/
olx.layer.VectorTileOptions.prototype.renderMode;