Skip to content

Commit

Permalink
Doc: update data filter extension doc (#3996)
Browse files Browse the repository at this point in the history
  • Loading branch information
1chandu committed Dec 12, 2019
1 parent 509deef commit 15ad45c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/api-reference/extensions/data-filter-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,20 @@ Enable/disable the data filter. If the data filter is disabled, all objects are

## Limitations

The `DataFilterExtension` does not work with any layer from the `@deck.gl/aggregation-layers` module.
Given data filtering happens on GPU, not all layers of `@deck.gl/aggregation-layers` module, support this feature.

### Always supported:
* `HeatMapLayer`
* `GPUGridLayer`

### Supported only when aggregation is performed on GPU:
* `ScreenGridlayer`
* `ContourLayer`
* `GridLayer`

### Not supported:
* `CPUGridLayer`
* `HexagonLayer`


## Source
Expand Down

0 comments on commit 15ad45c

Please sign in to comment.