File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
api-reference/aggregation-layers Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
<p align =" center " >
4
4
These docs are for
5
5
  ;
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" />
8
8
</a >
9
9
<br />
10
10
Looking for an old version?
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Inherits from all [Base Layer](../core/layer.md) and [CompositeLayer](../core/co
170
170
171
171
#### ` gpuAggregation ` (boolean, optional) {#gpuaggregation}
172
172
173
- * Default: ` false `
173
+ * Default: ` true `
174
174
175
175
When set to ` true ` , aggregation is performed on the GPU.
176
176
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Inherits from all [Base Layer](../core/layer.md) and [CompositeLayer](../core/co
170
170
171
171
#### ` gpuAggregation ` (boolean, optional) {#gpuaggregation}
172
172
173
- * Default: ` false `
173
+ * Default: ` true `
174
174
175
175
When set to ` true ` , aggregation is performed on the GPU.
176
176
You can’t perform that action at this time.
0 commit comments