Improve documentation

This commit is contained in:
Andreas Hocevar
2017-10-11 23:42:22 +02:00
parent 08af207724
commit b3f9e4e8ef
7 changed files with 41 additions and 25 deletions

View File

@@ -4334,7 +4334,9 @@ olx.layer.VectorOptions.prototype.source;
/**
* Declutter images and text. Default is `false`.
* Declutter images and text. Decluttering is applied to all image and text
* styles, and the priority is defined by the z-index of the style. Higher
* z-index means higher priority. Default is `false`.
* @type {boolean|undefined}
* @api
*/
@@ -4510,7 +4512,10 @@ olx.layer.VectorTileOptions.prototype.source;
/**
* Declutter images and text. Default is `false`.
* Declutter images and text. Decluttering is applied to all image and text
* styles, and the priority is defined by the z-index of the style. Higher
* z-index means higher priority. When set to `true`, a `renderMode` of
* `'image'` will be overridden with `'hybrid'`. Default is `false`.
* @type {boolean|undefined}
* @api
*/