Skip to content

Commit 022bcc0

Browse files
committed
docs(ol-vector-image-layer): remove non-existing options updateWhileAnimating and updateWhileInteracting
closes #389
1 parent 198effc commit 022bcc0

File tree

1 file changed

+0
-12
lines changed
  • docs/componentsguide/layers/vectorimagelayer

1 file changed

+0
-12
lines changed

docs/componentsguide/layers/vectorimagelayer/index.md

-12
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,3 @@ The maximum view zoom level (inclusive) at which this layer will be visible.
100100
- **Type**: `number`
101101
- **Default**: `100`
102102
The buffer in pixels around the viewport extent used by the renderer when getting features from the vector source for the rendering or hit-detection. Recommended value: the size of the largest symbol, line width or label.
103-
104-
### updateWhileAnimating
105-
106-
- **Type**: `Boolean`
107-
- **Default**: `false`
108-
When set to true, feature batches will be recreated during animations. This means that no vectors will be shown clipped, but the setting will have a performance impact for large amounts of vector data. When set to false, batches will be recreated when no animation is active.
109-
110-
### updateWhileInteracting
111-
112-
- **Type**: `Boolean`
113-
- **Default**: `false`
114-
When set to true, feature batches will be recreated during interactions. See also updateWhileAnimating.

0 commit comments

Comments
 (0)