Update documentation for renderMode: image
This commit is contained in:
@@ -43,12 +43,14 @@ import {createDefaultStyle, toFunction as toStyleFunction} from '../style/Style.
|
|||||||
* @property {module:ol/style/Style|Array.<module:ol/style/Style>|module:ol/style/Style~StyleFunction} [style] Layer style. See
|
* @property {module:ol/style/Style|Array.<module:ol/style/Style>|module:ol/style/Style~StyleFunction} [style] Layer style. See
|
||||||
* {@link module:ol/style} for default style which will be used if this is not defined.
|
* {@link module:ol/style} for default style which will be used if this is not defined.
|
||||||
* @property {number} [maxTilesLoading=16] Maximum number tiles to load simultaneously.
|
* @property {number} [maxTilesLoading=16] Maximum number tiles to load simultaneously.
|
||||||
* @property {boolean} [updateWhileAnimating=false] When set to `true`, feature batches will be
|
* @property {boolean} [updateWhileAnimating=false] When set to `true` and `renderMode`
|
||||||
* recreated during animations. This means that no vectors will be shown clipped, but the setting
|
* is `vector`, feature batches will be recreated during animations. This means that no
|
||||||
* will have a performance impact for large amounts of vector data. When set to `false`, batches
|
* vectors will be shown clipped, but the setting will have a performance impact for large
|
||||||
* will be recreated when no animation is active.
|
* amounts of vector data. When set to `false`, batches will be recreated when no animation
|
||||||
* @property {boolean} [updateWhileInteracting=false] When set to `true`, feature batches will be
|
* is active.
|
||||||
* recreated during interactions. See also `updateWhileAnimating`.
|
* @property {boolean} [updateWhileInteracting=false] When set to `true` and `renderMode`
|
||||||
|
* is `vector`, feature batches will be recreated during interactions. See also
|
||||||
|
* `updateWhileAnimating`.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user