Skip to content

Commit 97ad3ba

Browse files
authored
[doc] Update default value for gpuAggregation option (#9748)
1 parent e6a3f46 commit 97ad3ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<p align="center">
44
These docs are for
55
&nbsp;
6-
<a href="https://github.com/visgl/deck.gl/blob/9.0-release/docs/README.md">
7-
<img src="https://img.shields.io/badge/deck.gl-v9.0-brightgreen.svg?style=flat-square" />
6+
<a href="https://github.com/visgl/deck.gl/blob/9.1-release/docs/README.md">
7+
<img src="https://img.shields.io/badge/deck.gl-v9.1-brightgreen.svg?style=flat-square" />
88
</a>
99
<br />
1010
Looking for an old version?

docs/api-reference/aggregation-layers/grid-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Inherits from all [Base Layer](../core/layer.md) and [CompositeLayer](../core/co
170170

171171
#### `gpuAggregation` (boolean, optional) {#gpuaggregation}
172172

173-
* Default: `false`
173+
* Default: `true`
174174

175175
When set to `true`, aggregation is performed on the GPU.
176176

docs/api-reference/aggregation-layers/hexagon-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Inherits from all [Base Layer](../core/layer.md) and [CompositeLayer](../core/co
170170

171171
#### `gpuAggregation` (boolean, optional) {#gpuaggregation}
172172

173-
* Default: `false`
173+
* Default: `true`
174174

175175
When set to `true`, aggregation is performed on the GPU.
176176

0 commit comments

Comments
 (0)