Merge pull request #6399 from tchandelle/vectortile-options-rendermode

Small doc fix in VectorTileOptions renderMode
This commit is contained in:
Frédéric Junod
2017-01-24 16:24:36 +01:00
committed by GitHub

View File

@@ -4048,7 +4048,8 @@ olx.layer.VectorTileOptions.prototype.renderBuffer;
* rendered as vectors and can stay upright on rotated views.
* * `'vector'`: Vector tiles are rendered as vectors. Most accurate rendering
* even during animations, but slower performance than the other options.
* The default is `'hybrid'`.
*
* The default is `'hybrid'`.
* @type {ol.layer.VectorTileRenderType|string|undefined}
* @api
*/